|
27 | 27 | "url": "https://github.com/pdsuwwz/chatgpt-vue3-light-mvp/issues"
|
28 | 28 | },
|
29 | 29 | "dependencies": {
|
30 |
| - "@vueuse/core": "^12.2.0", |
| 30 | + "@vueuse/core": "^12.4.0", |
31 | 31 | "axios": "1.7.9",
|
32 | 32 | "dompurify": "^3.2.3",
|
33 | 33 | "js-cookie": "^3.0.5",
|
34 | 34 | "lodash-es": "^4.17.21",
|
35 |
| - "marked": "^15.0.4", |
36 |
| - "naive-ui": "^2.40.4", |
| 35 | + "marked": "^15.0.6", |
| 36 | + "naive-ui": "^2.41.0", |
37 | 37 | "nprogress": "^0.2.0",
|
38 | 38 | "pinia": "^2.3.0",
|
39 |
| - "uuid": "^11.0.3", |
| 39 | + "uuid": "^11.0.5", |
40 | 40 | "vfile": "^6.0.3",
|
41 | 41 | "vue": "^3.5.13",
|
42 | 42 | "vue-router": "^4.5.0"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@babel/core": "^7.26.0",
|
46 | 46 | "@babel/preset-env": "^7.26.0",
|
47 |
| - "@eslint/js": "^9.17.0", |
48 |
| - "@iconify/json": "^2.2.290", |
49 |
| - "@iconify/vue": "^4.2.0", |
50 |
| - "@stylistic/eslint-plugin": "^2.12.1", |
| 47 | + "@eslint/js": "^9.18.0", |
| 48 | + "@iconify/json": "^2.2.294", |
| 49 | + "@iconify/vue": "^4.3.0", |
| 50 | + "@stylistic/eslint-plugin": "^2.13.0", |
51 | 51 | "@stylistic/stylelint-plugin": "^3.1.1",
|
52 | 52 | "@types/js-cookie": "^3.0.6",
|
53 | 53 | "@types/lodash-es": "^4.17.12",
|
54 | 54 | "@types/markdown-it": "^14.1.2",
|
55 |
| - "@types/node": "^22.10.2", |
| 55 | + "@types/node": "^22.10.6", |
56 | 56 | "@types/nprogress": "^0.2.3",
|
57 |
| - "@typescript-eslint/eslint-plugin": "^8.19.0", |
58 |
| - "@typescript-eslint/parser": "^8.19.0", |
59 |
| - "@unocss/preset-icons": "^0.65.3", |
60 |
| - "@unocss/preset-rem-to-px": "^0.65.3", |
| 57 | + "@typescript-eslint/eslint-plugin": "^8.20.0", |
| 58 | + "@typescript-eslint/parser": "^8.20.0", |
| 59 | + "@unocss/preset-icons": "^65.4.0", |
| 60 | + "@unocss/preset-rem-to-px": "^65.4.0", |
61 | 61 | "@vitejs/plugin-vue": "^5.2.1",
|
62 | 62 | "@vitejs/plugin-vue-jsx": "^4.1.1",
|
63 | 63 | "@vue/babel-plugin-jsx": "^1.2.5",
|
64 | 64 | "@vue/compiler-sfc": "^3.5.13",
|
65 | 65 | "cross-env": "^7.0.3",
|
66 |
| - "eslint": "^9.17.0", |
| 66 | + "eslint": "^9.18.0", |
67 | 67 | "eslint-define-config": "^2.1.0",
|
68 | 68 | "eslint-plugin-html": "8.1.2",
|
69 | 69 | "eslint-plugin-import": "^2.31.0",
|
70 | 70 | "eslint-plugin-vue": "^9.32.0",
|
71 | 71 | "globals": "^15.14.0",
|
72 | 72 | "highlight.js": "^11.11.1",
|
73 | 73 | "identity-obj-proxy": "^3.0.0",
|
74 |
| - "katex": "^0.16.19", |
| 74 | + "katex": "^0.16.20", |
75 | 75 | "markdown-it": "^14.1.0",
|
76 | 76 | "markdown-it-highlightjs": "^4.2.0",
|
77 |
| - "postcss": "^8.4.49", |
| 77 | + "postcss": "^8.5.0", |
78 | 78 | "postcss-html": "^1.7.0",
|
79 | 79 | "postcss-scss": "^4.0.9",
|
80 | 80 | "prismjs": "^1.29.0",
|
81 |
| - "rollup": "^4.29.1", |
82 |
| - "sass": "1.83.0", |
83 |
| - "stylelint": "^16.12.0", |
| 81 | + "rollup": "^4.30.1", |
| 82 | + "sass": "1.83.3", |
| 83 | + "stylelint": "^16.13.1", |
84 | 84 | "stylelint-config-recommended-scss": "14.1.0",
|
85 | 85 | "stylelint-config-recommended-vue": "^1.5.0",
|
86 |
| - "stylelint-config-standard": "^36.0.1", |
| 86 | + "stylelint-config-standard": "^37.0.0", |
87 | 87 | "stylelint-config-standard-scss": "14.0.0",
|
88 |
| - "typescript": "^5.7.2", |
| 88 | + "typescript": "^5.7.3", |
89 | 89 | "ua-parser-js": "^2.0.0",
|
90 |
| - "unocss": "^0.65.3", |
91 |
| - "unplugin-auto-import": "^0.19.0", |
92 |
| - "unplugin-icons": "^0.22.0", |
93 |
| - "unplugin-vue-components": "^0.28.0", |
94 |
| - "vite": "^6.0.6", |
| 90 | + "unocss": "^65.4.0", |
| 91 | + "unplugin-auto-import": "^19.0.0", |
| 92 | + "unplugin-icons": "^22.0.0", |
| 93 | + "unplugin-vue-components": "^28.0.0", |
| 94 | + "vite": "^6.0.7", |
95 | 95 | "vite-raw-plugin": "^1.0.2",
|
96 | 96 | "vue-eslint-parser": "^9.4.3"
|
97 | 97 | }
|
|
0 commit comments