From 64f3b6dc2fbb39dcaa62bcc64c4f337b8360b052 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 15 Apr 2025 00:43:19 +0000 Subject: [PATCH] Update dependency @types/react to v19.1.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 165a575..f8a90b9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/node": "22.14.1", - "@types/react": "19.1.1", + "@types/react": "19.1.2", "@types/react-dom": "19.1.2", "prettier": "3.5.3", "typescript": "5.8.3" diff --git a/yarn.lock b/yarn.lock index aa4cee7..89ec1f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -535,10 +535,10 @@ resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.12.tgz#b5d76568485b02a307238270bfe96cb51ee2a044" integrity sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w== -"@types/react@19.1.1": - version "19.1.1" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.1.tgz#f7f2bb4a0a8d22b9ee4b8f6e27f0c78d76eb7f9b" - integrity sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ== +"@types/react@19.1.2": + version "19.1.2" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f" + integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw== dependencies: csstype "^3.0.2" -- 2.47.2