|
36 | 36 | "ci-docs": "run-s build docs-build"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/types": "^7.18.9", |
40 |
| - "@microsoft/api-extractor": "^7.28.7", |
| 39 | + "@babel/types": "^7.18.10", |
| 40 | + "@microsoft/api-extractor": "^7.29.0", |
41 | 41 | "@rollup/plugin-typescript": "^8.3.4",
|
42 | 42 | "@types/babel__core": "^7.1.19",
|
43 | 43 | "@types/babel__standalone": "^7.1.4",
|
|
57 | 57 | "@types/semver": "^7.3.10",
|
58 | 58 | "@types/stylus": "^0.48.38",
|
59 | 59 | "@types/ws": "^8.5.3",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.31.0", |
61 |
| - "@typescript-eslint/parser": "^5.31.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.32.0", |
| 61 | + "@typescript-eslint/parser": "^5.32.0", |
62 | 62 | "conventional-changelog-cli": "^2.2.2",
|
63 | 63 | "cross-env": "^7.0.3",
|
64 | 64 | "esbuild": "^0.14.47",
|
|
73 | 73 | "npm-run-all": "^4.1.5",
|
74 | 74 | "picocolors": "^1.0.0",
|
75 | 75 | "playwright-chromium": "^1.24.2",
|
76 |
| - "pnpm": "^7.8.0", |
| 76 | + "pnpm": "^7.9.0", |
77 | 77 | "prettier": "2.7.1",
|
78 | 78 | "prompts": "^2.4.2",
|
79 | 79 | "rimraf": "^3.0.2",
|
80 | 80 | "rollup": "^2.75.6",
|
81 | 81 | "semver": "^7.3.7",
|
82 | 82 | "simple-git-hooks": "^2.8.0",
|
83 | 83 | "tslib": "^2.4.0",
|
84 |
| - "tsx": "^3.8.0", |
| 84 | + "tsx": "^3.8.1", |
85 | 85 | "typescript": "^4.6.4",
|
86 | 86 | "unbuild": "^0.7.6",
|
87 | 87 | "vite": "workspace:*",
|
88 | 88 | "vitepress": "^1.0.0-alpha.4",
|
89 |
| - "vitest": "^0.20.2", |
| 89 | + "vitest": "^0.21.0", |
90 | 90 | "vue": "^3.2.37"
|
91 | 91 | },
|
92 | 92 | "simple-git-hooks": {
|
|
107 | 107 | "eslint --cache --fix"
|
108 | 108 | ]
|
109 | 109 | },
|
110 |
| - "packageManager": "pnpm@7.8.0", |
| 110 | + "packageManager": "pnpm@7.9.0", |
111 | 111 | "pnpm": {
|
112 | 112 | "overrides": {
|
113 | 113 | "vite": "workspace:*",
|
|
0 commit comments