Skip to content

Commit 8843f34

Browse files
chore(deps): update dependency @types/react to v19.0.6 (#904)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20a8cfc commit 8843f34

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.7",
21-
"@types/react": "19.0.5",
21+
"@types/react": "19.0.6",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.3",

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.7",
19-
"@types/react": "19.0.5",
19+
"@types/react": "19.0.6",
2020
"@types/react-dom": "19.0.3",
2121
"@vitejs/plugin-react": "4.3.4",
2222
"typescript": "5.7.3",

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.7",
2020
"@types/node": "22.10.5",
21-
"@types/react": "19.0.5",
21+
"@types/react": "19.0.6",
2222
"eslint": "9.18.0",
2323
"eslint-config-next": "15.1.4",
2424
"typescript": "5.7.3"

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.7",
20-
"@types/react": "19.0.5",
20+
"@types/react": "19.0.6",
2121
"@types/react-dom": "19.0.3",
2222
"@vitejs/plugin-react": "4.3.4",
2323
"typescript": "5.7.3",

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.7",
21-
"@types/react": "19.0.5",
21+
"@types/react": "19.0.6",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.3",

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.7",
21-
"@types/react": "19.0.5",
21+
"@types/react": "19.0.6",
2222
"@types/react-dom": "19.0.3",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3117,10 +3117,10 @@
31173117
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
31183118
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==
31193119

3120-
"@types/[email protected].5":
3121-
version "19.0.5"
3122-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.5.tgz#1196ef3a0a03dffe0ab02ddd7ae1e3590376cffd"
3123-
integrity sha512-i4OQzFiqsUCfoBns/KHpz+4QcvfjoCsTUi+mugo3lrSRA3+x0gJVvhZhAJrwLGEqz4EXiFVP4hPnOugx+m2uhg==
3120+
"@types/[email protected].6":
3121+
version "19.0.6"
3122+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.6.tgz#98deae4c5c4b24735e5d9e341302f9ebd45e80d3"
3123+
integrity sha512-gIlMztcTeDgXCUj0vCBOqEuSEhX//63fW9SZtCJ+agxoQTOklwDfiEMlTWn4mR/C/UK5VHlpwsCsOyf7/hc4lw==
31243124
dependencies:
31253125
csstype "^3.0.2"
31263126

0 commit comments

Comments
 (0)