|
36 | 36 | "ci-docs": "run-s build docs-build"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/types": "^7.18.10", |
40 |
| - "@microsoft/api-extractor": "^7.29.3", |
41 |
| - "@rollup/plugin-typescript": "^8.3.4", |
| 39 | + "@babel/types": "^7.18.13", |
| 40 | + "@microsoft/api-extractor": "^7.29.5", |
| 41 | + "@rollup/plugin-typescript": "^8.4.0", |
42 | 42 | "@types/babel__core": "^7.1.19",
|
43 | 43 | "@types/babel__standalone": "^7.1.4",
|
44 | 44 | "@types/convert-source-map": "^1.5.2",
|
|
57 | 57 | "@types/semver": "^7.3.12",
|
58 | 58 | "@types/stylus": "^0.48.38",
|
59 | 59 | "@types/ws": "^8.5.3",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.33.1", |
61 |
| - "@typescript-eslint/parser": "^5.33.1", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.35.1", |
| 61 | + "@typescript-eslint/parser": "^5.35.1", |
62 | 62 | "conventional-changelog-cli": "^2.2.2",
|
63 | 63 | "cross-env": "^7.0.3",
|
64 | 64 | "esbuild": "^0.14.47",
|
65 |
| - "eslint": "^8.22.0", |
| 65 | + "eslint": "^8.23.0", |
66 | 66 | "eslint-define-config": "^1.6.0",
|
67 | 67 | "eslint-plugin-import": "^2.26.0",
|
68 | 68 | "eslint-plugin-node": "^11.1.0",
|
|
72 | 72 | "minimist": "^1.2.6",
|
73 | 73 | "npm-run-all": "^4.1.5",
|
74 | 74 | "picocolors": "^1.0.0",
|
75 |
| - "playwright-chromium": "^1.25.0", |
76 |
| - "pnpm": "^7.9.3", |
| 75 | + "playwright-chromium": "^1.25.1", |
| 76 | + "pnpm": "^7.9.5", |
77 | 77 | "prettier": "2.7.1",
|
78 | 78 | "prompts": "^2.4.2",
|
79 | 79 | "rimraf": "^3.0.2",
|
|
85 | 85 | "typescript": "^4.6.4",
|
86 | 86 | "unbuild": "^0.8.9",
|
87 | 87 | "vite": "workspace:*",
|
88 |
| - "vitepress": "^1.0.0-alpha.10", |
| 88 | + "vitepress": "^1.0.0-alpha.12", |
89 | 89 | "vitest": "^0.22.1",
|
90 | 90 | "vue": "^3.2.37"
|
91 | 91 | },
|
|
107 | 107 | "eslint --cache --fix"
|
108 | 108 | ]
|
109 | 109 | },
|
110 |
| - "packageManager": "pnpm@7.9.3", |
| 110 | + "packageManager": "pnpm@7.9.5", |
111 | 111 | "pnpm": {
|
112 | 112 | "overrides": {
|
113 | 113 | "vite": "workspace:*",
|
|
0 commit comments