Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar committed May 30, 2024
1 parent 4e85e83 commit 1d9bf47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netmount-gui",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,16 +14,14 @@
},
"dependencies": {
"@ant-design/charts": "^2.0.3",
"@arco-design/web-react": "^2.61.3",
"@arco-design/web-react": "^2.62.1",
"@arco-themes/react-vhbs": "^0.0.1",
"@tauri-apps/api": "^1.5.3",
"i18next": "^23.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"react-router-dom": "^6.22.3",
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^20.12.8",
"@types/react": "^18.2.67",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "app"
description = "NetMount"
version = "1.0.4"
version = "1.0.5"
authors = ["VirtualHotBar"]
license = ""
repository = ""
Expand Down

0 comments on commit 1d9bf47

Please sign in to comment.