|
11 | 11 | "type-check": "vue-tsc --build --force" |
12 | 12 | }, |
13 | 13 | "devDependencies": { |
14 | | - "@tsconfig/node22": ">=22.0.0", |
15 | | - "@types/markdown-it": "^14.1.2", |
16 | | - "@types/node": ">=22.9.0", |
17 | | - "@vitejs/plugin-vue": ">=5.1.4", |
18 | | - "@vue/tsconfig": ">=0.7.0", |
19 | | - "markdown-it": "^14.1.1", |
20 | | - "markdown-it-highlightjs": "^4.3.0", |
21 | | - "npm-run-all2": ">=7.0.1", |
22 | | - "typescript": ">=5.7.3", |
| 14 | + "@tsconfig/node22": ">=22.0.5", |
| 15 | + "@types/markdown-it": ">=14.1.2", |
| 16 | + "@types/node": "^24.12.2", |
| 17 | + "@vitejs/plugin-vue": ">=6.0.6", |
| 18 | + "@vue/tsconfig": ">=0.9.1", |
| 19 | + "markdown-it": ">=14.1.1", |
| 20 | + "markdown-it-highlightjs": ">=4.3.0", |
| 21 | + "npm-run-all2": ">=8.0.4", |
| 22 | + "typescript": ">=6.0.2", |
23 | 23 | "vite": "file:../node_modules/vite", |
24 | 24 | "vite-plugin-singlefile-compression": "file:..", |
25 | | - "vite-plugin-vue-devtools": "^8.1.0", |
26 | | - "vue": "^3.5.30", |
27 | | - "vue-router": "^5.0.3", |
28 | | - "vue-tsc": ">=2.1.10" |
| 25 | + "vite-plugin-vue-devtools": ">=8.1.1", |
| 26 | + "vue": ">=3.5.30", |
| 27 | + "vue-router": ">=5.0.4", |
| 28 | + "vue-tsc": ">=3.2.6" |
29 | 29 | } |
30 | 30 | } |
0 commit comments