|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.19.3", |
40 | | - "@microsoft/api-extractor": "^7.32.0", |
| 39 | + "@babel/types": "^7.19.4", |
| 40 | + "@microsoft/api-extractor": "^7.33.4", |
41 | 41 | "@rollup/plugin-typescript": "^8.5.0", |
42 | 42 | "@types/babel__core": "^7.1.19", |
43 | 43 | "@types/babel__standalone": "^7.1.4", |
|
58 | 58 | "@types/semver": "^7.3.12", |
59 | 59 | "@types/stylus": "^0.48.38", |
60 | 60 | "@types/ws": "^8.5.3", |
61 | | - "@typescript-eslint/eslint-plugin": "^5.39.0", |
62 | | - "@typescript-eslint/parser": "^5.39.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.40.1", |
| 62 | + "@typescript-eslint/parser": "^5.40.1", |
63 | 63 | "conventional-changelog-cli": "^2.2.2", |
64 | 64 | "esbuild": "^0.14.47", |
65 | 65 | "eslint": "^8.25.0", |
|
70 | 70 | "fast-glob": "^3.2.12", |
71 | 71 | "fs-extra": "^10.1.0", |
72 | 72 | "lint-staged": "^13.0.3", |
73 | | - "minimist": "^1.2.6", |
| 73 | + "minimist": "^1.2.7", |
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "picocolors": "^1.0.0", |
76 | | - "playwright-chromium": "^1.27.0", |
77 | | - "pnpm": "^7.13.3", |
| 76 | + "playwright-chromium": "^1.27.1", |
| 77 | + "pnpm": "^7.13.5", |
78 | 78 | "prettier": "2.7.1", |
79 | 79 | "prompts": "^2.4.2", |
80 | 80 | "resolve": "^1.22.1", |
81 | 81 | "rimraf": "^3.0.2", |
82 | 82 | "rollup": "^2.79.1", |
83 | | - "rollup-plugin-license": "^2.8.1", |
| 83 | + "rollup-plugin-license": "^2.8.2", |
84 | 84 | "semver": "^7.3.8", |
85 | | - "simple-git-hooks": "^2.8.0", |
| 85 | + "simple-git-hooks": "^2.8.1", |
86 | 86 | "tslib": "^2.4.0", |
87 | | - "tsx": "^3.10.1", |
| 87 | + "tsx": "^3.10.4", |
88 | 88 | "typescript": "^4.6.4", |
89 | | - "unbuild": "^0.8.11", |
| 89 | + "unbuild": "^0.9.4", |
90 | 90 | "vite": "workspace:*", |
91 | | - "vitepress": "^1.0.0-alpha.19", |
92 | | - "vitest": "^0.24.0", |
93 | | - "vue": "^3.2.40" |
| 91 | + "vitepress": "^1.0.0-alpha.21", |
| 92 | + "vitest": "^0.24.3", |
| 93 | + "vue": "^3.2.41" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
96 | 96 | "pre-commit": "pnpm exec lint-staged --concurrent false", |
|
110 | 110 | "eslint --cache --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "[email protected].3", |
| 113 | + "packageManager": "[email protected].5", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments