|
11 | 11 | "docs:dev-webpack": "DOCS_BUNDLER=webpack pnpm docs:dev",
|
12 | 12 | "docs:serve": "http-server docs/.vuepress/dist",
|
13 | 13 | "format": "prettier --write .",
|
14 |
| - "lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .", |
| 14 | + "lint": "eslint . && prettier --check .", |
15 | 15 | "prepare": "husky"
|
16 | 16 | },
|
17 | 17 | "commitlint": {
|
|
29 | 29 | },
|
30 | 30 | "prettier": "prettier-config-vuepress",
|
31 | 31 | "dependencies": {
|
32 |
| - "@vuepress/bundler-vite": "2.0.0-rc.14", |
33 |
| - "@vuepress/bundler-webpack": "2.0.0-rc.14", |
34 |
| - "@vuepress/plugin-docsearch": "2.0.0-rc.40", |
35 |
| - "@vuepress/plugin-google-analytics": "2.0.0-rc.37", |
36 |
| - "@vuepress/plugin-register-components": "2.0.0-rc.37", |
37 |
| - "@vuepress/plugin-shiki": "2.0.0-rc.40", |
38 |
| - "@vuepress/theme-default": "2.0.0-rc.40", |
| 32 | + "@vuepress/bundler-vite": "2.0.0-rc.15", |
| 33 | + "@vuepress/bundler-webpack": "2.0.0-rc.15", |
| 34 | + "@vuepress/plugin-docsearch": "2.0.0-rc.42", |
| 35 | + "@vuepress/plugin-google-analytics": "2.0.0-rc.42", |
| 36 | + "@vuepress/plugin-register-components": "2.0.0-rc.42", |
| 37 | + "@vuepress/plugin-shiki": "2.0.0-rc.42", |
| 38 | + "@vuepress/theme-default": "2.0.0-rc.42", |
39 | 39 | "http-server": "^14.1.1",
|
40 |
| - "sass-loader": "^15.0.0", |
41 |
| - "vue": "^3.4.34", |
42 |
| - "vuepress": "2.0.0-rc.14" |
| 40 | + "sass-loader": "^16.0.1", |
| 41 | + "vue": "^3.4.38", |
| 42 | + "vuepress": "2.0.0-rc.15" |
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@commitlint/cli": "^19.3.0", |
46 |
| - "@commitlint/config-conventional": "^19.2.2", |
47 |
| - "eslint": "^8.57.0", |
48 |
| - "eslint-config-vuepress": "^4.10.1", |
49 |
| - "eslint-config-vuepress-typescript": "^4.10.1", |
50 |
| - "husky": "^9.1.1", |
51 |
| - "lint-staged": "^15.2.7", |
| 45 | + "@commitlint/cli": "^19.4.1", |
| 46 | + "@commitlint/config-conventional": "^19.4.1", |
| 47 | + "eslint": "^9.9.1", |
| 48 | + "eslint-config-vuepress": "^5.1.5", |
| 49 | + "husky": "^9.1.5", |
| 50 | + "lint-staged": "^15.2.9", |
52 | 51 | "prettier": "^3.3.3",
|
53 |
| - "prettier-config-vuepress": "^4.4.0", |
| 52 | + "prettier-config-vuepress": "^5.0.0", |
54 | 53 | "rimraf": "^6.0.1",
|
55 |
| - "sort-package-json": "^2.10.0", |
56 |
| - "tsconfig-vuepress": "^4.5.0", |
| 54 | + "sort-package-json": "^2.10.1", |
| 55 | + "tsconfig-vuepress": "^5.0.0", |
57 | 56 | "typescript": "^5.5.4"
|
58 | 57 | },
|
59 |
| - "packageManager": "pnpm@9.5.0", |
| 58 | + "packageManager": "pnpm@9.9.0", |
60 | 59 | "engines": {
|
61 | 60 | "node": ">=18.19.0"
|
62 | 61 | }
|
|
0 commit comments