Skip to content

Commit fc3c9ab

Browse files
committed
chore: dump some dependencies
Signed-off-by: Bob Du <i@bobdu.cc>
1 parent d4a2ea2 commit fc3c9ab

File tree

3 files changed

+1067
-860
lines changed

3 files changed

+1067
-860
lines changed

package.json

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,42 +27,40 @@
2727
"@antfu/eslint-config": "^0.43.1",
2828
"@commitlint/cli": "^17.4.4",
2929
"@commitlint/config-conventional": "^17.4.4",
30-
"@iconify/vue": "^4.1.2",
30+
"@iconify/vue": "^5.0.0",
3131
"@tailwindcss/vite": "^4.1.7",
32-
"@types/chart.js": "^2.9.37",
33-
"@types/katex": "^0.16.0",
32+
"@types/katex": "^0.16.7",
3433
"@types/markdown-it": "^14.1.2",
35-
"@types/markdown-it-link-attributes": "^3.0.1",
36-
"@types/node": "^18.14.6",
37-
"@vitejs/plugin-vue": "^5.1.4",
38-
"@vscode/markdown-it-katex": "^1.1.0",
39-
"@vueuse/core": "^10.11.1",
40-
"axios": "^1.6.7",
41-
"chart.js": "^4.3.0",
42-
"dayjs": "^1.11.7",
43-
"eslint": "^8.56.0",
44-
"highlight.js": "^11.10.0",
34+
"@types/markdown-it-link-attributes": "^3.0.5",
35+
"@types/node": "^22.15.23",
36+
"@vitejs/plugin-vue": "^5.2.4",
37+
"@vscode/markdown-it-katex": "^1.1.1",
38+
"@vueuse/core": "^13.3.0",
39+
"axios": "1.8.2",
40+
"chart.js": "^4.4.9",
41+
"dayjs": "^1.11.13",
42+
"eslint": "^8.57.1",
43+
"highlight.js": "^11.11.1",
4544
"html2canvas": "^1.4.1",
46-
"husky": "^8.0.3",
47-
"jwt-decode": "^3.1.2",
48-
"katex": "^0.16.10",
45+
"husky": "^9.1.7",
46+
"jwt-decode": "^4.0.0",
47+
"katex": "0.16.21",
4948
"less": "^4.1.3",
50-
"lint-staged": "^13.1.2",
49+
"lint-staged": "^16.1.0",
5150
"markdown-it": "^14.1.0",
5251
"markdown-it-link-attributes": "^4.0.1",
53-
"naive-ui": "^2.40.1",
54-
"pinia": "^2.2.4",
55-
"postcss": "^8.4.47",
56-
"qrcode.vue": "^3.4.1",
57-
"rimraf": "^4.3.0",
52+
"naive-ui": "~2.40.4",
53+
"pinia": "^3.0.2",
54+
"qrcode.vue": "^3.6.0",
55+
"rimraf": "^6.0.1",
5856
"tailwindcss": "^4.1.7",
59-
"typescript": "5.3.3",
60-
"vite": "^5.4.10",
61-
"vue": "^3.5.12",
62-
"vue-chartjs": "^5.3.1",
63-
"vue-i18n": "9.13.1",
64-
"vue-router": "^4.4.5",
65-
"vue-tsc": "^2.1.6"
57+
"typescript": "~5.3.3",
58+
"vite": "6.3.4",
59+
"vue": "^3.5.15",
60+
"vue-chartjs": "^5.3.2",
61+
"vue-i18n": "11.1.2",
62+
"vue-router": "^4.5.1",
63+
"vue-tsc": "^2.2.10"
6664
},
6765
"lint-staged": {
6866
"*.{ts,tsx,vue}": [

0 commit comments

Comments
 (0)