We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f776 commit c8b61c1Copy full SHA for c8b61c1
1 file changed
package.json
@@ -39,7 +39,7 @@
39
"typescript-eslint": "^8.15.0"
40
},
41
"peerDependencies": {
42
- "eslint": "^9.22.0",
+ "eslint": "^9.22.0 || ^10.0.0",
43
"eslint-config-next": "^16.0.0",
44
"next": "^16.0.0"
45
@@ -54,11 +54,11 @@
54
"devDependencies": {
55
"@commitlint/cli": "20.5.3",
56
"@commitlint/config-conventional": "20.5.3",
57
- "@eslint/js": "9.39.4",
+ "@eslint/js": "10.0.1",
58
"@smartive/prettier-config": "3.1.2",
59
"@types/node": "24.12.2",
60
"cz-conventional-changelog": "3.3.0",
61
- "eslint": "9.39.4",
+ "eslint": "10.2.1",
62
"husky": "9.1.7",
63
"prettier": "3.8.3",
64
"typescript": "5.9.3"
0 commit comments