diff --git a/docs/package.json b/docs/package.json index ebbcd9b1fd..c5d80e2718 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.4", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -40,7 +40,7 @@ "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39", "@mdx-js/typescript-plugin": "^0.1.3", - "@types/react": "^18.3.0", + "@types/react": "^19.2.14", "@types/react-dom": "^18.3.0", "eslint": "^9.39", "eslint-config-prettier": "^10.1.8", diff --git a/package-lock.json b/package-lock.json index 630ff9ec18..94fc61ccaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "pngjs": "^7.0.0", "prop-types": "^15.8.1", "qs": "^6.15.0", - "react": "^19.2.0", + "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.0", @@ -148,7 +148,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-sass": "^0.2.6", "prism-react-renderer": "^2.4.1", - "react": "^18.0.0", + "react": "^19.2.4", "react-dom": "^18.0.0", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -161,7 +161,7 @@ "@docusaurus/types": "3.9.2", "@eslint/js": "^9.39", "@mdx-js/typescript-plugin": "^0.1.3", - "@types/react": "^18.3.0", + "@types/react": "19", "@types/react-dom": "^18.3.0", "eslint": "^9.39", "eslint-config-prettier": "^10.1.8", @@ -9684,12 +9684,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.14", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", + "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", "license": "MIT", "dependencies": { - "csstype": "^3.0.2" + "csstype": "^3.2.2" } }, "node_modules/@types/react-dom": { @@ -13704,9 +13704,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": { @@ -26251,9 +26251,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.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -33485,7 +33485,7 @@ "clsx": "^2.1.1", "debug": "^4.4.3", "jotai": "^2.13.1", - "react": "^19.2.0", + "react": "^19.2.4", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2", diff --git a/package.json b/package.json index 67b347b7c7..9dccac7ae2 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "pngjs": "^7.0.0", "prop-types": "^15.8.1", "qs": "^6.15.0", - "react": "^19.2.0", + "react": "^19.2.4", "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 fd1e801801..11853867b6 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.4", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "recharts": "^3.1.2",