Skip to content

Commit a0462b5

Browse files
fix(deps): update all non-major dependencies (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3aa1ca9 commit a0462b5

File tree

6 files changed

+154
-159
lines changed

6 files changed

+154
-159
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.74.0"
53+
"@graphql-mesh/types": "^0.75.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.74.0"
53+
"@graphql-mesh/types": "^0.75.0"
5454
}
5555
}

packages/auto-type-merging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
},
4141
"dependencies": {
4242
"@graphql-tools/delegate": "8.7.11",
43-
"@graphql-mesh/transform-type-merging": "0.4.6",
43+
"@graphql-mesh/transform-type-merging": "0.4.7",
4444
"tslib": "2.4.0"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.2.0 || ^16.0.0",
48-
"@graphql-mesh/types": "^0.74.0"
48+
"@graphql-mesh/types": "^0.75.0"
4949
}
5050
}

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.74.0"
47+
"@graphql-mesh/types": "^0.75.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.73.1",
53-
"@graphql-mesh/graphql": "0.27.2",
52+
"@graphql-mesh/cli": "0.73.2",
53+
"@graphql-mesh/graphql": "0.27.3",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.0.1",
5656
"@graphprotocol/client-auto-type-merging": "1.0.0",

0 commit comments

Comments
 (0)