diff --git a/package.json b/package.json index 0a2f0a8a..de140a9c 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,7 @@ "@testing-library/user-event": "^14.4.3", "@types/jest": "^28.1.6", "@types/memoizee": "^0.4.8", + "@types/react": "^18.0.2", "@types/react-router-dom": "^5.2.0", "@typescript-eslint/eslint-plugin": "^5.33.0", "@typescript-eslint/parser": "^5.33.0", @@ -163,15 +164,11 @@ "react-final-form-arrays": "^3.1.4", "utility-types": "^3.10.0" }, - "resolutions": { - "@types/react": "^17.0.2" - }, "peerDependencies": { "@folio/stripes": "^8.0.0", - "@types/react": "^17.0.2", "final-form": "^4.20.7", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.0.2", + "react-dom": "^18.0.2", "react-final-form": "^6.5.9", "react-intl": "^5.7.0", "react-query": "^3.39.2",