|
36 | 36 | "ci-docs": "run-s build docs-build"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/types": "^7.18.13", |
| 39 | + "@babel/types": "^7.19.0", |
40 | 40 | "@microsoft/api-extractor": "^7.30.0",
|
41 |
| - "@rollup/plugin-typescript": "^8.4.0", |
| 41 | + "@rollup/plugin-typescript": "^8.5.0", |
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",
|
|
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.36.1", |
61 |
| - "@typescript-eslint/parser": "^5.36.1", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.36.2", |
| 61 | + "@typescript-eslint/parser": "^5.36.2", |
62 | 62 | "conventional-changelog-cli": "^2.2.2",
|
63 | 63 | "esbuild": "^0.14.47",
|
64 |
| - "eslint": "^8.23.0", |
| 64 | + "eslint": "^8.23.1", |
65 | 65 | "eslint-define-config": "^1.7.0",
|
66 | 66 | "eslint-plugin-import": "^2.26.0",
|
67 | 67 | "eslint-plugin-node": "^11.1.0",
|
68 | 68 | "execa": "^6.1.0",
|
69 |
| - "fast-glob": "^3.2.11", |
| 69 | + "fast-glob": "^3.2.12", |
70 | 70 | "fs-extra": "^10.1.0",
|
71 | 71 | "lint-staged": "^13.0.3",
|
72 | 72 | "minimist": "^1.2.6",
|
73 | 73 | "npm-run-all": "^4.1.5",
|
74 | 74 | "picocolors": "^1.0.0",
|
75 |
| - "playwright-chromium": "^1.25.1", |
| 75 | + "playwright-chromium": "^1.25.2", |
76 | 76 | "pnpm": "^7.11.0",
|
77 | 77 | "prettier": "2.7.1",
|
78 | 78 | "prompts": "^2.4.2",
|
|
88 | 88 | "unbuild": "^0.8.10",
|
89 | 89 | "vite": "workspace:*",
|
90 | 90 | "vitepress": "^1.0.0-alpha.13",
|
91 |
| - "vitest": "^0.23.1", |
92 |
| - "vue": "^3.2.38" |
| 91 | + "vitest": "^0.23.2", |
| 92 | + "vue": "^3.2.39" |
93 | 93 | },
|
94 | 94 | "simple-git-hooks": {
|
95 | 95 | "pre-commit": "pnpm exec lint-staged --concurrent false",
|
|
0 commit comments