|
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.47.1", |
42 | | - "@typescript-eslint/parser": "^5.47.1", |
| 41 | + "@typescript-eslint/eslint-plugin": "^5.48.1", |
| 42 | + "@typescript-eslint/parser": "^5.48.1", |
43 | 43 | "conventional-changelog-cli": "^2.2.2", |
44 | | - "eslint": "^8.31.0", |
45 | | - "eslint-define-config": "^1.13.0", |
46 | | - "eslint-plugin-import": "^2.26.0", |
| 44 | + "eslint": "^8.32.0", |
| 45 | + "eslint-define-config": "^1.14.0", |
| 46 | + "eslint-plugin-import": "^2.27.4", |
47 | 47 | "eslint-plugin-node": "^11.1.0", |
48 | | - "eslint-plugin-regexp": "^1.11.0", |
| 48 | + "eslint-plugin-regexp": "^1.12.0", |
49 | 49 | "execa": "^6.1.0", |
50 | 50 | "fs-extra": "^11.1.0", |
51 | 51 | "lint-staged": "^13.1.0", |
52 | 52 | "minimist": "^1.2.7", |
53 | 53 | "npm-run-all": "^4.1.5", |
54 | 54 | "picocolors": "^1.0.0", |
55 | | - "playwright-chromium": "^1.29.1", |
56 | | - "prettier": "2.8.1", |
| 55 | + "playwright-chromium": "^1.29.2", |
| 56 | + "prettier": "2.8.3", |
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 | | - "tsx": "^3.12.1", |
| 61 | + "tsx": "^3.12.2", |
62 | 62 | "typescript": "^4.6.4", |
63 | | - "unbuild": "^1.0.2", |
64 | | - "vite": "^4.0.3", |
65 | | - "vitest": "^0.26.3" |
| 63 | + "unbuild": "^1.1.1", |
| 64 | + "vite": "^4.0.4", |
| 65 | + "vitest": "^0.27.1" |
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": "pnpm@7.21.0" |
| 85 | + "packageManager": "pnpm@7.25.0" |
86 | 86 | } |
0 commit comments