|
34 | 34 | "ci-docs": "run-s build-vite build-plugin-vue build-docs"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@microsoft/api-extractor": "^7.19.4", |
| 37 | + "@microsoft/api-extractor": "^7.19.5", |
38 | 38 | "@types/fs-extra": "^9.0.13",
|
39 |
| - "@types/jest": "^27.4.0", |
40 |
| - "@types/node": "^16.11.22", |
| 39 | + "@types/jest": "^27.4.1", |
| 40 | + "@types/node": "^16.11.26", |
41 | 41 | "@types/prompts": "^2.0.14",
|
42 | 42 | "@types/semver": "^7.3.9",
|
43 |
| - "@typescript-eslint/eslint-plugin": "^5.11.0", |
44 |
| - "@typescript-eslint/parser": "^5.11.0", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
| 44 | + "@typescript-eslint/parser": "^5.15.0", |
45 | 45 | "conventional-changelog-cli": "^2.2.2",
|
46 | 46 | "cross-env": "^7.0.3",
|
47 | 47 | "esbuild": "^0.14.27",
|
48 |
| - "eslint": "^8.8.0", |
49 |
| - "eslint-define-config": "^1.2.4", |
| 48 | + "eslint": "^8.11.0", |
| 49 | + "eslint-define-config": "^1.3.0", |
50 | 50 | "eslint-plugin-node": "^11.1.0",
|
51 | 51 | "execa": "^5.1.1",
|
52 |
| - "fs-extra": "^10.0.0", |
| 52 | + "fs-extra": "^10.0.1", |
53 | 53 | "jest": "^27.5.1",
|
54 |
| - "lint-staged": "^12.3.3", |
| 54 | + "lint-staged": "^12.3.6", |
55 | 55 | "minimist": "^1.2.5",
|
56 | 56 | "node-fetch": "^2.6.6",
|
57 | 57 | "npm-run-all": "^4.1.5",
|
58 | 58 | "picocolors": "^1.0.0",
|
59 |
| - "playwright-chromium": "^1.18.1", |
60 |
| - "prettier": "2.5.1", |
| 59 | + "playwright-chromium": "^1.20.0", |
| 60 | + "prettier": "2.6.0", |
61 | 61 | "prompts": "^2.4.2",
|
62 | 62 | "rimraf": "^3.0.2",
|
63 | 63 | "rollup": "^2.59.0",
|
|
68 | 68 | "ts-node": "^10.4.0",
|
69 | 69 | "typescript": "~4.5.4",
|
70 | 70 | "vite": "workspace:*",
|
71 |
| - "vitepress": "^0.21.6" |
| 71 | + "vitepress": "^0.22.3" |
72 | 72 | },
|
73 | 73 | "simple-git-hooks": {
|
74 | 74 | "pre-commit": "pnpm exec lint-staged --concurrent false",
|
|
85 | 85 | "eslint --ext .ts"
|
86 | 86 | ]
|
87 | 87 | },
|
88 |
| - "packageManager": "pnpm@6.30.0", |
| 88 | + "packageManager": "pnpm@6.32.3", |
89 | 89 | "pnpm": {
|
90 | 90 | "overrides": {
|
91 | 91 | "vite": "workspace:*",
|
|
0 commit comments