|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.18.4", |
40 | | - "@microsoft/api-extractor": "^7.25.2", |
| 39 | + "@babel/types": "^7.18.7", |
| 40 | + "@microsoft/api-extractor": "^7.28.1", |
41 | 41 | "@rollup/plugin-typescript": "^8.3.3", |
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", |
45 | 45 | "@types/cross-spawn": "^6.0.2", |
46 | 46 | "@types/debug": "^4.1.7", |
47 | | - "@types/estree": "^0.0.51", |
| 47 | + "@types/estree": "^0.0.52", |
48 | 48 | "@types/etag": "^1.8.1", |
49 | 49 | "@types/fs-extra": "^9.0.13", |
50 | 50 | "@types/hash-sum": "^1.0.0", |
|
59 | 59 | "@types/semver": "^7.3.10", |
60 | 60 | "@types/stylus": "^0.48.38", |
61 | 61 | "@types/ws": "^8.5.3", |
62 | | - "@typescript-eslint/eslint-plugin": "^5.28.0", |
63 | | - "@typescript-eslint/parser": "^5.28.0", |
| 62 | + "@typescript-eslint/eslint-plugin": "^5.30.0", |
| 63 | + "@typescript-eslint/parser": "^5.30.0", |
64 | 64 | "conventional-changelog-cli": "^2.2.2", |
65 | 65 | "cross-env": "^7.0.3", |
66 | 66 | "esbuild": "^0.14.47", |
|
71 | 71 | "execa": "^6.1.0", |
72 | 72 | "fs-extra": "^10.1.0", |
73 | 73 | "kill-port": "^1.6.1", |
74 | | - "lint-staged": "^13.0.2", |
| 74 | + "lint-staged": "^13.0.3", |
75 | 75 | "minimist": "^1.2.6", |
76 | 76 | "node-fetch": "^3.2.6", |
77 | 77 | "npm-run-all": "^4.1.5", |
78 | 78 | "picocolors": "^1.0.0", |
79 | | - "playwright-chromium": "^1.22.2", |
80 | | - "pnpm": "^7.3.0", |
| 79 | + "playwright-chromium": "^1.23.0", |
| 80 | + "pnpm": "^7.4.0", |
81 | 81 | "prettier": "2.7.1", |
82 | 82 | "prompts": "^2.4.2", |
83 | 83 | "rimraf": "^3.0.2", |
|
90 | 90 | "typescript": "^4.6.4", |
91 | 91 | "unbuild": "^0.7.4", |
92 | 92 | "vite": "workspace:*", |
93 | | - "vitepress": "^1.0.0-alpha.2", |
94 | | - "vitest": "^0.15.1", |
| 93 | + "vitepress": "^1.0.0-alpha.4", |
| 94 | + "vitest": "^0.16.0", |
95 | 95 | "vue": "^3.2.37" |
96 | 96 | }, |
97 | 97 | "simple-git-hooks": { |
|
112 | 112 | "eslint --cache --fix" |
113 | 113 | ] |
114 | 114 | }, |
115 | | - "packageManager": "pnpm@7.3.0", |
| 115 | + "packageManager": "pnpm@7.4.0", |
116 | 116 | "pnpm": { |
117 | 117 | "overrides": { |
118 | 118 | "vite": "workspace:*", |
|
0 commit comments