Skip to content

Commit f10c18f

Browse files
fix(deps): update all non-major dependencies (#93)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5c95e3b commit f10c18f

File tree

4 files changed

+135
-116
lines changed

4 files changed

+135
-116
lines changed

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"peerDependencies": {
5252
"graphql": "^15.2.0 || ^16.0.0",
53-
"@graphql-mesh/types": "^0.72.1"
53+
"@graphql-mesh/types": "^0.73.0"
5454
}
5555
}

packages/block-tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"peerDependencies": {
4646
"graphql": "^15.2.0 || ^16.0.0",
47-
"@graphql-mesh/types": "^0.72.1"
47+
"@graphql-mesh/types": "^0.73.0"
4848
}
4949
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@graphql-mesh/cli": "0.70.4",
53-
"@graphql-mesh/graphql": "0.25.6",
52+
"@graphql-mesh/cli": "0.71.0",
53+
"@graphql-mesh/graphql": "0.26.0",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "0.0.5",
5656
"@graphprotocol/client-block-tracking": "0.0.3"

0 commit comments

Comments
 (0)