Skip to content

Commit c0f9e9f

Browse files
chore(deps): update dependency @types/react to v18.0.37 (#9329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2aec33f commit c0f9e9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphql-codegen/client-preset": "^3.0.0",
1313
"@graphql-codegen/cli": "^3.3.0",
1414
"@vitejs/plugin-react-swc": "^3.2.0",
15-
"@types/react": "18.0.35",
15+
"@types/react": "18.0.37",
1616
"@types/react-dom": "18.0.11",
1717
"typescript": "5.0.4",
1818
"vite": "^4.1.0"

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.15.11",
18-
"@types/react": "18.0.35",
18+
"@types/react": "18.0.37",
1919
"fast-xml-parser": "4.2.0",
2020
"jsonpath": "1.1.1",
2121
"prettier-plugin-tailwindcss": "0.2.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3972,10 +3972,10 @@
39723972
dependencies:
39733973
"@types/react" "*"
39743974

3975-
"@types/react@*", "@types/react@18.0.35", "@types/react@>=16", "@types/react@^18.0.15", "@types/react@^18.0.17", "@types/react@^18.0.27":
3976-
version "18.0.35"
3977-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741"
3978-
integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==
3975+
"@types/react@*", "@types/react@18.0.37", "@types/react@>=16", "@types/react@^18.0.15", "@types/react@^18.0.17", "@types/react@^18.0.27":
3976+
version "18.0.37"
3977+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.37.tgz#7a784e2a8b8f83abb04dc6b9ed9c9b4c0aee9be7"
3978+
integrity sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw==
39793979
dependencies:
39803980
"@types/prop-types" "*"
39813981
"@types/scheduler" "*"

0 commit comments

Comments
 (0)