⬆️ 更新依赖

This commit is contained in:
目棃
2025-02-27 14:01:51 +08:00
parent c9ea10f0ef
commit 3ba72969d9
4 changed files with 1319 additions and 1536 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.6.9", "version": "0.6.9",
"description": "Game Tool for GenshinImpact player", "description": "Game Tool for GenshinImpact player",
"private": true, "private": true,
"packageManager": "pnpm@10.3.0", "packageManager": "pnpm@10.5.2",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tauri build", "build": "tauri build",
@@ -12,6 +12,7 @@
"eslint:pre": "pnpx @eslint/config-inspector@latest", "eslint:pre": "pnpx @eslint/config-inspector@latest",
"lint": "concurrently \"pnpm:lint:*(!fix)\"", "lint": "concurrently \"pnpm:lint:*(!fix)\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\"", "lint:fix": "concurrently \"pnpm:lint:*:fix\"",
"lint:vue": "vue-tsc --noEmit",
"lint:code": "eslint .", "lint:code": "eslint .",
"lint:code:fix": "eslint . --fix", "lint:code:fix": "eslint . --fix",
"lint:style": "stylelint \"src/**/*.{vue,css,scss}\" -f verbose", "lint:style": "stylelint \"src/**/*.{vue,css,scss}\" -f verbose",
@@ -68,12 +69,12 @@
}, },
"dependencies": { "dependencies": {
"@mdi/font": "7.4.47", "@mdi/font": "7.4.47",
"@tauri-apps/api": "^2.2.0", "@tauri-apps/api": "^2.3.0",
"@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.3.0",
"@tauri-apps/plugin-log": "^2.2.1", "@tauri-apps/plugin-log": "^2.2.2",
"@tauri-apps/plugin-os": "^2.2.0", "@tauri-apps/plugin-os": "^2.2.0",
"@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",
@@ -86,60 +87,61 @@
"html2canvas": "^1.4.1", "html2canvas": "^1.4.1",
"js-md5": "^0.8.3", "js-md5": "^0.8.3",
"jsencrypt": "^3.3.2", "jsencrypt": "^3.3.2",
"pinia": "^3.0.0", "pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0", "pinia-plugin-persistedstate": "^4.2.0",
"qrcode.vue": "^3.6.0", "qrcode.vue": "^3.6.0",
"sass": "^1.84.0", "sass": "^1.85.1",
"sass-loader": "^16.0.4", "sass-loader": "^16.0.5",
"uuid": "^11.0.5", "uuid": "^11.1.0",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-echarts": "^7.0.3", "vue-echarts": "^7.0.3",
"vue-json-viewer": "^3.0.4", "vue-json-pretty": "^2.4.0",
"vue-router": "^4.5.0", "vue-router": "^4.5.0",
"vuetify": "^3.7.12", "vuetify": "^3.7.14",
"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.2.0", "@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.20.0", "@eslint/js": "^9.21.0",
"@tauri-apps/cli": "2.2.7", "@tauri-apps/cli": "2.3.0",
"@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.1", "@types/node": "^22.13.5",
"@types/uuid": "^10.0.0", "@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.24.0", "@typescript-eslint/parser": "^8.25.0",
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"concurrently": "^9.1.2", "concurrently": "^9.1.2",
"eslint": "^9.20.1", "eslint": "^9.21.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",
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"eslint-plugin-yml": "^1.16.0", "eslint-plugin-yml": "^1.17.0",
"fs-extra": "^11.3.0", "fs-extra": "^11.3.0",
"globals": "^15.14.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.4.3",
"oxlint": "^0.15.10", "oxlint": "^0.15.12",
"prettier": "3.5.0", "prettier": "3.5.2",
"stylelint": "^16.14.1", "stylelint": "^16.14.1",
"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",
"stylelint-high-performance-animation": "^1.10.0", "stylelint-high-performance-animation": "^1.11.0",
"stylelint-order": "^6.0.4", "stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.3", "stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.11.0", "stylelint-scss": "^6.11.1",
"tsx": "^4.19.2", "tsx": "^4.19.3",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"typescript-eslint": "^8.24.0", "typescript-eslint": "^8.25.0",
"vite": "^6.1.0", "vite": "^6.2.0",
"vite-plugin-vue-devtools": "^7.7.1", "vite-plugin-vue-devtools": "^7.7.2",
"vite-plugin-vuetify": "^2.1.0", "vite-plugin-vuetify": "^2.1.0",
"vue-eslint-parser": "^9.4.3", "vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.4",
"yaml-eslint-parser": "^1.2.3" "yaml-eslint-parser": "^1.2.3"
} }
} }

1936
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

853
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,15 +10,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies] [build-dependencies]
tauri-build = { version = "2.0.5", features = [] } tauri-build = { version = "2.0.6", features = [] }
[dependencies] [dependencies]
chrono = "0.4.39" chrono = "0.4.40"
log = "0.4.25" log = "0.4.26"
serde = { version = "1.0.217", features = ["derive"] } serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.138" serde_json = "1.0.139"
tauri = { version = "2.2.5", features = [] } tauri = { version = "2.3.0", features = [] }
tauri-utils = "2.1.1" tauri-utils = "2.2.0"
url = "2.5.4" url = "2.5.4"
walkdir = "2.5.0" walkdir = "2.5.0"