Skip to content

Commit 5d599c6

Browse files
chore(deps): update all non-major dependencies (#196)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9b6c89 commit 5d599c6

File tree

16 files changed

+40
-40
lines changed

16 files changed

+40
-40
lines changed

examples/apollo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@apollo/client": "3.6.9",
1414
"@graphprotocol/client-apollo": "1.0.4",
15-
"graphql": "16.5.0",
15+
"graphql": "16.6.0",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"
1818
},
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "18.0.6",
2323
"@vitejs/plugin-react": "2.0.1",
2424
"typescript": "4.7.4",
25-
"vite": "3.0.7"
25+
"vite": "3.0.8"
2626
}
2727
}

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@graphprotocol/client-cli": "2.1.3",
1313
"@graphql-mesh/transform-rename": "0.12.65",
1414
"concurrently": "7.3.0",
15-
"graphql": "16.5.0",
15+
"graphql": "16.6.0",
1616
"nodemon": "2.0.19",
1717
"ts-node": "10.9.1",
1818
"typescript": "4.7.4"

examples/cross-chain-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.4",
1313
"@graphprotocol/client-cli": "2.1.3",
14-
"graphql": "16.5.0"
14+
"graphql": "16.6.0"
1515
}
1616
}

examples/cross-chain-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"@graphprotocol/client-add-source-name": "1.0.4",
1313
"@graphprotocol/client-cli": "2.1.3",
14-
"graphql": "16.5.0"
14+
"graphql": "16.6.0"
1515
}
1616
}

examples/execute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build-client": "graphclient build"
1111
},
1212
"dependencies": {
13-
"graphql": "16.5.0",
13+
"graphql": "16.6.0",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"
1616
},
@@ -20,6 +20,6 @@
2020
"@types/react-dom": "18.0.6",
2121
"@vitejs/plugin-react": "2.0.1",
2222
"typescript": "4.7.4",
23-
"vite": "3.0.7"
23+
"vite": "3.0.8"
2424
}
2525
}

examples/javascript-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "2.1.3",
13-
"graphql": "16.5.0"
13+
"graphql": "16.6.0"
1414
}
1515
}

examples/javascript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@graphprotocol/client-cli": "2.1.3",
14-
"graphql": "16.5.0"
14+
"graphql": "16.6.0"
1515
}
1616
}

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "2.1.3",
1313
"concurrently": "7.3.0",
14-
"graphql": "16.5.0",
14+
"graphql": "16.6.0",
1515
"nodemon": "2.0.19",
1616
"ts-node": "10.9.1",
1717
"typescript": "4.7.4"

examples/react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"graphql": "16.5.0",
13+
"graphql": "16.6.0",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",
1616
"react-query": "4.0.0"
@@ -21,6 +21,6 @@
2121
"@types/react-dom": "18.0.6",
2222
"@vitejs/plugin-react": "2.0.1",
2323
"typescript": "4.7.4",
24-
"vite": "3.0.7"
24+
"vite": "3.0.8"
2525
}
2626
}

examples/transforms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"dependencies": {
99
"@graphprotocol/client-cli": "2.1.3",
10-
"graphql": "16.5.0"
10+
"graphql": "16.6.0"
1111
}
1212
}

0 commit comments

Comments
 (0)