Skip to content

Commit 52cf3a9

Browse files
chore(deps): update dependency @types/react to v18.2.8 (#497)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40830b4 commit 52cf3a9

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.22",
21-
"@types/react": "18.2.7",
21+
"@types/react": "18.2.8",
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.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.22",
19-
"@types/react": "18.2.7",
19+
"@types/react": "18.2.8",
2020
"@types/react-dom": "18.2.4",
2121
"@vitejs/plugin-react": "4.0.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.22",
2020
"@types/node": "18.16.16",
21-
"@types/react": "18.2.7",
21+
"@types/react": "18.2.8",
2222
"eslint": "8.41.0",
2323
"eslint-config-next": "13.4.4",
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.22",
20-
"@types/react": "18.2.7",
20+
"@types/react": "18.2.8",
2121
"@types/react-dom": "18.2.4",
2222
"@vitejs/plugin-react": "4.0.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.22",
21-
"@types/react": "18.2.7",
21+
"@types/react": "18.2.8",
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.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.22",
21-
"@types/react": "18.2.7",
21+
"@types/react": "18.2.8",
2222
"@types/react-dom": "18.2.4",
2323
"@vitejs/plugin-react": "4.0.0",
2424
"typescript": "5.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,10 +2818,10 @@
28182818
dependencies:
28192819
"@types/react" "*"
28202820

2821-
"@types/react@*", "@types/[email protected].7":
2822-
version "18.2.7"
2823-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.7.tgz#dfb4518042a3117a045b8c222316f83414a783b3"
2824-
integrity sha512-ojrXpSH2XFCmHm7Jy3q44nXDyN54+EYKP2lBhJ2bqfyPj6cIUW/FZW/Csdia34NQgq7KYcAlHi5184m4X88+yw==
2821+
"@types/react@*", "@types/[email protected].8":
2822+
version "18.2.8"
2823+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.8.tgz#a77dcffe4e9af148ca4aa8000c51a1e8ed99e2c8"
2824+
integrity sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==
28252825
dependencies:
28262826
"@types/prop-types" "*"
28272827
"@types/scheduler" "*"

0 commit comments

Comments
 (0)