Skip to content

Commit

Permalink
chore(deps): tauri 升级到正式版 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
thep0y committed Oct 5, 2024
1 parent b45e2c1 commit ebe4f34
Show file tree
Hide file tree
Showing 3 changed files with 601 additions and 269 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.5",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-rc.2",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"@tauri-apps/plugin-shell": "^2.0.0-rc.1",
"@tauri-apps/api": "^2.0.1",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.1",
"alley-components": "^0.3.6",
"buffer": "^6.0.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@tauri-apps/cli": "^2.0.0-rc.16",
"@types/node": "^22.7.2",
"@biomejs/biome": "^1.9.3",
"@tauri-apps/cli": "^2.0.1",
"@types/node": "^22.7.4",
"cross-env": "^7.0.3",
"sass": "^1.79.3",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-solid": "^2.10.2"
Expand Down
Loading

0 comments on commit ebe4f34

Please sign in to comment.