Skip to content

Commit

Permalink
chore(web): 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
FishHawk committed Dec 17, 2024
1 parent 9abb617 commit 08f4e20
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 497 deletions.
34 changes: 17 additions & 17 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,45 @@
"prepare": "cd .. && husky web/.husky"
},
"devDependencies": {
"@types/node": "^20.16.10",
"husky": "^9.1.6",
"@types/node": "^20.17.10",
"husky": "^9.1.7",
"prettier": "3.3.2",
"pretty-quick": "^4.0.0",
"vite-bundle-visualizer": "^1.2.1",
"vitest": "^1.6.0"
},
"dependencies": {
"@types/diff": "^5.2.2",
"@types/diff": "^5.2.3",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/opencc-js": "^1.0.3",
"@types/uuid": "^10.0.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^10.11.1",
"@zip.js/zip.js": "^2.7.52",
"@zip.js/zip.js": "^2.7.54",
"crypto-es": "^2.1.0",
"diff": "^5.2.0",
"idb": "^8.0.0",
"idb": "^8.0.1",
"jwt-decode": "^4.0.0",
"ky": "^1.7.2",
"ky": "^1.7.3",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"naive-ui": "^2.40.1",
"nanoid": "^5.0.7",
"naive-ui": "^2.40.3",
"nanoid": "^5.0.9",
"opencc-js": "^1.0.5",
"pinia": "^2.2.4",
"typescript": "^5.6.2",
"pinia": "^2.3.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-components": "^0.27.5",
"uuid": "^10.0.0",
"vite": "^5.4.8",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^4.3.2",
"vue": "^3.5.11",
"vue-draggable-plus": "^0.5.3",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
"vue": "^3.5.13",
"vue-draggable-plus": "^0.5.6",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 08f4e20

Please sign in to comment.