diff --git a/package.json b/package.json index 5e03c4c..da7a5af 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "eslint": "^8.34.0", "eslint-plugin-react": "^7.32.2", "jest": "^27.5.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "^19.0.0", + "react-dom": "^19.0.0", "ts-jest": "^27.1.5", "ts-loader": "^9.4.2", "typescript": "^4.9.5", @@ -45,8 +45,8 @@ "webpack-cli": "^5.0.1" }, "peerDependencies": { - "react": "^16.4.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" + "react": "^16.4.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", + "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "babel": { "presets": [