diff --git a/package.json b/package.json index b4067e0..1edfd28 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "typescript-eslint": "^8.15.0" }, "peerDependencies": { - "eslint": "^9.22.0", + "eslint": "^9.22.0 || ^10.0.0", "eslint-config-next": "^16.0.0", "next": "^16.0.0" }, @@ -54,11 +54,11 @@ "devDependencies": { "@commitlint/cli": "21.2.1", "@commitlint/config-conventional": "21.2.0", - "@eslint/js": "9.39.5", + "@eslint/js": "10.0.1", "@smartive/prettier-config": "3.1.2", "@types/node": "25.9.5", "cz-conventional-changelog": "3.3.0", - "eslint": "9.39.5", + "eslint": "10.8.0", "husky": "9.1.7", "prettier": "3.9.6", "typescript": "6.0.3"