Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny committed Feb 20, 2025
1 parent 7b6dec1 commit a976b6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/nw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"extract-zip": "2.0.1",
"nw": "0.95.0-sdk",
"nw": "0.96.0-sdk",
"plist": "3.1.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"docs"
],
"devDependencies": {
"@stylistic/eslint-plugin": "3.1.0",
"@stylistic/eslint-plugin": "4.0.1",
"@types/chrome": "0.0.304",
"@types/jsdom": "21.1.7",
"@types/nw.js": "0.92.0",
Expand All @@ -22,9 +22,9 @@
"puppeteer-core": "24.2.1",
"tslib": "2.8.1",
"typescript": "5.7.3",
"typescript-eslint": "8.24.0",
"vite": "6.1.0",
"vitest": "3.0.5",
"typescript-eslint": "8.24.1",
"vite": "6.1.1",
"vitest": "3.0.6",
"vitest-mock-extended": "2.0.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@svelte-put/dragscroll": "4.0.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tsconfig/svelte": "5.0.4",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@types/wicg-file-system-access": "2023.10.5",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-vue": "5.2.1",
Expand All @@ -29,7 +29,7 @@
"lit": "3.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"svelte": "5.20.1",
"svelte": "5.20.2",
"svelte-check": "4.1.4",
"vue": "3.5.13",
"vue-tsc": "2.2.2"
Expand Down

0 comments on commit a976b6b

Please sign in to comment.