diff --git a/examples/create-react-app/public/package.json b/examples/create-react-app/public/package.json index 3a29650..cfa867d 100644 --- a/examples/create-react-app/public/package.json +++ b/examples/create-react-app/public/package.json @@ -6,8 +6,8 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "react": "19.2.1", + "react-dom": "19.2.1", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" },