diff --git a/package.json b/package.json index 4c2ce27..c9ad207 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "typescript": "4.9.5" }, "peerDependencies": { - "react": "^17.0.2 || ^18.0.0" + "react": "17.0.2" }, "husky": { "hooks": { @@ -47,10 +47,10 @@ ] }, "engines": { - "node": "^16.17.1 || ^17.0.0" + "node": "17.9.1" }, "dependencies": { - "jest-multiple-result-processors": "^0.0.4" + "jest-multiple-result-processors": "0.0.4" }, "jestTestResultProcessors": [ "jest-sonar-reporter",