diff --git a/docs/package.json b/docs/package.json index d1f8a4acc0..03132c3273 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-sass": "^0.2.6", "prism-react-renderer": "^2.4.1", - "react": "^18.0.0", + "react": "^19.2.3", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -42,7 +42,7 @@ "@mdx-js/typescript-plugin": "^0.1.3", "@types/eslint": "^9.6.1", "@types/eslint-config-prettier": "^6.11.3", - "@types/react": "^18.3.0", + "@types/react": "^19.2.7", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", diff --git a/package-lock.json b/package-lock.json index 6e1f1d7db0..d0228fb476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "parse-srcset": "^1.0.2", "pngjs": "^7.0.0", "prop-types": "^15.8.1", - "react": "^19.2.0", + "react": "^19.2.3", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", @@ -151,7 +151,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-sass": "^0.2.6", "prism-react-renderer": "^2.4.1", - "react": "^18.0.0", + "react": "^19.2.3", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -166,7 +166,7 @@ "@mdx-js/typescript-plugin": "^0.1.3", "@types/eslint": "^9.6.1", "@types/eslint-config-prettier": "^6.11.3", - "@types/react": "^18.3.0", + "@types/react": "19", "@types/react-dom": "^18.3.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", @@ -10169,12 +10169,12 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz", + "integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==", "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -14143,9 +14143,9 @@ "license": "CC0-1.0" }, "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz", + "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==", "license": "MIT" }, "node_modules/cytoscape": { @@ -26466,9 +26466,9 @@ } }, "node_modules/react": { - "version": "19.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", - "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -33724,7 +33724,7 @@ "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", - "react": "^19.2.0", + "react": "^19.2.3", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2", diff --git a/package.json b/package.json index e8e00f7bed..59df796411 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "parse-srcset": "^1.0.2", "pngjs": "^7.0.0", "prop-types": "^15.8.1", - "react": "^19.2.0", + "react": "^19.2.3", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", diff --git a/tsunami/frontend/package.json b/tsunami/frontend/package.json index c424756b36..d7c1d46616 100644 --- a/tsunami/frontend/package.json +++ b/tsunami/frontend/package.json @@ -20,7 +20,7 @@ "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", - "react": "^19.2.0", + "react": "^19.2.3", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2",