Skip to content

Commit 7e446d2

Browse files
fix(deps): update all non-major dependencies (#115)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b5c07d6 commit 7e446d2

File tree

5 files changed

+203
-180
lines changed

5 files changed

+203
-180
lines changed

packages/add-source-name/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.73.0"
53+
"@graphql-mesh/types": "^0.74.0"
5454
}
5555
}

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.73.0"
53+
"@graphql-mesh/types": "^0.74.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.73.0"
47+
"@graphql-mesh/types": "^0.74.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.71.4",
53-
"@graphql-mesh/graphql": "0.26.2",
52+
"@graphql-mesh/cli": "0.72.0",
53+
"@graphql-mesh/graphql": "0.27.0",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.0.1",
5656
"@graphprotocol/client-block-tracking": "1.0.1",

0 commit comments

Comments
 (0)