Skip to content

Commit

Permalink
fix(store): revert graphql-inspector to fix ESM support regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 17, 2022
1 parent a6fb501 commit b444a9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-candles-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphql-mesh/store': patch
---

Revert GraphQL inspector to fix ESM support regression
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"definition": "dist/index.d.ts"
},
"dependencies": {
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/core": "3.3.0",
"@graphql-mesh/cross-helpers": "0.2.6",
"@graphql-mesh/utils": "0.41.11",
"@graphql-tools/utils": "8.12.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2300,10 +2300,10 @@
parse-filepath "^1.0.2"
tslib "~2.4.0"

"@graphql-inspector/core@3.4.0":
version "3.4.0"
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-3.4.0.tgz#276c76e982d9acdb8a326df19a8dacb88c22f259"
integrity sha512-035TchqbbyWaNDOJKxp+RG6Ho/nGMXKKgzojQ6Dn1N20jgR/oX9rTVvR8qkzpy0/IxxP8PD9RcZ52vsTAehxdg==
"@graphql-inspector/core@3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-3.3.0.tgz#3982909cec46a5b3050a8265569503f20a3b5742"
integrity sha512-LRtk9sHgj9qqVPIkkThAVq3iZ7QxgHCx6elEwd0eesZBCmaIYQxD/BFu+VT8jr10YfOURBZuAnVdyGu64vYpBg==
dependencies:
dependency-graph "0.11.0"
object-inspect "1.10.3"
Expand Down

0 comments on commit b444a9c

Please sign in to comment.