Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump webpack from 5.75.0 to 5.78.0 in /docs #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 18
cache: yarn
cache-dependency-path: page/doc/yarn.lock
cache-dependency-path: docs/yarn.lock

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -44,7 +44,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./page/doc/build
publish_dir: ./docs/build
# The following lines assign commit authorship to the official
# GH-Actions bot for deploys to `gh-pages` branch:
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/page/repo/assets/images/unself-logo-wordmark--light.svg#gh-light-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/page/repo/assets/images/unself-logo-wordmark--dark.svg#gh-dark-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/docs/static/img/unself-logo-wordmark--light.svg#gh-light-mode-only"/>
<img width="300" src="https://raw.githubusercontent.com/thipokch/unself/master/docs/static/img/unself-logo-wordmark--dark.svg#gh-dark-mode-only"/>
</p>

<h2 align="center">Make Your Data Yours.</h2>
Expand Down
40 changes: 0 additions & 40 deletions app/.vscode/launch.json

This file was deleted.

5 changes: 0 additions & 5 deletions app/unself/analysis_options.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions app/unself/lib/src/app/app.dart

This file was deleted.

4 changes: 0 additions & 4 deletions app/unself/lib/unself_app.dart

This file was deleted.

62 changes: 0 additions & 62 deletions app/unself/pubspec.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions app/unself/pubspec_overrides.yaml

This file was deleted.

1 change: 0 additions & 1 deletion common/model/analysis_options.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions common/model/lib/src/base/base.dart

This file was deleted.

46 changes: 0 additions & 46 deletions common/model/lib/src/base/edge.dart

This file was deleted.

Loading