diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 0a89240b3..ace83c59f 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -178,16 +178,15 @@ class PackageJson(SimpleNamespace): PATH = "package.json" DEPENDENCIES = { - "@babel/standalone": "7.26.6", "@emotion/react": "11.14.0", "axios": "1.7.9", "json5": "2.2.3", - "next": "15.1.6", + "next": "15.1.7", "next-sitemap": "4.2.3", "next-themes": "0.4.4", - "react": "18.3.1", - "react-dom": "18.3.1", - "react-focus-lock": "2.13.5", + "react": "19.0.0", + "react-dom": "19.0.0", + "react-focus-lock": "2.13.6", "socket.io-client": "4.8.1", "universal-cookie": "7.2.2", }