From 7a4181ef436532e949af91054641c05e77242a4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:12:08 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to ^18.2.43 --- test-data/jsx/package.json | 2 +- test-data/jsx/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test-data/jsx/package.json b/test-data/jsx/package.json index 20d492d7..f20eb7b1 100644 --- a/test-data/jsx/package.json +++ b/test-data/jsx/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@types/react": "^18.2.38", + "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/test-data/jsx/yarn.lock b/test-data/jsx/yarn.lock index 7d4c51b4..a6950671 100644 --- a/test-data/jsx/yarn.lock +++ b/test-data/jsx/yarn.lock @@ -14,10 +14,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.2.38": - version "18.2.38" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.38.tgz#3605ca41d3daff2c434e0b98d79a2469d4c2dd52" - integrity sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw== +"@types/react@*", "@types/react@^18.2.43": + version "18.2.43" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.43.tgz#c58e5abe241e6f71f60ce30e2a9aceb9d3a2a374" + integrity sha512-nvOV01ZdBdd/KW6FahSbcNplt2jCJfyWdTos61RYHV+FVv5L/g9AOX1bmbVcWcLFL8+KHQfh1zVIQrud6ihyQA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"