fix(pkg): 更新依赖

This commit is contained in:
BTMuli
2023-03-30 15:05:01 +08:00
parent 491e935ba6
commit 934a651fee
2 changed files with 17 additions and 9 deletions

View File

@@ -22,31 +22,33 @@
"Tauri",
"Node",
"Typescript",
"Vite"
"Vite",
"Genshin Impact",
"Vuetify"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BTMuli/Tauri.Genshin.git"
"url": "https://github.com/BTMuli/Tauri.Genshin.git"
},
"dependencies": {
"@mdi/font": "7.2.96",
"@tauri-apps/api": "^1.2.0",
"clipboard": "^2.0.11",
"vue": "^3.2.47",
"vue-json-viewer": "^3.0.4",
"vuetify": "npm:@vuetify/nightly@next"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"@types/node": "^18.15.11",
"@vitejs/plugin-vue": "^4.1.0",
"clipboard": "^2.0.11",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.1.0",
"prettier": "^2.8.7",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-plugin-vuetify": "^1.0.2",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.1.6",
"vue-tsc": "^1.2.0",
"vuetify": "^3.1.12"