|
28 | 28 | "build:ts": "tsc --project ./tsconfig.build.json", |
29 | 29 | "clean": "rimraf .nyc_output dist coverage", |
30 | 30 | "cover": "nyc --reporter=lcov yarn test", |
31 | | - "docs:build": "yarn build:ts && vuepress build docs --no-cache", |
32 | | - "docs:watch": "vuepress dev --debug docs", |
| 31 | + "docs:build": "yarn build:ts && npm run vuepress -- build docs --no-cache", |
| 32 | + "docs:watch": "npm run vuepress -- dev --debug docs", |
| 33 | + "vuepress": "node --openssl-legacy-provider ./node_modules/vuepress/cli.js", |
33 | 34 | "lint": "eslint . --ext .js,.vue,.ts,.json,.md,.toml,.yaml,.yml", |
34 | 35 | "lint-fix": "yarn lint --fix", |
35 | 36 | "mocha": "yarn ts node_modules/mocha/bin/mocha", |
|
74 | 75 | "@types/node": "^18.0.0", |
75 | 76 | "@types/request": "^2.48.5", |
76 | 77 | "@types/semver": "^7.3.1", |
77 | | - "@typescript-eslint/eslint-plugin": "^5.0.0", |
78 | | - "@typescript-eslint/parser": "^5.0.0", |
| 78 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 79 | + "@typescript-eslint/parser": "^6.0.0", |
79 | 80 | "env-cmd": "^10.1.0", |
80 | 81 | "esbuild-register": "^3.3.3", |
81 | 82 | "eslint": "^8.0.0", |
|
0 commit comments