Skip to content

Commit

Permalink
fix(deps): add missing graphql peer deps (#4674)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 authored Feb 13, 2023
1 parent 7d9b983 commit 9757152
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/cold-jobs-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-mesh/cross-helpers': patch
'json-machete': patch
---

fix(deps): add missing graphql peer deps
3 changes: 3 additions & 0 deletions packages/cross-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"browser": "browser.js",
"types": "index.d.ts",
"typings": "./index.d.ts",
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-tools/utils": "9.2.1",
"path-browserify": "1.0.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/json-machete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"./package.json": "./package.json"
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"graphql": "*"
},
"dependencies": {
"@graphql-mesh/cross-helpers": "0.3.2",
"@graphql-mesh/types": "0.91.1",
Expand Down

0 comments on commit 9757152

Please sign in to comment.