Skip to content

Commit bff835b

Browse files
fix(deps): update all non-major dependencies
1 parent 242d457 commit bff835b

File tree

7 files changed

+134
-134
lines changed

7 files changed

+134
-134
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.3",
21+
"@types/react": "19.0.4",
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",

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.3",
19+
"@types/react": "19.0.4",
2020
"@types/react-dom": "19.0.2",
2121
"@vitejs/plugin-react": "4.3.4",
2222
"typescript": "5.7.2",

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.3",
21+
"@types/react": "19.0.4",
2222
"eslint": "9.17.0",
2323
"eslint-config-next": "15.1.4",
2424
"typescript": "5.7.2"

examples/react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@tanstack/react-query": "5.62.16",
13+
"@tanstack/react-query": "5.63.0",
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"
1717
},
1818
"devDependencies": {
1919
"@graphprotocol/client-cli": "3.0.7",
20-
"@types/react": "19.0.3",
20+
"@types/react": "19.0.4",
2121
"@types/react-dom": "19.0.2",
2222
"@vitejs/plugin-react": "4.3.4",
2323
"typescript": "5.7.2",

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.3",
21+
"@types/react": "19.0.4",
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",

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.3",
21+
"@types/react": "19.0.4",
2222
"@types/react-dom": "19.0.2",
2323
"@vitejs/plugin-react": "4.3.4",
2424
"typescript": "5.7.2",

0 commit comments

Comments
 (0)