Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Jul 31, 2024
1 parent 1387228 commit 8c08e6f
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 244 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"license": "GPLv3",
"dependencies": {
"@tauri-apps/api": "^2.0.0-beta.11",
"solid-js": "^1.8.18",
"solid-js": "^1.8.19",
"solid-spinner": "^0.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.17",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^9.6.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^9.8.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-solid": "^0.14.1",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-solid": "^2.10.2"
}
}
Loading

0 comments on commit 8c08e6f

Please sign in to comment.