Skip to content

Commit a82aa0d

Browse files
committed
fix(graphql-tools-npm): Revert mock package to v7 to avoid breaking changes
1 parent 12aa777 commit a82aa0d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

packages/graphql-tools/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# graphql-tools
2+
## 7.0.4
3+
4+
### Patch Changes
5+
6+
- Revert mock package to v7 to avoid breaking changes
7+
28

39
## 7.0.3
410

packages/graphql-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-tools",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Useful tools to create and manipulate GraphQL schemas.",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"@graphql-tools/url-loader": "^6.3.2",
4141
"@graphql-tools/load-files": "^6.2.4",
4242
"@graphql-tools/merge": "^6.2.5",
43-
"@graphql-tools/mock": "^8.0.0",
43+
"@graphql-tools/mock": "^7.0.0",
4444
"@graphql-tools/relay-operation-optimizer": "^6.2.5",
4545
"@graphql-tools/resolvers-composition": "^6.2.5",
4646
"@graphql-tools/schema": "^7.0.0",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,6 +2475,15 @@
24752475
minimatch "^3.0.4"
24762476
strip-json-comments "^3.1.1"
24772477

2478+
"@graphql-tools/mock@^7.0.0":
2479+
version "7.0.0"
2480+
resolved "https://registry.yarnpkg.com/@graphql-tools/mock/-/mock-7.0.0.tgz#b43858f47fedfbf7d8bbbf7d33e6acb64b8b7da7"
2481+
integrity sha512-ShO8D9HudgnhqoWeKb3iejGtPV8elFqSO1U0O70g3FH3W/CBW2abXfuyodBUevXVGIjyqzfkNzVtpIE0qiOVVQ==
2482+
dependencies:
2483+
"@graphql-tools/schema" "^7.0.0"
2484+
"@graphql-tools/utils" "^7.0.0"
2485+
tslib "~2.0.1"
2486+
24782487
"@graphql-typed-document-node/core@^3.0.0":
24792488
version "3.1.0"
24802489
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"

0 commit comments

Comments
 (0)