|
33 | 33 | "devDependencies": { |
34 | 34 | "@types/babel__core": "^7.20.0", |
35 | 35 | "@types/fs-extra": "^11.0.1", |
36 | | - "@types/node": "^18.15.10", |
37 | | - "@typescript-eslint/eslint-plugin": "^5.56.0", |
38 | | - "@typescript-eslint/parser": "^5.56.0", |
| 36 | + "@types/node": "^18.15.11", |
| 37 | + "@typescript-eslint/eslint-plugin": "^5.57.0", |
| 38 | + "@typescript-eslint/parser": "^5.57.0", |
39 | 39 | "@vitejs/release-scripts": "^1.1.0", |
40 | 40 | "conventional-changelog-cli": "^2.2.2", |
41 | | - "eslint": "^8.36.0", |
| 41 | + "eslint": "^8.37.0", |
42 | 42 | "eslint-define-config": "^1.17.0", |
43 | 43 | "eslint-plugin-import": "^2.27.5", |
44 | 44 | "eslint-plugin-node": "^11.1.0", |
45 | | - "eslint-plugin-regexp": "^1.13.0", |
| 45 | + "eslint-plugin-regexp": "^1.14.0", |
46 | 46 | "execa": "^7.1.1", |
47 | 47 | "fs-extra": "^11.1.1", |
48 | 48 | "lint-staged": "^13.2.0", |
|
53 | 53 | "rollup": "^3.20.2", |
54 | 54 | "simple-git-hooks": "^2.8.1", |
55 | 55 | "tsx": "^3.12.6", |
56 | | - "typescript": "^5.0.2", |
57 | | - "unbuild": "^1.1.2", |
| 56 | + "typescript": "^5.0.3", |
| 57 | + "unbuild": "^1.2.0", |
58 | 58 | "vite": "^4.2.1", |
59 | | - "vitest": "^0.29.7" |
| 59 | + "vitest": "^0.29.8" |
60 | 60 | }, |
61 | 61 | "simple-git-hooks": { |
62 | 62 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
75 | 75 | "eslint --cache --fix" |
76 | 76 | ] |
77 | 77 | }, |
78 | | - "packageManager": "pnpm@7.30.3" |
| 78 | + "packageManager": "pnpm@7.30.5" |
79 | 79 | } |
0 commit comments