diff --git a/docs/package-lock.json b/docs/package-lock.json index 0216cda..7767b79 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -15,7 +15,7 @@ "clsx": "^2.0.0", "docusaurus-json-schema-plugin": "^1.15.0", "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.0.0", "remark-github-admonitions-to-directives": "^2.1.0" }, @@ -23,7 +23,7 @@ "@docusaurus/module-type-aliases": "3.10.0", "@docusaurus/tsconfig": "3.10.0", "@docusaurus/types": "3.10.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.17", "typescript": "~6.0.2" }, "engines": { @@ -6303,9 +6303,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz", - "integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -16577,9 +16577,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/docs/package.json b/docs/package.json index d14af47..91cdc57 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,7 +22,7 @@ "clsx": "^2.0.0", "docusaurus-json-schema-plugin": "^1.15.0", "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", + "react": "^19.2.8", "react-dom": "^19.0.0", "remark-github-admonitions-to-directives": "^2.1.0" }, @@ -30,7 +30,7 @@ "@docusaurus/module-type-aliases": "3.10.0", "@docusaurus/tsconfig": "3.10.0", "@docusaurus/types": "3.10.0", - "@types/react": "^19.0.0", + "@types/react": "^19.2.17", "typescript": "~6.0.2" }, "browserslist": {