diff --git a/configs/eslint-config-custom/package.json b/configs/eslint-config-custom/package.json index abebac48..ed395fc9 100644 --- a/configs/eslint-config-custom/package.json +++ b/configs/eslint-config-custom/package.json @@ -25,6 +25,6 @@ "eslint": "8.52.0" }, "peerDependencies": { - "eslint": ">= 8" + "eslint": "8.53.0" } } diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index 3970ad3b..579e5b9c 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -16,6 +16,6 @@ "jest": "29.7.0" }, "peerDependencies": { - "jest": ">= 29" + "jest": "29.7.0" } }