diff --git a/playground/package.json b/playground/package.json index 634b23f05..23453ef29 100644 --- a/playground/package.json +++ b/playground/package.json @@ -21,7 +21,7 @@ "monaco-editor": "0.55.1", "monaco-yaml": "^5.4.0", "nanoid": "^5.1.16", - "react": "^19.0.1", + "react": "^19.2.8", "react-dom": "^19.0.1", "react-hot-toast": "^2.1.0", "react-router-dom": "^7.17.0", @@ -43,7 +43,7 @@ "devDependencies": { "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^16.2.0", - "@types/react": "^19.0.1", + "@types/react": "^19.2.18", "@types/react-dom": "^19.0.1", "@vitejs/plugin-react": "^5.1.0", "eslint-import-resolver-alias": "^1.1.2", diff --git a/playground/yarn.lock b/playground/yarn.lock index a2f7f31b8..3f2141ef6 100644 --- a/playground/yarn.lock +++ b/playground/yarn.lock @@ -993,10 +993,10 @@ resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c" integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ== -"@types/react@^19.0.1": - version "19.2.14" - resolved "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad" - integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w== +"@types/react@^19.2.18": + version "19.2.18" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.18.tgz#eb0b6a1fb635d1a9692d5f84a3495bd8ad153707" + integrity sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w== dependencies: csstype "^3.2.2" @@ -2706,10 +2706,10 @@ react-router@7.17.0: cookie "^1.0.1" set-cookie-parser "^2.6.0" -react@^19.0.1: - version "19.2.4" - resolved "https://registry.npmjs.org/react/-/react-19.2.4.tgz#438e57baa19b77cb23aab516cf635cd0579ee09a" - integrity sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ== +react@^19.2.8: + version "19.2.8" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.8.tgz#a80663dbb58d69c6fe3fd291d3cb324e8a7dff2d" + integrity sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw== redent@^3.0.0: version "3.0.0"