Skip to content

Commit

Permalink
Cleanup yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 5, 2022
1 parent e7916c3 commit 4f457f4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 353 deletions.
8 changes: 4 additions & 4 deletions examples/hive-example/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "mesh dev"
},
"dependencies": {
"@graphql-mesh/cli": "0.80.1",
"@graphql-mesh/openapi": "0.33.38",
"@graphql-mesh/plugin-hive": "0.0.2",
"@graphql-mesh/transform-hive": "0.0.2",
"@graphql-mesh/cli": "0.80.4",
"@graphql-mesh/openapi": "0.33.39",
"@graphql-mesh/plugin-hive": "0.0.4",
"@graphql-mesh/transform-hive": "0.0.4",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/hive-example/sources/authors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@graphql-hive/cli": "0.19.10",
"@graphql-mesh/cli": "0.80.1",
"@graphql-mesh/openapi": "0.33.38",
"@graphql-mesh/cli": "0.80.4",
"@graphql-mesh/openapi": "0.33.39",
"graphql": "16.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/hive-example/sources/books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@graphql-hive/cli": "0.19.10",
"@graphql-mesh/cli": "0.80.1",
"@graphql-mesh/openapi": "0.33.38",
"@graphql-mesh/cli": "0.80.4",
"@graphql-mesh/openapi": "0.33.39",
"graphql": "16.6.0"
}
}
Loading

0 comments on commit 4f457f4

Please sign in to comment.