🚀 v0.8.6

This commit is contained in:
BTMuli
2025-11-19 14:09:48 +08:00
parent 1af990512d
commit 2ab31d8f5c
6 changed files with 475 additions and 459 deletions

View File

@@ -1,9 +1,9 @@
{
"name": "teyvatguide",
"version": "0.8.5",
"version": "0.8.6",
"description": "Game Tool for GenshinImpact player",
"private": true,
"packageManager": "pnpm@10.21.0",
"packageManager": "pnpm@10.22.0",
"type": "module",
"scripts": {
"build": "tauri build",
@@ -84,7 +84,7 @@
"@tauri-apps/plugin-sql": "^2.3.1",
"ajv": "^8.17.1",
"artplayer": "^5.3.0",
"color-convert": "^3.1.2",
"color-convert": "^3.1.3",
"echarts": "^6.0.0",
"html2canvas": "^1.4.1",
"js-md5": "^0.8.3",
@@ -99,7 +99,7 @@
"vue-echarts": "^8.0.1",
"vue-json-pretty": "^2.6.0",
"vue-router": "^4.6.3",
"vuetify": "^3.10.9",
"vuetify": "^3.10.11",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
@@ -111,10 +111,10 @@
"@types/color-convert": "^2.0.4",
"@types/fs-extra": "^11.0.4",
"@types/js-md5": "^0.8.0",
"@types/node": "^24.10.0",
"@typescript-eslint/parser": "^8.46.3",
"@typescript/native-preview": "7.0.0-dev.20251110.1",
"@vitejs/plugin-vue": "^6.0.1",
"@types/node": "^24.10.1",
"@typescript-eslint/parser": "^8.47.0",
"@typescript/native-preview": "7.0.0-dev.20251118.1",
"@vitejs/plugin-vue": "^6.0.2",
"app-root-path": "^3.1.0",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
@@ -128,7 +128,7 @@
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.1",
"lint-staged": "^16.2.6",
"oxlint": "^1.26.0",
"oxlint": "^1.29.0",
"prettier": "3.6.2",
"stylelint": "^16.25.0",
"stylelint-config-idiomatic-order": "^10.0.0",
@@ -141,12 +141,12 @@
"stylelint-scss": "^6.12.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "npm:rolldown-vite@^7.2.2",
"vite-plugin-vue-devtools": "^8.0.3",
"typescript-eslint": "^8.47.0",
"vite": "npm:rolldown-vite@^7.2.6",
"vite-plugin-vue-devtools": "^8.0.5",
"vite-plugin-vuetify": "^2.1.2",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.1.3",
"vue-tsc": "^3.1.4",
"yaml-eslint-parser": "^1.3.0"
}
}