diff --git a/package.json b/package.json index 301432f9..71ad3329 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ "npm-run-all": "4.1.5", "nyc": "15.1.0", "prop-types": "15.8.1", - "react": "17.0.2", - "react-dom": "17.0.2", + "react": "19.0.0", + "react-dom": "19.0.0", "react-redux": "7.2.9", "react-router": "^3.2.5", "redial": "0.5.0", @@ -94,8 +94,8 @@ "peerDependencies": { "@hapi/boom": "^8.0.0 || ^9.0.0", "@hapi/hapi": "^18.0.0 || ^19.0.0 || ^20.0.0", - "react": "^16.0.0 || ^17.0.0", - "react-dom": "^16.0.0 || ^17.0.0", + "react": "^16.0.0 || ^17.0.0 || ^19.0.0", + "react-dom": "^16.0.0 || ^17.0.0 || ^19.0.0", "react-router": "^3.0.5", "redial": "^0.5.0" },