From f0c3838e0166fefab82a129255b1583d765d0cad Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 2 Apr 2025 06:40:43 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v19.0.13 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43feed5..d6219fd 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@eslint/js": "9.23.0", "@project-gauntlet/tools": "0.10.0", "@types/deno": "2.2.0", - "@types/react": "19.0.12", + "@types/react": "19.0.13", "@types/which": "3.0.4", "@typescript-eslint/parser": "8.29.0", "eslint": "9.23.0", diff --git a/yarn.lock b/yarn.lock index 8dfa7a2..3f9dce0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,10 +1879,10 @@ dependencies: undici-types "~6.20.0" -"@types/react@19.0.12": - version "19.0.12" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.12.tgz#338b3f7854adbb784be454b3a83053127af96bd3" - integrity sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA== +"@types/react@19.0.13": + version "19.0.13" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.13.tgz#8cbd011d0c710c2d8df35c2167860d0caa1dafc6" + integrity sha512-F/kzAZ/9J2tx3mSLoOIXt7d7Vd527qLTddWA4JyZVTTyKGpNUjVx4AY8DHD/gISnmFGZ4D3SEtlo5WKDUztUvw== dependencies: csstype "^3.0.2" -- 2.47.2