Skip to content

Commit 495ccb0

Browse files
authored
chore: update some deps version (#576)
* chore: update some deps version Signed-off-by: Bob Du <i@bobdu.cc> * chore: update some deps version Signed-off-by: Bob Du <i@bobdu.cc> --------- Signed-off-by: Bob Du <i@bobdu.cc>
1 parent d01fabe commit 495ccb0

File tree

8 files changed

+1297
-1371
lines changed

8 files changed

+1297
-1371
lines changed

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "chatgpt-web",
3+
"type": "module",
34
"version": "2.13.3",
45
"private": false,
56
"description": "ChatGPT Web",
@@ -26,44 +27,44 @@
2627
"@antfu/eslint-config": "^0.43.1",
2728
"@commitlint/cli": "^17.4.4",
2829
"@commitlint/config-conventional": "^17.4.4",
29-
"@iconify/vue": "^4.1.0",
30-
"@traptitech/markdown-it-katex": "^3.6.0",
30+
"@iconify/vue": "^4.1.2",
3131
"@types/chart.js": "^2.9.37",
3232
"@types/katex": "^0.16.0",
33-
"@types/markdown-it": "^12.2.3",
33+
"@types/markdown-it": "^14.1.2",
3434
"@types/markdown-it-link-attributes": "^3.0.1",
3535
"@types/node": "^18.14.6",
36-
"@vitejs/plugin-vue": "^5.0.4",
37-
"@vueuse/core": "^10.9.0",
38-
"autoprefixer": "^10.4.13",
36+
"@vitejs/plugin-vue": "^5.1.4",
37+
"@vscode/markdown-it-katex": "^1.1.0",
38+
"@vueuse/core": "^10.11.1",
39+
"autoprefixer": "^10.4.20",
3940
"axios": "^1.6.7",
4041
"chart.js": "^4.3.0",
4142
"dayjs": "^1.11.7",
4243
"eslint": "^8.56.0",
43-
"highlight.js": "^11.7.0",
44+
"highlight.js": "^11.10.0",
4445
"html2canvas": "^1.4.1",
4546
"husky": "^8.0.3",
4647
"jwt-decode": "^3.1.2",
4748
"katex": "^0.16.10",
4849
"less": "^4.1.3",
4950
"lint-staged": "^13.1.2",
50-
"markdown-it": "^13.0.1",
51+
"markdown-it": "^14.1.0",
5152
"markdown-it-link-attributes": "^4.0.1",
52-
"naive-ui": "^2.38.2",
53+
"naive-ui": "^2.40.1",
5354
"npm-run-all": "^4.1.5",
54-
"pinia": "^2.0.33",
55-
"postcss": "^8.4.35",
55+
"pinia": "^2.2.4",
56+
"postcss": "^8.4.47",
5657
"qrcode.vue": "^3.4.1",
5758
"rimraf": "^4.3.0",
58-
"tailwindcss": "^3.4.1",
59+
"tailwindcss": "^3.4.14",
5960
"typescript": "5.3.3",
60-
"vite": "^5.1.7",
61-
"vite-plugin-pwa": "^0.20.0",
62-
"vue": "^3.4.21",
63-
"vue-chartjs": "^5.2.0",
64-
"vue-i18n": "^9.10.1",
65-
"vue-router": "^4.3.0",
66-
"vue-tsc": "^2.0.6"
61+
"vite": "^5.4.10",
62+
"vite-plugin-pwa": "^0.20.5",
63+
"vue": "^3.5.12",
64+
"vue-chartjs": "^5.3.1",
65+
"vue-i18n": "9.13.1",
66+
"vue-router": "^4.4.5",
67+
"vue-tsc": "^2.1.6"
6768
},
6869
"lint-staged": {
6970
"*.{ts,tsx,vue}": [

0 commit comments

Comments
 (0)