|
33 | 33 | "dependencies": { |
34 | 34 | "@babel/core": "^7.29.0", |
35 | 35 | "@babel/preset-typescript": "^7.28.5", |
36 | | - "@rsbuild/core": "^1.7.2", |
37 | | - "@rsbuild/plugin-babel": "^1.1.0", |
38 | | - "@rsbuild/plugin-less": "^1.6.0", |
39 | | - "@rsbuild/plugin-sass": "^1.5.0", |
40 | | - "@rsbuild/plugin-vue": "^1.2.3", |
| 36 | + "@rsbuild/core": "^1.7.3", |
| 37 | + "@rsbuild/plugin-babel": "^1.1.2", |
| 38 | + "@rsbuild/plugin-less": "^1.6.1", |
| 39 | + "@rsbuild/plugin-sass": "^1.5.1", |
| 40 | + "@rsbuild/plugin-vue": "^1.2.7", |
41 | 41 | "@rsbuild/plugin-vue-jsx": "^1.1.2", |
42 | 42 | "@vant/eslint-config": "workspace:^", |
43 | 43 | "@vant/touch-emulator": "workspace:^", |
44 | 44 | "@vitejs/plugin-vue": "^5.2.4", |
45 | 45 | "@vitejs/plugin-vue-jsx": "^4.2.0", |
46 | 46 | "@vue/babel-plugin-jsx": "^2.0.1", |
47 | | - "autoprefixer": "^10.4.23", |
48 | | - "commander": "^14.0.2", |
| 47 | + "autoprefixer": "^10.4.27", |
| 48 | + "commander": "^14.0.3", |
49 | 49 | "enquirer": "2.4.1", |
50 | | - "esbuild": "^0.27.2", |
| 50 | + "esbuild": "^0.27.3", |
51 | 51 | "eslint": "^8.57.1", |
52 | 52 | "fast-glob": "^3.3.3", |
53 | | - "fs-extra": "^11.3.3", |
| 53 | + "fs-extra": "^11.3.4", |
54 | 54 | "hash-sum": "^2.0.0", |
55 | 55 | "highlight.js": "^11.11.1", |
56 | 56 | "husky": "^9.1.7", |
|
60 | 60 | "markdown-it-anchor": "^9.2.0", |
61 | 61 | "nano-staged": "^0.9.0", |
62 | 62 | "picocolors": "^1.1.1", |
63 | | - "postcss": "^8.5.6", |
| 63 | + "postcss": "^8.5.8", |
64 | 64 | "postcss-load-config": "^6.0.1", |
65 | 65 | "prettier": "^3.8.1", |
66 | 66 | "rslog": "^1.3.2", |
67 | 67 | "rspack-plugin-virtual-module": "^1.0.1", |
68 | 68 | "terser": "^5.46.0", |
69 | | - "transliteration": "^2.6.0", |
| 69 | + "transliteration": "^2.6.1", |
70 | 70 | "typescript": "^5.9.3", |
71 | 71 | "vite": "^5.4.20", |
72 | 72 | "vue-router": "^4.6.4" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@types/fs-extra": "^11.0.4", |
76 | 76 | "@types/less": "^3.0.8", |
77 | | - "@types/lodash": "^4.17.23", |
| 77 | + "@types/lodash": "^4.17.24", |
78 | 78 | "@types/markdown-it": "^14.1.2", |
79 | 79 | "@types/node": "^24.10.9", |
80 | | - "rimraf": "^6.1.2", |
81 | | - "vue": "^3.5.26" |
| 80 | + "rimraf": "^6.1.3", |
| 81 | + "vue": "^3.5.30" |
82 | 82 | }, |
83 | 83 | "engines": { |
84 | 84 | "node": ">=16.0.0" |
|
0 commit comments