⬆️ 更新依赖

This commit is contained in:
目棃
2025-03-17 09:33:34 +08:00
parent a22aac457a
commit 4ef3313eb1
4 changed files with 1086 additions and 1187 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.7.1", "version": "0.7.1",
"description": "Game Tool for GenshinImpact player", "description": "Game Tool for GenshinImpact player",
"private": true, "private": true,
"packageManager": "pnpm@10.5.2", "packageManager": "pnpm@10.6.3",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tauri build", "build": "tauri build",
@@ -73,9 +73,9 @@
"@tauri-apps/plugin-deep-link": "^2.2.0", "@tauri-apps/plugin-deep-link": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0", "@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0", "@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-http": "^2.3.0", "@tauri-apps/plugin-http": "^2.4.2",
"@tauri-apps/plugin-log": "^2.2.3", "@tauri-apps/plugin-log": "^2.3.1",
"@tauri-apps/plugin-os": "^2.2.0", "@tauri-apps/plugin-os": "^2.2.1",
"@tauri-apps/plugin-process": "^2.2.0", "@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.2.0", "@tauri-apps/plugin-shell": "^2.2.0",
"@tauri-apps/plugin-sql": "^2.2.0", "@tauri-apps/plugin-sql": "^2.2.0",
@@ -97,23 +97,23 @@
"vue-echarts": "^7.0.3", "vue-echarts": "^7.0.3",
"vue-json-pretty": "^2.4.0", "vue-json-pretty": "^2.4.0",
"vue-router": "^4.5.0", "vue-router": "^4.5.0",
"vuetify": "^3.7.15", "vuetify": "^3.7.16",
"wcag-color": "^1.1.1", "wcag-color": "^1.1.1",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.0", "@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0", "@eslint/js": "^9.22.0",
"@tauri-apps/cli": "2.3.1", "@tauri-apps/cli": "2.3.1",
"@types/color-convert": "^2.0.4", "@types/color-convert": "^2.0.4",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/js-md5": "^0.7.2", "@types/js-md5": "^0.7.2",
"@types/node": "^22.13.9", "@types/node": "^22.13.10",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.26.0", "@typescript-eslint/parser": "^8.26.1",
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.2",
"concurrently": "^9.1.2", "concurrently": "^9.1.2",
"eslint": "^9.21.0", "eslint": "^9.22.0",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.19.1", "eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-prettier": "^5.2.3", "eslint-plugin-prettier": "^5.2.3",
@@ -123,10 +123,10 @@
"globals": "^16.0.0", "globals": "^16.0.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0", "jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.4.3", "lint-staged": "^15.5.0",
"oxlint": "^0.15.13", "oxlint": "^0.16.0",
"prettier": "3.5.3", "prettier": "3.5.3",
"stylelint": "^16.15.0", "stylelint": "^16.16.0",
"stylelint-config-idiomatic-order": "^10.0.0", "stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-vue": "^1.0.0", "stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
@@ -136,8 +136,8 @@
"stylelint-scss": "^6.11.1", "stylelint-scss": "^6.11.1",
"tsx": "^4.19.3", "tsx": "^4.19.3",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"typescript-eslint": "^8.26.0", "typescript-eslint": "^8.26.1",
"vite": "^6.2.0", "vite": "^6.2.2",
"vite-plugin-vue-devtools": "^7.7.2", "vite-plugin-vue-devtools": "^7.7.2",
"vite-plugin-vuetify": "^2.1.0", "vite-plugin-vuetify": "^2.1.0",
"vue-eslint-parser": "^10.1.1", "vue-eslint-parser": "^10.1.1",

1356
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

883
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,6 +29,10 @@ tauri-utils = "2.2.0"
url = "2.5.4" url = "2.5.4"
walkdir = "2.5.0" walkdir = "2.5.0"
# 锁定wry版本避免出现白屏问题,见 https://github.com/tauri-apps/tauri/issues/12975
[dependencies.wry]
version = "=0.50.3"
# deep link 插件 # deep link 插件
[dependencies.tauri-plugin-deep-link] [dependencies.tauri-plugin-deep-link]
git = "ssh://git@github.com/tauri-apps/plugins-workspace.git" git = "ssh://git@github.com/tauri-apps/plugins-workspace.git"