Skip to content

Commit

Permalink
⬆️ 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Jun 20, 2024
1 parent e4057d9 commit b87de84
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 430 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tauri:icon": "tauri icon ./public/icon.png",
"vite:dev": "vite dev",
"vite:build": "vite build",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"*.ts": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"@mdi/font": "7.4.47",
"@tauri-apps/api": "^1.5.6",
"ajv": "^8.16.0",
"artplayer": "^5.1.5",
"artplayer": "^5.1.6",
"clipboard": "^2.0.11",
"color-convert": "^2.0.1",
"echarts": "^5.5.0",
Expand All @@ -80,40 +80,40 @@
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1",
"uuid": "^10.0.0",
"vue": "^3.4.27",
"vue": "^3.4.29",
"vue-echarts": "^6.7.3",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.3.3",
"vuetify": "^3.6.9",
"vuetify": "^3.6.10",
"wcag-color": "^1.1.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.4.0",
"@eslint/js": "^9.5.0",
"@tauri-apps/cli": "^1.5.14",
"@types/color-convert": "^2.0.3",
"@types/js-md5": "^0.7.2",
"@types/node": "^20.14.2",
"@types/node": "^20.14.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"concurrently": "^8.2.2",
"eslint": "^9.4.0",
"eslint-config-love": "^52.0.0",
"eslint": "^9.5.0",
"eslint-config-love": "^53.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.4.0",
"globals": "^15.6.0",
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.6",
"oxlint": "^0.4.3",
"lint-staged": "^15.2.7",
"oxlint": "^0.4.4",
"prettier": "3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-idiomatic-order": "^10.0.0",
Expand All @@ -123,9 +123,9 @@
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0",
"vite": "^5.2.13",
"vite-plugin-vue-devtools": "^7.2.1",
"typescript-eslint": "^7.13.1",
"vite": "^5.3.1",
"vite-plugin-vue-devtools": "^7.3.2",
"vite-plugin-vuetify": "^2.0.3",
"vue-eslint-parser": "^9.4.3",
"yaml-eslint-parser": "^1.2.3"
Expand Down
Loading

0 comments on commit b87de84

Please sign in to comment.