⬆️ 更新依赖

This commit is contained in:
BTMuli
2025-09-09 14:25:08 +08:00
parent 5f39d9edff
commit 08ef8295a1
5 changed files with 1352 additions and 1387 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "teyvatguide",
"version": "0.7.10",
"version": "0.8.0",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.15.1",
"type": "module",
"scripts": {
"build": "tauri build",
@@ -71,21 +71,21 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/plugin-deep-link": "^2.4.1",
"@tauri-apps/plugin-dialog": "^2.3.2",
"@tauri-apps/plugin-fs": "^2.4.1",
"@tauri-apps/plugin-http": "^2.5.1",
"@tauri-apps/plugin-log": "^2.6.0",
"@tauri-apps/plugin-opener": "^2.4.0",
"@tauri-apps/plugin-os": "^2.3.0",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-deep-link": "^2.4.3",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-log": "^2.7.0",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-os": "^2.3.1",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tauri-apps/plugin-sql": "^2.3.0",
"ajv": "^8.17.1",
"artplayer": "^5.2.5",
"artplayer": "^5.3.0",
"clipboard": "^2.0.11",
"color-convert": "^3.1.0",
"color-convert": "^3.1.1",
"echarts": "^6.0.0",
"html2canvas": "^1.4.1",
"js-md5": "^0.8.3",
@@ -93,31 +93,31 @@
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.5.0",
"qrcode.vue": "^3.6.0",
"sass-embedded": "^1.90.0",
"uuid": "^11.1.0",
"vue": "^3.5.18",
"sass-embedded": "^1.92.1",
"uuid": "^13.0.0",
"vue": "^3.5.21",
"vue-echarts": "^7.0.3",
"vue-json-pretty": "^2.5.0",
"vue-router": "^4.5.1",
"vuetify": "^3.9.5",
"vuetify": "^3.9.7",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@btmuli/stylelint-plugin-color": "^0.1.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.33.0",
"@tauri-apps/cli": "2.7.1",
"@eslint/js": "^9.35.0",
"@tauri-apps/cli": "2.8.4",
"@types/color-convert": "^2.0.4",
"@types/fs-extra": "^11.0.4",
"@types/js-md5": "^0.8.0",
"@types/node": "^24.3.0",
"@types/node": "^24.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.39.1",
"@typescript/native-preview": "7.0.0-dev.20250816.1",
"@typescript-eslint/parser": "^8.43.0",
"@typescript/native-preview": "7.0.0-dev.20250908.1",
"@vitejs/plugin-vue": "^6.0.1",
"concurrently": "^9.2.0",
"eslint": "^9.33.0",
"concurrently": "^9.2.1",
"eslint": "^9.35.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsonc": "^2.20.1",
"eslint-plugin-prettier": "^5.5.4",
@@ -127,10 +127,10 @@
"globals": "^16.3.0",
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^16.1.5",
"oxlint": "^1.12.0",
"lint-staged": "^16.1.6",
"oxlint": "^1.14.0",
"prettier": "3.6.2",
"stylelint": "^16.23.1",
"stylelint": "^16.24.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^15.0.1",
"stylelint-config-standard-vue": "^1.0.0",
@@ -139,14 +139,14 @@
"stylelint-order": "^7.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.12.1",
"tsx": "^4.20.4",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-vue-devtools": "^8.0.0",
"typescript-eslint": "^8.43.0",
"vite": "^7.1.5",
"vite-plugin-vue-devtools": "^8.0.1",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.5",
"vue-tsc": "^3.0.6",
"yaml-eslint-parser": "^1.3.0"
}
}

2045
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

614
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,16 +17,16 @@ name = "teyvat_guide_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.3.1", features = [] }
tauri-build = { version = "2.4.1", features = [] }
[dependencies]
chrono = "0.4.41"
log = "0.4.27"
chrono = "0.4.42"
log = "0.4.28"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
tauri = { version = "2.7.0", features = [] }
tauri-utils = "2.6.0"
url = "2.5.4"
serde_json = "1.0.143"
tauri = { version = "2.8.5", features = [] }
tauri-utils = "2.7.0"
url = "2.5.7"
walkdir = "2.5.0"
# deep link 插件

View File

@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "TeyvatGuide",
"identifier": "TeyvatGuide",
"version": "0.7.10",
"version": "0.8.0",
"build": {
"beforeDevCommand": "pnpm vite:dev",
"beforeBuildCommand": "pnpm vite:build",