diff --git a/docs/package.json b/docs/package.json index cf09870d0..56fc2b986 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.0", "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 da74067cc..781db2caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.0", "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": { @@ -14144,9 +14144,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": {