|
25 | 25 | "scripts": { |
26 | 26 | "format": "prettier --write .", |
27 | 27 | "format:check": "prettier --check .", |
28 | | - "lint": "eslint ." |
| 28 | + "lint": "eslint .", |
| 29 | + "prepare": "husky" |
29 | 30 | }, |
30 | 31 | "prettier": "./prettier", |
31 | 32 | "dependencies": { |
32 | | - "@babel/core": "^7.23.3", |
33 | | - "@babel/eslint-parser": "^7.23.3", |
34 | | - "@rushstack/eslint-patch": "^1.7.0", |
35 | | - "@stylistic/eslint-plugin": "^1.5.4", |
36 | | - "@typescript-eslint/eslint-plugin": "^6.19.0", |
37 | | - "@typescript-eslint/parser": "^6.19.0", |
| 33 | + "@babel/core": "^7.23.9", |
| 34 | + "@babel/eslint-parser": "^7.23.10", |
| 35 | + "@rushstack/eslint-patch": "^1.7.2", |
| 36 | + "@stylistic/eslint-plugin": "^1.6.2", |
| 37 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 38 | + "@typescript-eslint/parser": "^7.0.2", |
38 | 39 | "eslint-config-prettier": "^9.1.0", |
39 | 40 | "eslint-import-resolver-typescript": "^3.6.1", |
40 | 41 | "eslint-plugin-eslint-comments": "^3.2.0", |
41 | 42 | "eslint-plugin-import": "^2.29.1", |
42 | | - "eslint-plugin-jest": "^27.6.3", |
| 43 | + "eslint-plugin-jest": "^27.9.0", |
43 | 44 | "eslint-plugin-jsx-a11y": "^6.8.0", |
44 | 45 | "eslint-plugin-jsx-expressions": "^1.3.2", |
45 | | - "eslint-plugin-playwright": "^0.22.1", |
| 46 | + "eslint-plugin-playwright": "^1.3.1", |
46 | 47 | "eslint-plugin-prettier": "^5.1.3", |
47 | 48 | "eslint-plugin-react": "^7.33.2", |
48 | 49 | "eslint-plugin-react-hooks": "^4.6.0", |
49 | | - "eslint-plugin-simple-import-sort": "^10.0.0", |
50 | | - "eslint-plugin-storybook": "^0.6.15", |
| 50 | + "eslint-plugin-simple-import-sort": "^12.0.0", |
| 51 | + "eslint-plugin-storybook": "^0.8.0", |
51 | 52 | "eslint-plugin-testing-library": "^6.2.0", |
52 | 53 | "eslint-plugin-tsdoc": "^0.2.17", |
53 | | - "eslint-plugin-unicorn": "^49.0.0", |
54 | | - "prettier-plugin-packagejson": "^2.4.9" |
| 54 | + "eslint-plugin-unicorn": "^51.0.1", |
| 55 | + "prettier-plugin-packagejson": "^2.4.12" |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | | - "@commitlint/cli": "^18.4.4", |
58 | | - "@commitlint/config-conventional": "^18.4.4", |
| 58 | + "@commitlint/cli": "^18.6.1", |
| 59 | + "@commitlint/config-conventional": "^18.6.2", |
59 | 60 | "@semantic-release/git": "^10.0.1", |
60 | | - "@types/eslint": "^8.56.2", |
61 | | - "eslint": "^8.56.0", |
62 | | - "husky": "^8.0.3", |
63 | | - "prettier": "^3.2.4", |
64 | | - "semantic-release": "^22.0.12", |
| 61 | + "@types/eslint": "^8.56.3", |
| 62 | + "eslint": "^8.57.0", |
| 63 | + "husky": "^9.0.11", |
| 64 | + "prettier": "^3.2.5", |
| 65 | + "semantic-release": "^23.0.2", |
65 | 66 | "typescript": "^5.3.3" |
66 | 67 | }, |
67 | 68 | "peerDependencies": { |
68 | 69 | "@next/eslint-plugin-next": ">=13.0.0 <15", |
69 | | - "eslint": ">=8.54.0 <9", |
| 70 | + "eslint": ">=8.56.0 <9", |
70 | 71 | "prettier": ">=3.0.0 <4", |
71 | 72 | "typescript": ">=5.0.0 <6" |
72 | 73 | }, |
|
0 commit comments