Skip to content

Commit

Permalink
fix(graphql-tools-npm): Revert mock package to v7 to avoid breaking c…
Browse files Browse the repository at this point in the history
…hanges
  • Loading branch information
ardatan committed Feb 17, 2021
1 parent 12aa777 commit a82aa0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# graphql-tools
## 7.0.4

### Patch Changes

- Revert mock package to v7 to avoid breaking changes


## 7.0.3

Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "7.0.3",
"version": "7.0.4",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@graphql-tools/url-loader": "^6.3.2",
"@graphql-tools/load-files": "^6.2.4",
"@graphql-tools/merge": "^6.2.5",
"@graphql-tools/mock": "^8.0.0",
"@graphql-tools/mock": "^7.0.0",
"@graphql-tools/relay-operation-optimizer": "^6.2.5",
"@graphql-tools/resolvers-composition": "^6.2.5",
"@graphql-tools/schema": "^7.0.0",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,15 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@graphql-tools/mock@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-7.0.0.tgz#b43858f47fedfbf7d8bbbf7d33e6acb64b8b7da7"
integrity sha512-ShO8D9HudgnhqoWeKb3iejGtPV8elFqSO1U0O70g3FH3W/CBW2abXfuyodBUevXVGIjyqzfkNzVtpIE0qiOVVQ==
dependencies:
"@graphql-tools/schema" "^7.0.0"
"@graphql-tools/utils" "^7.0.0"
tslib "~2.0.1"

"@graphql-typed-document-node/core@^3.0.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
Expand Down

0 comments on commit a82aa0d

Please sign in to comment.