Skip to content

Commit 853bc34

Browse files
chore(deps): update dependency @types/react to v18.0.35 (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae00308 commit 853bc34

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.20",
21-
"@types/react": "18.0.34",
21+
"@types/react": "18.0.35",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "3.1.0",
2424
"typescript": "5.0.4",

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@graphprotocol/client-cli": "2.2.20",
19-
"@types/react": "18.0.34",
19+
"@types/react": "18.0.35",
2020
"@types/react-dom": "18.0.11",
2121
"@vitejs/plugin-react": "3.1.0",
2222
"typescript": "5.0.4",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.20",
2020
"@types/node": "18.15.11",
21-
"@types/react": "18.0.34",
21+
"@types/react": "18.0.35",
2222
"eslint": "8.38.0",
2323
"eslint-config-next": "13.3.0",
2424
"typescript": "5.0.4"

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "2.2.20",
20-
"@types/react": "18.0.34",
20+
"@types/react": "18.0.35",
2121
"@types/react-dom": "18.0.11",
2222
"@vitejs/plugin-react": "3.1.0",
2323
"typescript": "5.0.4",

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.20",
21-
"@types/react": "18.0.34",
21+
"@types/react": "18.0.35",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "3.1.0",
2424
"typescript": "5.0.4",

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.20",
21-
"@types/react": "18.0.34",
21+
"@types/react": "18.0.35",
2222
"@types/react-dom": "18.0.11",
2323
"@vitejs/plugin-react": "3.1.0",
2424
"typescript": "5.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,10 +2746,10 @@
27462746
dependencies:
27472747
"@types/react" "*"
27482748

2749-
"@types/react@*", "@types/[email protected].34":
2750-
version "18.0.34"
2751-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.34.tgz#e553444a578f023e6e1ac499514688fb80b0a984"
2752-
integrity sha512-NO1UO8941541CJl1BeOXi8a9dNKFK09Gnru5ZJqkm4Q3/WoQJtHvmwt0VX0SB9YCEwe7TfSSxDuaNmx6H2BAIQ==
2749+
"@types/react@*", "@types/[email protected].35":
2750+
version "18.0.35"
2751+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.35.tgz#192061cb1044fe01f2d3a94272cd35dd50502741"
2752+
integrity sha512-6Laome31HpetaIUGFWl1VQ3mdSImwxtFZ39rh059a1MNnKGqBpC88J6NJ8n/Is3Qx7CefDGLgf/KhN/sYCf7ag==
27532753
dependencies:
27542754
"@types/prop-types" "*"
27552755
"@types/scheduler" "*"

0 commit comments

Comments
 (0)