From 1d9bf4798b5d2d2497aaec40ac446ea0b3ef3c55 Mon Sep 17 00:00:00 2001 From: VirtualHotBar <96966978+VirtualHotBar@users.noreply.github.com> Date: Thu, 30 May 2024 09:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++----- pnpm-lock.yaml | 16 ++++++++-------- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b7198f5..7ee3594 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netmount-gui", "private": true, - "version": "1.0.4", + "version": "1.0.5", "type": "module", "scripts": { "dev": "vite", @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b0f0af3..c9e57b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ importers: specifier: ^2.0.3 version: 2.1.0(lodash-es@4.17.21)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@arco-design/web-react': - specifier: ^2.61.3 - version: 2.61.3(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + specifier: ^2.62.1 + version: 2.62.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@arco-themes/react-vhbs': specifier: ^0.0.1 - version: 0.0.1(@arco-design/web-react@2.61.3(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) + version: 0.0.1(@arco-design/web-react@2.62.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)) '@tauri-apps/api': specifier: ^1.5.3 version: 1.5.3 @@ -188,8 +188,8 @@ packages: '@arco-design/color@0.4.0': resolution: {integrity: sha512-s7p9MSwJgHeL8DwcATaXvWT3m2SigKpxx4JA1BGPHL4gfvaQsmQfrLBDpjOJFJuJ2jG2dMt3R3P8Pm9E65q18g==} - '@arco-design/web-react@2.61.3': - resolution: {integrity: sha512-YtJTqv/jya5UgPOAZJNtrr5KZjIhM7nNY5+yw6iEoo8yE+loMyZPUqc7jDtHhEYSyf/ejONfbjvTfXF0+Ins7g==} + '@arco-design/web-react@2.62.1': + resolution: {integrity: sha512-WOxgWF8XQHwx6pg7wo1U7Xbp4DnTO293/x1tR8KiA/TMhCC03zrabKqewJkJK1OqaShUGI8xapubDpz/rQ47Hg==} peerDependencies: react: '>=16' react-dom: '>=16' @@ -2489,7 +2489,7 @@ snapshots: dependencies: color: 3.2.1 - '@arco-design/web-react@2.61.3(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + '@arco-design/web-react@2.62.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: '@arco-design/color': 0.4.0 '@babel/runtime': 7.24.4 @@ -2510,9 +2510,9 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@arco-themes/react-vhbs@0.0.1(@arco-design/web-react@2.61.3(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': + '@arco-themes/react-vhbs@0.0.1(@arco-design/web-react@2.62.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0))': dependencies: - '@arco-design/web-react': 2.61.3(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@arco-design/web-react': 2.62.1(@types/react@18.2.79)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) '@babel/code-frame@7.24.2': dependencies: diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index b371135..e2c5652 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -75,7 +75,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "app" -version = "1.0.4" +version = "1.0.5" dependencies = [ "directories", "flate2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dd8f100..18e6c24 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "app" description = "NetMount" -version = "1.0.4" +version = "1.0.5" authors = ["VirtualHotBar"] license = "" repository = ""