Skip to content

Commit aa598f9

Browse files
chore(deps): update react monorepo (#9483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a69e2ee commit aa598f9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

examples/react/apollo-client-swc-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@graphql-codegen/client-preset": "^4.1.0",
1313
"@graphql-codegen/cli": "^5.0.0",
1414
"@vitejs/plugin-react-swc": "^3.3.0",
15-
"@types/react": "18.2.7",
16-
"@types/react-dom": "18.2.4",
15+
"@types/react": "18.2.21",
16+
"@types/react-dom": "18.2.7",
1717
"typescript": "5.0.4",
1818
"vite": "^4.1.0"
1919
},

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/dedent": "0.7.0",
1616
"@types/jsonpath": "0.2.0",
1717
"@types/node": "18.16.19",
18-
"@types/react": "18.2.7",
18+
"@types/react": "18.2.21",
1919
"fast-xml-parser": "4.2.7",
2020
"jsonpath": "1.1.1",
2121
"prettier-plugin-tailwindcss": "0.2.8"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4206,10 +4206,10 @@
42064206
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
42074207
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
42084208

4209-
"@types/react-dom@18.2.4", "@types/react-dom@^18.0.10":
4210-
version "18.2.4"
4211-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.4.tgz#13f25bfbf4e404d26f62ac6e406591451acba9e0"
4212-
integrity sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==
4209+
"@types/react-dom@18.2.7", "@types/react-dom@^18.0.10":
4210+
version "18.2.7"
4211+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63"
4212+
integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==
42134213
dependencies:
42144214
"@types/react" "*"
42154215

@@ -4220,10 +4220,10 @@
42204220
dependencies:
42214221
"@types/react" "*"
42224222

4223-
"@types/react@*", "@types/react@18.2.7", "@types/react@>=16", "@types/react@^18.0.15", "@types/react@^18.0.17", "@types/react@^18.0.27":
4224-
version "18.2.7"
4225-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.7.tgz#dfb4518042a3117a045b8c222316f83414a783b3"
4226-
integrity sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==
4223+
"@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":
4224+
version "18.2.21"
4225+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9"
4226+
integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==
42274227
dependencies:
42284228
"@types/prop-types" "*"
42294229
"@types/scheduler" "*"

0 commit comments

Comments
 (0)