|
30 | 30 | }, |
31 | 31 | "prettier": "prettier-config-vuepress", |
32 | 32 | "dependencies": { |
33 | | - "@vuepress/bundler-vite": "2.0.0-rc.19", |
34 | | - "@vuepress/bundler-webpack": "2.0.0-rc.19", |
35 | | - "@vuepress/plugin-docsearch": "2.0.0-rc.74", |
36 | | - "@vuepress/plugin-google-analytics": "2.0.0-rc.66", |
37 | | - "@vuepress/plugin-register-components": "2.0.0-rc.66", |
38 | | - "@vuepress/plugin-shiki": "2.0.0-rc.74", |
39 | | - "@vuepress/theme-default": "2.0.0-rc.74", |
| 33 | + "@vuepress/bundler-vite": "2.0.0-rc.20", |
| 34 | + "@vuepress/bundler-webpack": "2.0.0-rc.20", |
| 35 | + "@vuepress/plugin-docsearch": "2.0.0-rc.79", |
| 36 | + "@vuepress/plugin-google-analytics": "2.0.0-rc.79", |
| 37 | + "@vuepress/plugin-register-components": "2.0.0-rc.79", |
| 38 | + "@vuepress/plugin-shiki": "2.0.0-rc.79", |
| 39 | + "@vuepress/theme-default": "2.0.0-rc.79", |
40 | 40 | "http-server": "^14.1.1", |
41 | | - "sass-embedded": "^1.83.4", |
42 | | - "sass-loader": "^16.0.4", |
| 41 | + "sass-embedded": "^1.85.0", |
| 42 | + "sass-loader": "^16.0.5", |
43 | 43 | "vue": "^3.5.13", |
44 | | - "vuepress": "2.0.0-rc.19" |
| 44 | + "vuepress": "2.0.0-rc.20" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | 47 | "@commitlint/cli": "^19.7.1", |
48 | 48 | "@commitlint/config-conventional": "^19.7.1", |
49 | | - "bumpp": "^10.0.1", |
50 | | - "eslint": "^9.19.0", |
| 49 | + "bumpp": "^10.0.3", |
| 50 | + "eslint": "^9.21.0", |
51 | 51 | "eslint-config-vuepress": "^5.2.4", |
52 | 52 | "husky": "^9.1.7", |
53 | 53 | "nano-staged": "^0.8.0", |
54 | | - "prettier": "^3.4.2", |
| 54 | + "prettier": "^3.5.2", |
55 | 55 | "prettier-config-vuepress": "^5.0.0", |
56 | 56 | "rimraf": "^6.0.1", |
57 | 57 | "sort-package-json": "^2.14.0", |
58 | | - "taze": "^18.4.0", |
| 58 | + "taze": "^18.6.0", |
59 | 59 | "tsconfig-vuepress": "^5.2.1", |
60 | 60 | "typescript": "^5.7.3" |
61 | 61 | }, |
62 | | - "packageManager": "pnpm@10.2.0", |
| 62 | + "packageManager": "pnpm@10.4.1", |
63 | 63 | "engines": { |
64 | 64 | "node": ">=18.19.0" |
| 65 | + }, |
| 66 | + "pnpm": { |
| 67 | + "onlyBuiltDependencies": [ |
| 68 | + "esbuild" |
| 69 | + ] |
65 | 70 | } |
66 | 71 | } |
0 commit comments