Skip to content

Commit

Permalink
perf(system): ⚡ 升级tauri-v2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
nongyehong committed Aug 15, 2024
1 parent 6bd6f64 commit 57dcad1
Show file tree
Hide file tree
Showing 51 changed files with 25,053 additions and 2,198 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ or
git clone https://github.com/nongyehong/HuLa-IM-Tauri.git

# Enter the project directory
cd HuLa
cd HuLa-IM-Tauri

# Install dependencies
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ git clone https://gitee.com/nongyehong/HuLa-IM-Tauri.git
git clone https://github.com/nongyehong/HuLa-IM-Tauri.git

# 进入项目目录
cd HuLa
cd HuLa-IM-Tauri

# 安装依赖
pnpm install
Expand Down
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hula-im-tauri",
"private": true,
"type": "module",
"version": "v1.6.0",
"version": "v2.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",
Expand Down Expand Up @@ -38,7 +38,9 @@
"prepare": "husky install"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@tauri-apps/api": "2.0.0-rc.0",
"@tauri-apps/plugin-os": "2.0.0-rc.0",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"axios": "^1.7.3",
"colorthief": "^2.4.0",
"dayjs": "^1.11.11",
Expand All @@ -49,7 +51,7 @@
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"pinia-shared-state": "^0.5.1",
"vue": "^3.4.36",
"vue": "^3.4.37",
"vue-draggable-plus": "^0.4.1",
"vue-router": "^4.4.2"
},
Expand All @@ -58,7 +60,7 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@rollup/plugin-terser": "^0.4.4",
"@tauri-apps/cli": "1.5.14",
"@tauri-apps/cli": "2.0.0-rc.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "7.1.0",
Expand All @@ -84,12 +86,12 @@
"lint-staged": "^15.2.7",
"oxlint": "^0.2.18",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"sass": "1.77.6",
"sass-loader": "^14.2.1",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "5.3.5",
"vite": "5.4.0",
"vue-tsc": "^2.0.29"
},
"config": {
Expand Down
Loading

0 comments on commit 57dcad1

Please sign in to comment.