Skip to content

Commit

Permalink
⬆️ 更新项目依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Aug 3, 2024
1 parent 1273024 commit 9141cbe
Show file tree
Hide file tree
Showing 6 changed files with 792 additions and 774 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@formkit/auto-animate": "^0.8.2",
"@highlightjs/vue-plugin": "^2.1.0",
"@msgpack/msgpack": "3.0.0-beta2",
"@tauri-apps/api": "2.0.0-beta.16",
"@tauri-apps/plugin-dialog": "2.0.0-beta.7",
"@tauri-apps/plugin-fs": "2.0.0-beta.7",
"@tauri-apps/plugin-http": "2.0.0-beta.8",
"@tauri-apps/plugin-log": "2.0.0-beta.8",
"@tauri-apps/plugin-os": "2.0.0-beta.7",
"@tauri-apps/plugin-process": "2.0.0-beta.7",
"@tauri-apps/plugin-shell": "2.0.0-beta.8",
"@tauri-apps/plugin-updater": "2.0.0-beta.7",
"@tauri-apps/plugin-websocket": "2.0.0-beta.7",
"@unocss/reset": "^0.61.8",
"@tauri-apps/api": "2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.0",
"@tauri-apps/plugin-fs": "2.0.0-rc.0",
"@tauri-apps/plugin-http": "2.0.0-rc.0",
"@tauri-apps/plugin-log": "2.0.0-rc.0",
"@tauri-apps/plugin-os": "2.0.0-rc.0",
"@tauri-apps/plugin-process": "2.0.0-rc.0",
"@tauri-apps/plugin-shell": "2.0.0-rc.0",
"@tauri-apps/plugin-updater": "2.0.0-rc.0",
"@tauri-apps/plugin-websocket": "2.0.0-rc.0",
"@unocss/reset": "^0.61.9",
"@vee-validate/zod": "^4.13.2",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vueuse/core": "^10.11.0",
Expand All @@ -44,7 +44,7 @@
"js-base64": "^3.7.7",
"linkify-string": "^4.1.3",
"linkifyjs": "^4.1.3",
"lucide-vue-next": "^0.417.0",
"lucide-vue-next": "^0.424.0",
"mime": "^4.0.4",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9",
Expand All @@ -58,22 +58,22 @@
"vue": "^3.4.35",
"vue-inline-svg": "^3.1.3",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.4.0",
"vue-router": "^4.4.2",
"vue-sonner": "^1.1.4",
"vue3-video-play": "1.3.1-beta.6",
"wavesurfer.js": "^7.8.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@tauri-apps/cli": "2.0.0-beta.23",
"@types/node": "^20.14.13",
"@tauri-apps/cli": "2.0.0-rc.0",
"@types/node": "^20.14.14",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@unocss/eslint-config": "^0.61.8",
"@vitejs/plugin-vue": "^5.1.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@unocss/eslint-config": "^0.61.9",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"@vue-macros/volar": "^0.25.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
Expand All @@ -86,7 +86,7 @@
"happy-dom": "^14.12.3",
"husky": "^9.1.4",
"internal-ip": "^8.0.0",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.3",
"stylelint": "^16.8.1",
Expand All @@ -98,7 +98,7 @@
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"typescript": "^5.5.4",
"unocss": "^0.61.8",
"unocss": "^0.61.9",
"unocss-preset-animations": "^1.1.0",
"unocss-preset-scrollbar": "^0.3.1",
"unocss-preset-shadcn": "^0.3.1",
Expand All @@ -111,7 +111,7 @@
"vite": "^5.3.5",
"vite-plugin-vue-devtools": "^7.3.7",
"vite-plugin-vue-layouts": "^0.11.0",
"vitest": "^2.0.4",
"vitest": "^2.0.5",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.29"
},
Expand Down
Loading

0 comments on commit 9141cbe

Please sign in to comment.