|
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@babel/types": "^7.18.13", |
40 | | - "@microsoft/api-extractor": "^7.29.5", |
| 40 | + "@microsoft/api-extractor": "^7.30.0", |
41 | 41 | "@rollup/plugin-typescript": "^8.4.0", |
42 | 42 | "@types/babel__core": "^7.1.19", |
43 | 43 | "@types/babel__standalone": "^7.1.4", |
|
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.35.1", |
61 | | - "@typescript-eslint/parser": "^5.35.1", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.36.1", |
| 61 | + "@typescript-eslint/parser": "^5.36.1", |
62 | 62 | "conventional-changelog-cli": "^2.2.2", |
63 | 63 | "cross-env": "^7.0.3", |
64 | 64 | "esbuild": "^0.14.47", |
65 | 65 | "eslint": "^8.23.0", |
66 | | - "eslint-define-config": "^1.6.0", |
| 66 | + "eslint-define-config": "^1.7.0", |
67 | 67 | "eslint-plugin-import": "^2.26.0", |
68 | 68 | "eslint-plugin-node": "^11.1.0", |
69 | 69 | "execa": "^6.1.0", |
|
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "picocolors": "^1.0.0", |
76 | 76 | "playwright-chromium": "^1.25.1", |
77 | | - "pnpm": "^7.9.5", |
| 77 | + "pnpm": "^7.11.0", |
78 | 78 | "prettier": "2.7.1", |
79 | 79 | "prompts": "^2.4.2", |
80 | 80 | "resolve": "^1.22.1", |
|
84 | 84 | "semver": "^7.3.7", |
85 | 85 | "simple-git-hooks": "^2.8.0", |
86 | 86 | "tslib": "^2.4.0", |
87 | | - "tsx": "^3.8.2", |
| 87 | + "tsx": "^3.9.0", |
88 | 88 | "typescript": "^4.6.4", |
89 | | - "unbuild": "^0.8.9", |
| 89 | + "unbuild": "^0.8.10", |
90 | 90 | "vite": "workspace:*", |
91 | | - "vitepress": "^1.0.0-alpha.12", |
92 | | - "vitest": "^0.22.1", |
93 | | - "vue": "^3.2.37" |
| 91 | + "vitepress": "^1.0.0-alpha.13", |
| 92 | + "vitest": "^0.23.1", |
| 93 | + "vue": "^3.2.38" |
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": "pnpm@7.9.5", |
| 113 | + "packageManager": "pnpm@7.11.0", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments