Skip to content

Commit 7ee76bd

Browse files
fix(deps): update all non-major dependencies (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 546c911 commit 7ee76bd

File tree

6 files changed

+159
-152
lines changed

6 files changed

+159
-152
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.77.0"
53+
"@graphql-mesh/types": "^0.78.0"
5454
}
5555
}

packages/auto-pagination/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
},
4848
"devDependencies": {
4949
"@types/lodash": "4.14.182",
50-
"@graphql-mesh/transform-prefix": "0.11.55"
50+
"@graphql-mesh/transform-prefix": "0.11.56"
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",
54-
"@graphql-mesh/types": "^0.77.0"
54+
"@graphql-mesh/types": "^0.78.0"
5555
}
5656
}

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.8.0",
43-
"@graphql-mesh/transform-type-merging": "0.4.10",
43+
"@graphql-mesh/transform-type-merging": "0.4.11",
4444
"tslib": "2.4.0"
4545
},
4646
"peerDependencies": {
4747
"graphql": "^15.2.0 || ^16.0.0",
48-
"@graphql-mesh/types": "^0.77.0"
48+
"@graphql-mesh/types": "^0.78.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.77.0"
47+
"@graphql-mesh/types": "^0.78.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.74.0",
53-
"@graphql-mesh/graphql": "0.29.0",
52+
"@graphql-mesh/cli": "0.74.1",
53+
"@graphql-mesh/graphql": "0.29.1",
5454
"tslib": "2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.0.2",
5656
"@graphprotocol/client-auto-type-merging": "1.0.0",

0 commit comments

Comments
 (0)