Skip to content

Commit

Permalink
⬆️ 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Sep 17, 2024
1 parent f6d658e commit 8c6ba88
Show file tree
Hide file tree
Showing 7 changed files with 6,420 additions and 6,190 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
},
"dependencies": {
"@mdi/font": "7.4.47",
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-deep-link": "2.0.0-rc.2",
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
"@tauri-apps/plugin-http": "2.0.0-rc.2",
"@tauri-apps/plugin-log": "2.0.0-rc.1",
"@tauri-apps/plugin-os": "2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-sql": "2.0.0-rc.1",
"@tauri-apps/api": "^2.0.0-rc.4",
"@tauri-apps/plugin-deep-link": "^2.0.0-rc.2",
"@tauri-apps/plugin-dialog": "^2.0.0-rc.1",
"@tauri-apps/plugin-fs": "^2.0.0-rc.2",
"@tauri-apps/plugin-http": "^2.0.0-rc.2",
"@tauri-apps/plugin-log": "^2.0.0-rc.1",
"@tauri-apps/plugin-os": "^2.0.0-rc.1",
"@tauri-apps/plugin-process": "^2.0.0-rc.1",
"@tauri-apps/plugin-shell": "^2.0.0-rc.1",
"@tauri-apps/plugin-sql": "^2.0.0-rc.1",
"ajv": "^8.17.1",
"artplayer": "^5.1.7",
"clipboard": "^2.0.11",
Expand All @@ -88,10 +88,10 @@
"pinia-plugin-persistedstate": "^4.0.1",
"qrcode.vue": "^3.4.1",
"uuid": "^10.0.0",
"vue": "^3.5.4",
"vue": "^3.5.6",
"vue-echarts": "^7.0.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.4.4",
"vue-router": "^4.4.5",
"vuetify": "^3.7.1",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
Expand All @@ -102,13 +102,13 @@
"@tauri-apps/cli": "2.0.0-rc.11",
"@types/color-convert": "^2.0.3",
"@types/js-md5": "^0.7.2",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-vue": "^5.1.3",
"concurrently": "^9.0.1",
"eslint": "^9.10.0",
"eslint-config-love": "^64.0.0",
"eslint-config-love": "^66.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsonc": "^2.16.0",
Expand All @@ -131,8 +131,8 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.6",
"vite-plugin-vue-devtools": "^7.4.5",
"vite-plugin-vuetify": "^2.0.4",
"vue-eslint-parser": "^9.4.3",
Expand Down
Loading

0 comments on commit 8c6ba88

Please sign in to comment.