Skip to content

Commit

Permalink
fix(deps): update graphql-mesh monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent a46cefe commit a9fda1f
Show file tree
Hide file tree
Showing 5 changed files with 140 additions and 141 deletions.
2 changes: 1 addition & 1 deletion examples/composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@graphprotocol/client-cli": "2.2.14",
"@graphql-mesh/transform-rename": "0.12.94",
"@graphql-mesh/transform-rename": "0.12.95",
"concurrently": "7.4.0",
"graphql": "16.6.0",
"nodemon": "2.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/lodash": "4.14.186",
"@graphql-mesh/transform-prefix": "0.11.93"
"@graphql-mesh/transform-prefix": "0.11.94"
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auto-type-merging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "9.0.8",
"@graphql-mesh/transform-type-merging": "0.4.46",
"@graphql-mesh/transform-type-merging": "0.4.47",
"tslib": "^2.4.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"access": "public"
},
"dependencies": {
"@graphql-mesh/cli": "0.78.35",
"@graphql-mesh/graphql": "0.31.24",
"@graphql-mesh/cli": "0.78.39",
"@graphql-mesh/graphql": "0.31.25",
"tslib": "^2.4.0",
"@graphprotocol/client-auto-pagination": "1.1.11",
"@graphprotocol/client-auto-type-merging": "1.0.17",
Expand Down
Loading

0 comments on commit a9fda1f

Please sign in to comment.