Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Himyu committed Nov 15, 2023
2 parents 2eeef0c + 1a4de1a commit f58f278
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,22 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/svelte": "^5.0.2",
"@types/express": "^4.17.18",
"@types/express": "^4.17.21",
"@types/ini": "^1.3.32",
"@types/uniqid": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.9.0",
"electron": "^26.3.0",
"electron-builder": "^24.6.4",
"eslint": "^8.52.0",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.6",
"sass": "^1.69.5",
"sirv-cli": "^2.0.2",
"svelte": "^3.59.2",
"svelte-check": "^3.5.2",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.0.4",
"sveltestrap": "^5.11.2",
"tslib": "^2.6.2",
Expand Down

0 comments on commit f58f278

Please sign in to comment.