|
34 | 34 | "ci-docs": "run-s build docs-build" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@babel/types": "^7.17.10", |
38 | | - "@microsoft/api-extractor": "^7.24.1", |
| 37 | + "@babel/types": "^7.18.4", |
| 38 | + "@microsoft/api-extractor": "^7.24.2", |
39 | 39 | "@rollup/plugin-typescript": "^8.3.2", |
40 | 40 | "@types/babel__core": "^7.1.19", |
41 | 41 | "@types/babel__standalone": "^7.1.4", |
|
57 | 57 | "@types/semver": "^7.3.9", |
58 | 58 | "@types/stylus": "^0.48.38", |
59 | 59 | "@types/ws": "^8.5.3", |
60 | | - "@typescript-eslint/eslint-plugin": "^5.25.0", |
61 | | - "@typescript-eslint/parser": "^5.25.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.27.0", |
| 61 | + "@typescript-eslint/parser": "^5.27.0", |
62 | 62 | "conventional-changelog-cli": "^2.2.2", |
63 | 63 | "cross-env": "^7.0.3", |
64 | 64 | "esbuild": "^0.14.38", |
|
70 | 70 | "execa": "^5.1.1", |
71 | 71 | "fs-extra": "^10.1.0", |
72 | 72 | "kill-port": "^1.6.1", |
73 | | - "lint-staged": "^12.4.1", |
| 73 | + "lint-staged": "^12.4.3", |
74 | 74 | "minimist": "^1.2.6", |
75 | 75 | "node-fetch": "^2.6.7", |
76 | 76 | "npm-run-all": "^4.1.5", |
77 | 77 | "picocolors": "^1.0.0", |
78 | 78 | "playwright-chromium": "^1.22.2", |
79 | | - "pnpm": "^7.1.3", |
| 79 | + "pnpm": "^7.1.7", |
80 | 80 | "prettier": "2.6.2", |
81 | 81 | "prompts": "^2.4.2", |
82 | 82 | "rimraf": "^3.0.2", |
83 | 83 | "rollup": "^2.72.1", |
84 | 84 | "semver": "^7.3.7", |
85 | | - "simple-git-hooks": "^2.7.0", |
| 85 | + "simple-git-hooks": "^2.8.0", |
86 | 86 | "sirv": "^2.0.2", |
87 | 87 | "tslib": "^2.4.0", |
88 | 88 | "typescript": "^4.6.4", |
89 | 89 | "unbuild": "^0.7.4", |
90 | 90 | "vite": "workspace:*", |
91 | 91 | "vitepress": "1.0.0-draft.8", |
92 | | - "vitest": "^0.12.9", |
93 | | - "vue": "^3.2.35" |
| 92 | + "vitest": "^0.13.0", |
| 93 | + "vue": "^3.2.36" |
94 | 94 | }, |
95 | 95 | "simple-git-hooks": { |
96 | 96 | "pre-commit": "pnpm exec lint-staged --concurrent false", |
|
110 | 110 | "eslint --fix" |
111 | 111 | ] |
112 | 112 | }, |
113 | | - "packageManager": "pnpm@7.1.3", |
| 113 | + "packageManager": "pnpm@7.1.7", |
114 | 114 | "pnpm": { |
115 | 115 | "overrides": { |
116 | 116 | "vite": "workspace:*", |
|
0 commit comments