diff --git a/docs/package.json b/docs/package.json index 48cdac07b8..61e061c836 100644 --- a/docs/package.json +++ b/docs/package.json @@ -28,7 +28,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", @@ -43,7 +43,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.2", "@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 8900685a40..25036aa3f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -165,7 +165,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", @@ -180,7 +180,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", @@ -11022,9 +11022,9 @@ "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.2", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.2.tgz", + "integrity": "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA==", "license": "MIT", "dependencies": { "csstype": "^3.0.2" @@ -31180,18 +31180,6 @@ "react": "^18.0.0 || ^19.0.0" } }, - "node_modules/streamdown/node_modules/marked": { - "version": "16.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-16.3.0.tgz", - "integrity": "sha512-K3UxuKu6l6bmA5FUwYho8CfJBlsUWAooKtdGgMcERSpF7gcBUrCGsLH7wDaaNOzwq18JzSUDyoEb/YsrqMac3w==", - "license": "MIT", - "bin": { - "marked": "bin/marked.js" - }, - "engines": { - "node": ">= 20" - } - }, "node_modules/streamdown/node_modules/react-markdown": { "version": "10.1.0", "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-10.1.0.tgz",