Skip to content

Commit 78eac5e

Browse files
authored
🌱 chore: upgrade deps naive & eslint (#62)
1 parent f9e6545 commit 78eac5e

File tree

3 files changed

+1303
-1230
lines changed

3 files changed

+1303
-1230
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p style="text-align:center;" align="center"><a href="https://github.com/pdsuwwz/chatgpt-vue3-light-mvp"><picture align="center">
1+
<p style="text-align:center;" align="center"><a href="https://botkit.likemashang.com"><picture align="center">
22
<source media="(prefers-color-scheme: dark)" srcset="https://i.stardots.io/wisdom/1747723353145.png" width="100%" align="center" style="margin-bottom:20px;">
33
<source media="(prefers-color-scheme: light)" srcset="https://i.stardots.io/wisdom/1747723353146.png" width="100%" align="center" style="margin-bottom:20px;">
44
<img alt="color mode" src="https://i.stardots.io/wisdom/1747723353146.png" width="100%" align="center" style="margin-bottom:20px;">

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,71 +28,71 @@
2828
},
2929
"dependencies": {
3030
"@nzoth/toolkit": "^0.0.4",
31-
"@vueuse/core": "^13.2.0",
31+
"@vueuse/core": "^13.3.0",
3232
"axios": "1.9.0",
33-
"dompurify": "^3.2.5",
33+
"dompurify": "^3.2.6",
3434
"js-cookie": "^3.0.5",
3535
"lodash-es": "^4.17.21",
36-
"marked": "^15.0.11",
37-
"naive-ui": "^2.41.0",
36+
"marked": "^15.0.12",
37+
"naive-ui": "^2.41.1",
3838
"nprogress": "^0.2.0",
39-
"pinia": "^3.0.2",
39+
"pinia": "^3.0.3",
4040
"uuid": "^11.1.0",
4141
"vfile": "^6.0.3",
42-
"vue": "^3.5.14",
42+
"vue": "^3.5.16",
4343
"vue-router": "^4.5.1"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "^7.27.1",
46+
"@babel/core": "^7.27.4",
4747
"@babel/preset-env": "^7.27.2",
48-
"@eslint/js": "^9.27.0",
49-
"@iconify/json": "^2.2.339",
48+
"@eslint/js": "^9.28.0",
49+
"@iconify/json": "^2.2.348",
5050
"@iconify/vue": "^5.0.0",
51-
"@stylistic/eslint-plugin": "^4.2.0",
51+
"@stylistic/eslint-plugin": "^4.4.1",
5252
"@stylistic/stylelint-plugin": "^3.1.2",
5353
"@types/js-cookie": "^3.0.6",
5454
"@types/lodash-es": "^4.17.12",
5555
"@types/markdown-it": "^14.1.2",
56-
"@types/node": "^22.15.19",
56+
"@types/node": "^24.0.1",
5757
"@types/nprogress": "^0.2.3",
58-
"@typescript-eslint/eslint-plugin": "^8.32.1",
59-
"@typescript-eslint/parser": "^8.32.1",
60-
"@unocss/preset-icons": "66.1.2",
61-
"@unocss/preset-rem-to-px": "66.1.2",
58+
"@typescript-eslint/eslint-plugin": "^8.34.0",
59+
"@typescript-eslint/parser": "^8.34.0",
60+
"@unocss/preset-icons": "66.2.0",
61+
"@unocss/preset-rem-to-px": "66.2.0",
6262
"@vitejs/plugin-vue": "^5.2.4",
63-
"@vitejs/plugin-vue-jsx": "^4.1.2",
63+
"@vitejs/plugin-vue-jsx": "^4.2.0",
6464
"@vscode/markdown-it-katex": "~1.1.1",
6565
"@vue/babel-plugin-jsx": "^1.4.0",
66-
"@vue/compiler-sfc": "^3.5.14",
66+
"@vue/compiler-sfc": "^3.5.16",
6767
"cross-env": "^7.0.3",
6868
"crypto-js": "^4.2.0",
69-
"eslint": "^9.27.0",
70-
"eslint-plugin-html": "8.1.2",
69+
"eslint": "^9.28.0",
70+
"eslint-plugin-html": "8.1.3",
7171
"eslint-plugin-import": "^2.31.0",
72-
"eslint-plugin-vue": "^10.1.0",
73-
"globals": "^16.1.0",
72+
"eslint-plugin-vue": "^10.2.0",
73+
"globals": "^16.2.0",
7474
"highlight.js": "^11.11.1",
7575
"identity-obj-proxy": "^3.0.0",
7676
"katex": "^0.16.22",
7777
"markdown-it": "^14.1.0",
7878
"markdown-it-highlightjs": "^4.2.0",
79-
"postcss": "^8.5.3",
79+
"postcss": "^8.5.5",
8080
"postcss-html": "^1.8.0",
8181
"postcss-scss": "^4.0.9",
8282
"prismjs": "^1.30.0",
83-
"rollup": "^4.41.0",
84-
"sass": "1.89.0",
85-
"stylelint": "^16.19.1",
83+
"rollup": "^4.43.0",
84+
"sass": "1.89.2",
85+
"stylelint": "^16.20.0",
8686
"stylelint-config-recommended-scss": "15.0.1",
8787
"stylelint-config-recommended-vue": "^1.6.0",
8888
"stylelint-config-standard": "^38.0.0",
8989
"stylelint-config-standard-scss": "15.0.1",
9090
"typescript": "^5.8.3",
9191
"ua-parser-js": "^2.0.3",
92-
"unocss": "66.1.2",
93-
"unplugin-auto-import": "^19.2.0",
92+
"unocss": "66.2.0",
93+
"unplugin-auto-import": "^19.3.0",
9494
"unplugin-icons": "^22.1.0",
95-
"unplugin-vue-components": "^28.5.0",
95+
"unplugin-vue-components": "^28.7.0",
9696
"vite": "^6.3.5",
9797
"vite-raw-plugin": "^1.0.2",
9898
"vue-eslint-parser": "^10.1.3"

0 commit comments

Comments
 (0)