|
1 | 1 | {
|
2 | 2 | "name": "@vuepress/docs",
|
3 |
| - "version": "2.0.0-rc.8", |
| 3 | + "version": "2.0.0-rc.12", |
4 | 4 | "private": true,
|
5 | 5 | "type": "module",
|
6 | 6 | "scripts": {
|
|
9 | 9 | "docs:clean": "rimraf docs/.vuepress/.temp docs/.vuepress/.cache docs/.vuepress/dist",
|
10 | 10 | "docs:dev": "vuepress dev docs --clean-cache --clean-temp",
|
11 | 11 | "docs:dev-webpack": "DOCS_BUNDLER=webpack pnpm docs:dev",
|
12 |
| - "docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist", |
| 12 | + "docs:serve": "http-server docs/.vuepress/dist", |
13 | 13 | "format": "prettier --write .",
|
14 | 14 | "lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
|
15 | 15 | "prepare": "husky"
|
|
29 | 29 | },
|
30 | 30 | "prettier": "prettier-config-vuepress",
|
31 | 31 | "dependencies": {
|
32 |
| - "@vuepress/bundler-vite": "2.0.0-rc.9", |
33 |
| - "@vuepress/bundler-webpack": "2.0.0-rc.9", |
34 |
| - "@vuepress/plugin-docsearch": "2.0.0-rc.26", |
35 |
| - "@vuepress/plugin-google-analytics": "2.0.0-rc.21", |
36 |
| - "@vuepress/plugin-register-components": "2.0.0-rc.21", |
37 |
| - "@vuepress/plugin-shiki": "2.0.0-rc.25", |
38 |
| - "@vuepress/theme-default": "2.0.0-rc.26", |
39 |
| - "anywhere": "^1.6.0", |
| 32 | + "@vuepress/bundler-vite": "2.0.0-rc.12", |
| 33 | + "@vuepress/bundler-webpack": "2.0.0-rc.12", |
| 34 | + "@vuepress/plugin-docsearch": "2.0.0-rc.31", |
| 35 | + "@vuepress/plugin-google-analytics": "2.0.0-rc.31", |
| 36 | + "@vuepress/plugin-register-components": "2.0.0-rc.31", |
| 37 | + "@vuepress/plugin-shiki": "2.0.0-rc.31", |
| 38 | + "@vuepress/theme-default": "2.0.0-rc.31", |
| 39 | + "http-server": "^14.1.1", |
40 | 40 | "sass-loader": "^14.2.1",
|
41 |
| - "vue": "^3.4.26", |
42 |
| - "vuepress": "2.0.0-rc.9" |
| 41 | + "vue": "^3.4.27", |
| 42 | + "vuepress": "2.0.0-rc.12" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 | 45 | "@commitlint/cli": "^19.3.0",
|
|
48 | 48 | "eslint-config-vuepress": "^4.10.1",
|
49 | 49 | "eslint-config-vuepress-typescript": "^4.10.1",
|
50 | 50 | "husky": "^9.0.11",
|
51 |
| - "lint-staged": "^15.2.2", |
| 51 | + "lint-staged": "^15.2.5", |
52 | 52 | "prettier": "^3.2.5",
|
53 | 53 | "prettier-config-vuepress": "^4.4.0",
|
54 |
| - "rimraf": "^5.0.5", |
| 54 | + "rimraf": "^5.0.7", |
55 | 55 | "sort-package-json": "^2.10.0",
|
56 | 56 | "tsconfig-vuepress": "^4.5.0",
|
57 | 57 | "typescript": "^5.4.5"
|
58 | 58 | },
|
59 |
| - "packageManager": "pnpm@9.0.6", |
| 59 | + "packageManager": "pnpm@9.1.2", |
60 | 60 | "engines": {
|
61 |
| - "node": ">=18.18.0" |
| 61 | + "node": ">=18.19.0" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments