File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
# graphql-tools
2
+ ## 7.0.4
3
+
4
+ ### Patch Changes
5
+
6
+ - Revert mock package to v7 to avoid breaking changes
7
+
2
8
3
9
## 7.0.3
4
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-tools" ,
3
- "version" : " 7.0.3 " ,
3
+ "version" : " 7.0.4 " ,
4
4
"description" : " Useful tools to create and manipulate GraphQL schemas." ,
5
5
"repository" : {
6
6
"type" : " git" ,
40
40
"@graphql-tools/url-loader" : " ^6.3.2" ,
41
41
"@graphql-tools/load-files" : " ^6.2.4" ,
42
42
"@graphql-tools/merge" : " ^6.2.5" ,
43
- "@graphql-tools/mock" : " ^8 .0.0" ,
43
+ "@graphql-tools/mock" : " ^7 .0.0" ,
44
44
"@graphql-tools/relay-operation-optimizer" : " ^6.2.5" ,
45
45
"@graphql-tools/resolvers-composition" : " ^6.2.5" ,
46
46
"@graphql-tools/schema" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 2475
2475
minimatch "^3.0.4"
2476
2476
strip-json-comments "^3.1.1"
2477
2477
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
+
2478
2487
"@graphql-typed-document-node/core@^3.0.0":
2479
2488
version "3.1.0"
2480
2489
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.1.0.tgz#0eee6373e11418bfe0b5638f654df7a4ca6a3950"
You can’t perform that action at this time.
0 commit comments