diff --git a/example/package.json b/example/package.json index 4531a05f..f6b8c9f7 100644 --- a/example/package.json +++ b/example/package.json @@ -18,8 +18,8 @@ "dotenv": "^17.4.1", "express": "^4.22.1", "jsonwebtoken": "^9.0.3", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.2.5", + "react-dom": "^19.2.5", "react-flagpack": "^2.0.6", "react-syntax-highlighter": "^16.1.1", "typescript": "^6.0.0" diff --git a/package.json b/package.json index 7153c24f..c5a128c2 100644 --- a/package.json +++ b/package.json @@ -83,8 +83,8 @@ "dist" ], "peerDependencies": { - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "^19.2.5", + "react-dom": "^19.2.5" }, "dependencies": { "@hookform/resolvers": "^4.1.3",