|
33 | 33 | "dependencies": { |
34 | 34 | "@babel/core": "^7.29.0", |
35 | 35 | "@babel/preset-typescript": "^7.28.5", |
36 | | - "@rsbuild/core": "^2.0.3", |
| 36 | + "@rsbuild/core": "^2.0.6", |
37 | 37 | "@rsbuild/plugin-babel": "^1.1.2", |
38 | 38 | "@rsbuild/plugin-less": "^1.6.3", |
39 | 39 | "@rsbuild/plugin-sass": "^1.5.2", |
40 | | - "@rsbuild/plugin-vue": "^1.2.7", |
| 40 | + "@rsbuild/plugin-vue": "^1.2.8", |
41 | 41 | "@rsbuild/plugin-vue-jsx": "^2.0.0", |
42 | 42 | "@vant/touch-emulator": "workspace:^", |
43 | 43 | "@vitejs/plugin-vue": "^5.2.4", |
|
48 | 48 | "enquirer": "2.4.1", |
49 | 49 | "esbuild": "^0.28.0", |
50 | 50 | "fast-glob": "^3.3.3", |
51 | | - "fs-extra": "^11.3.4", |
| 51 | + "fs-extra": "^11.3.5", |
52 | 52 | "hash-sum": "^2.0.0", |
53 | 53 | "highlight.js": "^11.11.1", |
54 | 54 | "husky": "^9.1.7", |
|
58 | 58 | "markdown-it-anchor": "^9.2.0", |
59 | 59 | "nano-staged": "^0.9.0", |
60 | 60 | "picocolors": "^1.1.1", |
61 | | - "postcss": "^8.5.13", |
| 61 | + "postcss": "^8.5.14", |
62 | 62 | "postcss-load-config": "^6.0.1", |
63 | 63 | "prettier": "^3.8.3", |
64 | 64 | "rslog": "^2.1.1", |
|
67 | 67 | "transliteration": "^2.6.1", |
68 | 68 | "typescript": "^5.9.3", |
69 | 69 | "vite": "^5.4.20", |
70 | | - "vue-router": "^5.0.6" |
| 70 | + "vue-router": "^5.0.7" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | 73 | "@types/fs-extra": "^11.0.4", |
74 | 74 | "@types/less": "^3.0.8", |
75 | 75 | "@types/lodash": "^4.17.24", |
76 | 76 | "@types/markdown-it": "^14.1.2", |
77 | | - "@types/node": "^24.12.2", |
| 77 | + "@types/node": "^24.12.4", |
78 | 78 | "rimraf": "^6.1.3", |
79 | | - "vue": "^3.5.33" |
| 79 | + "vue": "^3.5.34" |
80 | 80 | }, |
81 | 81 | "engines": { |
82 | 82 | "node": ">=16.0.0" |
|
0 commit comments