|
15 | 15 | "author": "Yens Broothaers <yens@novemberfive.co>",
|
16 | 16 | "license": "MIT",
|
17 | 17 | "dependencies": {
|
18 |
| - "@typescript-eslint/eslint-plugin": "^6.9.0", |
19 |
| - "@typescript-eslint/parser": "^6.9.0", |
20 |
| - "eslint-config-next": "^13.5.6", |
21 |
| - "eslint-config-prettier": "^9.0.0", |
22 |
| - "eslint-plugin-prettier": "^5.0.1", |
| 18 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 19 | + "@typescript-eslint/parser": "^7.0.2", |
| 20 | + "eslint-config-next": "^14.1.0", |
| 21 | + "eslint-config-prettier": "^9.1.0", |
| 22 | + "eslint-plugin-prettier": "^5.1.3", |
23 | 23 | "eslint-plugin-react": "^7.33.2",
|
24 | 24 | "eslint-plugin-react-hooks": "^4.6.0",
|
25 |
| - "eslint-plugin-simple-import-sort": "^10.0.0", |
26 |
| - "eslint-plugin-storybook": "^0.6.15" |
| 25 | + "eslint-plugin-simple-import-sort": "^12.0.0", |
| 26 | + "eslint-plugin-storybook": "^0.8.0" |
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@release-it/conventional-changelog": "^7.0.2",
|
30 | 30 | "release-it": "^16.2.1"
|
31 | 31 | },
|
32 | 32 | "peerDependencies": {
|
33 |
| - "eslint": "^7.32.0 || ^8.0.0", |
| 33 | + "eslint": ">=8.56.0", |
34 | 34 | "next": ">=12.3.4",
|
35 | 35 | "prettier": "^2.8.5 || ^3.0.3",
|
36 |
| - "typescript": ">=4.0.0" |
| 36 | + "typescript": ">=4.7.4" |
37 | 37 | },
|
38 | 38 | "publishConfig": {
|
39 | 39 | "access": "public"
|
|
0 commit comments