|
34 | 34 | "@types/babel__core": "^7.1.20",
|
35 | 35 | "@types/fs-extra": "^9.0.13",
|
36 | 36 | "@types/minimist": "^1.2.2",
|
37 |
| - "@types/node": "^18.11.10", |
| 37 | + "@types/node": "^18.11.14", |
38 | 38 | "@types/picomatch": "^2.3.0",
|
39 |
| - "@types/prompts": "^2.4.1", |
| 39 | + "@types/prompts": "^2.4.2", |
40 | 40 | "@types/semver": "^7.3.13",
|
41 |
| - "@typescript-eslint/eslint-plugin": "^5.45.0", |
42 |
| - "@typescript-eslint/parser": "^5.45.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 42 | + "@typescript-eslint/parser": "^5.46.1", |
43 | 43 | "conventional-changelog-cli": "^2.2.2",
|
44 | 44 | "eslint": "^8.29.0",
|
45 | 45 | "eslint-define-config": "^1.12.0",
|
|
53 | 53 | "npm-run-all": "^4.1.5",
|
54 | 54 | "picocolors": "^1.0.0",
|
55 | 55 | "playwright-chromium": "^1.28.1",
|
56 |
| - "prettier": "2.8.0", |
| 56 | + "prettier": "2.8.1", |
57 | 57 | "prompts": "^2.4.2",
|
58 | 58 | "rollup": "^3.7.0",
|
59 | 59 | "semver": "^7.3.8",
|
60 | 60 | "simple-git-hooks": "^2.8.1",
|
61 | 61 | "tsx": "^3.12.1",
|
62 | 62 | "typescript": "^4.6.4",
|
63 | 63 | "unbuild": "^0.9.4",
|
64 |
| - "vite": "^4.0.0", |
65 |
| - "vitest": "^0.25.3" |
| 64 | + "vite": "^4.0.1", |
| 65 | + "vitest": "^0.25.8" |
66 | 66 | },
|
67 | 67 | "simple-git-hooks": {
|
68 | 68 | "pre-commit": "pnpm exec lint-staged --concurrent false",
|
|
82 | 82 | "eslint --cache --fix"
|
83 | 83 | ]
|
84 | 84 | },
|
85 |
| - "packageManager": "[email protected].1" |
| 85 | + "packageManager": "[email protected].2" |
86 | 86 | }
|
0 commit comments