|
12 | 12 | "*.{md,js,jsx,json,yml,yaml,css,md}": "prettier --write" |
13 | 13 | }, |
14 | 14 | "devDependencies": { |
15 | | - "@rushstack/eslint-patch": "^1.6.0", |
| 15 | + "@rushstack/eslint-patch": "^1.10.1", |
16 | 16 | "@saberhq/eslint-config": "workspace:*", |
17 | 17 | "@saberhq/eslint-config-react": "workspace:*", |
18 | 18 | "@saberhq/tsconfig": "workspace:*", |
19 | | - "@types/eslint": "^8.44.8", |
20 | | - "@types/node": "^18.19.2", |
21 | | - "@types/react": "^18.2.41", |
22 | | - "@typescript-eslint/utils": "^6.13.1", |
| 19 | + "@types/eslint": "^8.56.6", |
| 20 | + "@types/node": "^20.12.2", |
| 21 | + "@types/react": "^18.2.73", |
| 22 | + "@typescript-eslint/utils": "^7.4.0", |
23 | 23 | "@yarnpkg/doctor": "^4.0.1", |
24 | | - "eslint": "^8.55.0", |
25 | | - "husky": "^8.0.3", |
26 | | - "lint-staged": "^15.2.0", |
27 | | - "prettier": "^3.1.0", |
28 | | - "typescript": "^5.3.2" |
| 24 | + "eslint": "^8.57.0", |
| 25 | + "husky": "^9.0.11", |
| 26 | + "lint-staged": "^15.2.2", |
| 27 | + "prettier": "^3.2.5", |
| 28 | + "typescript": "^5.4.3" |
29 | 29 | }, |
30 | 30 | "scripts": { |
31 | 31 | "build": "yarn workspaces foreach --all --exclude @saberhq/saber-build-common -ptv run build", |
|
39 | 39 | "doctor:packages": "yarn doctor packages/" |
40 | 40 | }, |
41 | 41 | "version": "3.2.1", |
42 | | - "packageManager": "yarn@4.0.2" |
| 42 | + "packageManager": "yarn@4.1.1" |
43 | 43 | } |
0 commit comments