Skip to content

Commit a9fda1f

Browse files
fix(deps): update graphql-mesh monorepo
1 parent a46cefe commit a9fda1f

File tree

5 files changed

+140
-141
lines changed

5 files changed

+140
-141
lines changed

examples/composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "2.2.14",
13-
"@graphql-mesh/transform-rename": "0.12.94",
13+
"@graphql-mesh/transform-rename": "0.12.95",
1414
"concurrently": "7.4.0",
1515
"graphql": "16.6.0",
1616
"nodemon": "2.0.20",

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@types/lodash": "4.14.186",
57-
"@graphql-mesh/transform-prefix": "0.11.93"
57+
"@graphql-mesh/transform-prefix": "0.11.94"
5858
},
5959
"peerDependencies": {
6060
"graphql": "^15.2.0 || ^16.0.0",

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@graphql-tools/delegate": "9.0.8",
50-
"@graphql-mesh/transform-type-merging": "0.4.46",
50+
"@graphql-mesh/transform-type-merging": "0.4.47",
5151
"tslib": "^2.4.0"
5252
},
5353
"peerDependencies": {

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.78.35",
53-
"@graphql-mesh/graphql": "0.31.24",
52+
"@graphql-mesh/cli": "0.78.39",
53+
"@graphql-mesh/graphql": "0.31.25",
5454
"tslib": "^2.4.0",
5555
"@graphprotocol/client-auto-pagination": "1.1.11",
5656
"@graphprotocol/client-auto-type-merging": "1.0.17",

0 commit comments

Comments
 (0)