Skip to content

Commit

Permalink
⬆️ Update dependencies and version number
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishikesh Patil <[email protected]>
  • Loading branch information
riskycase committed Apr 28, 2024
1 parent 0eb32ef commit c76da5b
Show file tree
Hide file tree
Showing 8 changed files with 3,934 additions and 2,143 deletions.
3,266 changes: 2,018 additions & 1,248 deletions package-lock.json

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auto-campnet-gui",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"tauri": "tauri",
"dev": "vite",
Expand All @@ -10,16 +10,15 @@
"dependencies": {
"@cred/neopop-web": "^1.0.0",
"@tauri-apps/api": "^1.2.0",
"axios": "^1.1.3",
"preact": "^10.11.2",
"querystring": "^0.2.1",
"sass": "^1.55.0"
"axios": "^1.6.8",
"preact": "^10.20.2",
"sass": "^1.75.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"@tauri-apps/cli": "^1.2.1",
"@types/node": "^18.11.7",
"typescript": "^4.8.4",
"vite": "^3.2.0"
"@preact/preset-vite": "^2.8.2",
"@tauri-apps/cli": "^1.5.12",
"@types/node": "^18.19.31",
"typescript": "^4.9.5",
"vite": "^5.2.10"
}
}
Loading

0 comments on commit c76da5b

Please sign in to comment.