From 7f311744fc1575c6aaeb5653214fd45fb932193b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:29:03 +0000 Subject: [PATCH] chore(deps): update react monorepo --- .../react/apollo-client-swc-plugin/package.json | 4 ++-- website/package.json | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/react/apollo-client-swc-plugin/package.json b/examples/react/apollo-client-swc-plugin/package.json index e0137880f35b..430b9a124731 100644 --- a/examples/react/apollo-client-swc-plugin/package.json +++ b/examples/react/apollo-client-swc-plugin/package.json @@ -11,8 +11,8 @@ "@graphql-codegen/client-preset-swc-plugin": "0.2.0", "@graphql-codegen/cli": "^5.0.0", "@vitejs/plugin-react-swc": "^3.3.0", - "@types/react": "18.2.21", - "@types/react-dom": "18.2.7", + "@types/react": "18.2.32", + "@types/react-dom": "18.2.14", "typescript": "5.2.2", "vite": "^4.1.0" }, diff --git a/website/package.json b/website/package.json index a63478464df3..b66aab6c61f6 100644 --- a/website/package.json +++ b/website/package.json @@ -15,7 +15,7 @@ "@types/dedent": "0.7.1", "@types/jsonpath": "0.2.2", "@types/node": "18.17.11", - "@types/react": "18.2.21", + "@types/react": "18.2.32", "fast-xml-parser": "4.2.7", "jsonpath": "1.1.1", "prettier-plugin-tailwindcss": "0.2.8" diff --git a/yarn.lock b/yarn.lock index e5ebfce4f8f0..807b715177d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4443,10 +4443,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-dom@18.2.7", "@types/react-dom@^18.0.10": - version "18.2.7" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63" - integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA== +"@types/react-dom@18.2.14", "@types/react-dom@^18.0.10": + version "18.2.14" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.14.tgz#c01ba40e5bb57fc1dc41569bb3ccdb19eab1c539" + integrity sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ== dependencies: "@types/react" "*" @@ -4457,10 +4457,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@18.2.21", "@types/react@>=16", "@types/react@^18.0.15", "@types/react@^18.0.17", "@types/react@^18.0.27": - version "18.2.21" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" - integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== +"@types/react@*", "@types/react@18.2.32", "@types/react@>=16", "@types/react@^18.0.15", "@types/react@^18.0.17", "@types/react@^18.0.27": + version "18.2.32" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.32.tgz#7ec787730c45ee9a3c0ed150b19e95c31fe4608a" + integrity sha512-F0FVIZQ1x5Gxy/VYJb7XcWvCcHR28Sjwt1dXLspdIatfPq1MVACfnBDwKe6ANLxQ64riIJooXClpUR6oxTiepg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"