|
31 | 31 | "ci-publish": "tsx scripts/publishCI.ts"
|
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 |
| - "@types/babel__core": "^7.1.20", |
| 34 | + "@types/babel__core": "^7.20.0", |
35 | 35 | "@types/fs-extra": "^11.0.1",
|
36 | 36 | "@types/minimist": "^1.2.2",
|
37 | 37 | "@types/node": "^18.11.18",
|
38 | 38 | "@types/picomatch": "^2.3.0",
|
39 | 39 | "@types/prompts": "^2.4.2",
|
40 | 40 | "@types/semver": "^7.3.13",
|
41 |
| - "@typescript-eslint/eslint-plugin": "^5.48.1", |
42 |
| - "@typescript-eslint/parser": "^5.48.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 42 | + "@typescript-eslint/parser": "^5.48.2", |
43 | 43 | "conventional-changelog-cli": "^2.2.2",
|
44 | 44 | "eslint": "^8.32.0",
|
45 | 45 | "eslint-define-config": "^1.14.0",
|
46 |
| - "eslint-plugin-import": "^2.27.4", |
| 46 | + "eslint-plugin-import": "^2.27.5", |
47 | 47 | "eslint-plugin-node": "^11.1.0",
|
48 | 48 | "eslint-plugin-regexp": "^1.12.0",
|
49 | 49 | "execa": "^6.1.0",
|
|
62 | 62 | "typescript": "^4.6.4",
|
63 | 63 | "unbuild": "^1.1.1",
|
64 | 64 | "vite": "^4.0.4",
|
65 |
| - "vitest": "^0.27.1" |
| 65 | + "vitest": "^0.27.3" |
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].0" |
| 85 | + "packageManager": "[email protected].1" |
86 | 86 | }
|
0 commit comments