|
36 | 36 | "ci-docs": "run-s build docs-build" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.20.0", |
| 39 | + "@babel/types": "^7.20.2", |
40 | 40 | "@microsoft/api-extractor": "^7.33.5", |
41 | 41 | "@rollup/plugin-typescript": "^8.5.0", |
42 | 42 | "@types/babel__core": "^7.1.19", |
|
58 | 58 | "@types/semver": "^7.3.13", |
59 | 59 | "@types/stylus": "^0.48.38", |
60 | 60 | "@types/ws": "^8.5.3", |
61 | | - "@typescript-eslint/eslint-plugin": "^5.41.0", |
62 | | - "@typescript-eslint/parser": "^5.41.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^5.42.0", |
| 62 | + "@typescript-eslint/parser": "^5.42.0", |
63 | 63 | "conventional-changelog-cli": "^2.2.2", |
64 | 64 | "esbuild": "^0.14.47", |
65 | | - "eslint": "^8.26.0", |
| 65 | + "eslint": "^8.27.0", |
66 | 66 | "eslint-define-config": "^1.11.0", |
67 | 67 | "eslint-plugin-import": "^2.26.0", |
68 | 68 | "eslint-plugin-node": "^11.1.0", |
|
74 | 74 | "npm-run-all": "^4.1.5", |
75 | 75 | "picocolors": "^1.0.0", |
76 | 76 | "playwright-chromium": "^1.27.1", |
77 | | - "pnpm": "^7.14.1", |
| 77 | + "pnpm": "^7.14.2", |
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": "~3.2.3", |
83 | | - "rollup-plugin-license": "^2.9.0", |
| 83 | + "rollup-plugin-license": "^2.9.1", |
84 | 84 | "semver": "^7.3.8", |
85 | 85 | "simple-git-hooks": "^2.8.1", |
86 | | - "tslib": "^2.4.0", |
| 86 | + "tslib": "^2.4.1", |
87 | 87 | "tsx": "^3.11.0", |
88 | 88 | "typescript": "^4.6.4", |
89 | 89 | "unbuild": "^0.9.4", |
90 | 90 | "vite": "workspace:*", |
91 | | - "vitepress": "^1.0.0-alpha.26", |
92 | | - "vitest": "^0.24.3", |
| 91 | + "vitepress": "^1.0.0-alpha.27", |
| 92 | + "vitest": "^0.24.5", |
93 | 93 | "vue": "^3.2.41" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
|
110 | 110 | "eslint --cache --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "pnpm@7.14.1", |
| 113 | + "packageManager": "pnpm@7.14.2", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments