|
15 | 15 | "stylelint:fix": "stylelint --fix .scss, .vue ./src" |
16 | 16 | }, |
17 | 17 | "engines": { |
18 | | - "node": ">= 22.x", |
| 18 | + "node": ">= 22.12.x", |
19 | 19 | "pnpm": ">= 9.x" |
20 | 20 | }, |
21 | 21 | "homepage": "https://github.com/pdsuwwz/chatgpt-vue3-light-mvp", |
|
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "@nzoth/toolkit": "^0.0.4", |
31 | | - "@vueuse/core": "^13.5.0", |
| 31 | + "@vueuse/core": "^13.7.0", |
32 | 32 | "axios": "1.11.0", |
33 | 33 | "dompurify": "^3.2.6", |
34 | 34 | "js-cookie": "^3.0.5", |
35 | 35 | "lodash-es": "^4.17.21", |
36 | | - "marked": "^16.1.1", |
| 36 | + "marked": "^16.2.0", |
37 | 37 | "naive-ui": "^2.42.0", |
38 | 38 | "nprogress": "^0.2.0", |
39 | 39 | "pinia": "^3.0.3", |
40 | 40 | "uuid": "^11.1.0", |
41 | 41 | "vfile": "^6.0.3", |
42 | | - "vue": "^3.5.18", |
| 42 | + "vue": "^3.5.19", |
43 | 43 | "vue-router": "^4.5.1" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/core": "^7.28.0", |
47 | | - "@babel/preset-env": "^7.28.0", |
48 | | - "@eslint/js": "^9.32.0", |
49 | | - "@iconify/json": "^2.2.363", |
| 46 | + "@babel/core": "^7.28.3", |
| 47 | + "@babel/preset-env": "^7.28.3", |
| 48 | + "@eslint/js": "^9.34.0", |
| 49 | + "@iconify/json": "^2.2.378", |
50 | 50 | "@iconify/vue": "^5.0.0", |
51 | | - "@stylistic/eslint-plugin": "^5.2.2", |
| 51 | + "@stylistic/eslint-plugin": "^5.2.3", |
52 | 52 | "@stylistic/stylelint-plugin": "^4.0.0", |
53 | 53 | "@types/js-cookie": "^3.0.6", |
54 | 54 | "@types/lodash-es": "^4.17.12", |
55 | 55 | "@types/markdown-it": "^14.1.2", |
56 | | - "@types/node": "^24.1.0", |
| 56 | + "@types/node": "^24.3.0", |
57 | 57 | "@types/nprogress": "^0.2.3", |
58 | | - "@typescript-eslint/eslint-plugin": "^8.38.0", |
59 | | - "@typescript-eslint/parser": "^8.38.0", |
60 | | - "@unocss/preset-icons": "66.3.3", |
61 | | - "@unocss/preset-rem-to-px": "66.3.3", |
| 58 | + "@typescript-eslint/eslint-plugin": "^8.40.0", |
| 59 | + "@typescript-eslint/parser": "^8.40.0", |
| 60 | + "@unocss/preset-icons": "66.4.2", |
| 61 | + "@unocss/preset-rem-to-px": "66.4.2", |
62 | 62 | "@vitejs/plugin-vue": "^6.0.1", |
63 | 63 | "@vitejs/plugin-vue-jsx": "^5.0.1", |
64 | 64 | "@vscode/markdown-it-katex": "~1.1.2", |
65 | | - "@vue/babel-plugin-jsx": "^1.4.0", |
66 | | - "@vue/compiler-sfc": "^3.5.18", |
| 65 | + "@vue/babel-plugin-jsx": "^1.5.0", |
| 66 | + "@vue/compiler-sfc": "^3.5.19", |
67 | 67 | "cross-env": "^10.0.0", |
68 | 68 | "crypto-js": "^4.2.0", |
69 | | - "eslint": "^9.32.0", |
| 69 | + "eslint": "^9.34.0", |
70 | 70 | "eslint-plugin-html": "8.1.3", |
71 | 71 | "eslint-plugin-import": "^2.32.0", |
72 | | - "eslint-plugin-vue": "^10.3.0", |
| 72 | + "eslint-plugin-vue": "^10.4.0", |
73 | 73 | "globals": "^16.3.0", |
74 | 74 | "highlight.js": "^11.11.1", |
75 | 75 | "identity-obj-proxy": "^3.0.0", |
|
80 | 80 | "postcss-html": "^1.8.0", |
81 | 81 | "postcss-scss": "^4.0.9", |
82 | 82 | "prismjs": "^1.30.0", |
83 | | - "rollup": "^4.46.1", |
84 | | - "sass": "1.89.2", |
85 | | - "stylelint": "^16.22.0", |
86 | | - "stylelint-config-recommended-scss": "15.0.1", |
| 83 | + "rollup": "^4.48.0", |
| 84 | + "sass": "1.90.0", |
| 85 | + "stylelint": "^16.23.1", |
| 86 | + "stylelint-config-recommended-scss": "16.0.0", |
87 | 87 | "stylelint-config-recommended-vue": "^1.6.1", |
88 | | - "stylelint-config-standard": "^38.0.0", |
| 88 | + "stylelint-config-standard": "^39.0.0", |
89 | 89 | "stylelint-config-standard-scss": "15.0.1", |
90 | | - "typescript": "^5.8.3", |
| 90 | + "typescript": "^5.9.2", |
91 | 91 | "ua-parser-js": "^2.0.4", |
92 | | - "unocss": "66.3.3", |
93 | | - "unplugin-auto-import": "^19.3.0", |
94 | | - "unplugin-icons": "^22.1.0", |
95 | | - "unplugin-vue-components": "^28.8.0", |
96 | | - "vite": "^7.0.6", |
| 92 | + "unocss": "66.4.2", |
| 93 | + "unplugin-auto-import": "^20.0.0", |
| 94 | + "unplugin-icons": "^22.2.0", |
| 95 | + "unplugin-vue-components": "^29.0.0", |
| 96 | + "vite": "^7.1.3", |
97 | 97 | "vite-raw-plugin": "^1.0.2", |
98 | 98 | "vue-eslint-parser": "^10.2.0" |
99 | 99 | } |
|
0 commit comments