Skip to content

Commit 7bbaf98

Browse files
chore(deps): update dependency @types/react to v18.3.4 (#787)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2964ca commit 7bbaf98

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": "3.0.6",
21-
"@types/react": "18.3.3",
21+
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.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": "3.0.6",
19-
"@types/react": "18.3.3",
19+
"@types/react": "18.3.4",
2020
"@types/react-dom": "18.3.0",
2121
"@vitejs/plugin-react": "4.3.1",
2222
"typescript": "5.5.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": "3.0.6",
2020
"@types/node": "20.16.1",
21-
"@types/react": "18.3.3",
21+
"@types/react": "18.3.4",
2222
"eslint": "9.9.0",
2323
"eslint-config-next": "14.2.5",
2424
"typescript": "5.5.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": "3.0.6",
20-
"@types/react": "18.3.3",
20+
"@types/react": "18.3.4",
2121
"@types/react-dom": "18.3.0",
2222
"@vitejs/plugin-react": "4.3.1",
2323
"typescript": "5.5.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": "3.0.6",
21-
"@types/react": "18.3.3",
21+
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.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": "3.0.6",
21-
"@types/react": "18.3.3",
21+
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
2424
"typescript": "5.5.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,10 +2945,10 @@
29452945
dependencies:
29462946
"@types/react" "*"
29472947

2948-
"@types/react@*", "@types/[email protected].3":
2949-
version "18.3.3"
2950-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f"
2951-
integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==
2948+
"@types/react@*", "@types/[email protected].4":
2949+
version "18.3.4"
2950+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.4.tgz#dfdd534a1d081307144c00e325c06e00312c93a3"
2951+
integrity sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==
29522952
dependencies:
29532953
"@types/prop-types" "*"
29542954
csstype "^3.0.2"

0 commit comments

Comments
 (0)