Skip to content

Commit

Permalink
chore(inferencer): remove graphql-tag from peer dependencies (#6099)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW authored Jul 4, 2024
1 parent 322a84b commit ba8117f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-schools-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@refinedev/inferencer": patch
---

chore: remove graphql-tag from peer dependencies. fixes #6100
4 changes: 0 additions & 4 deletions packages/inferencer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
"@types/react-dom": "^17.0.0 || ^18.0.0",
"antd": "^5.0.3",
"dayjs": "^1.10.7",
"graphql-tag": "^2.12.6",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-hook-form": "^7.30.0"
Expand Down Expand Up @@ -242,9 +241,6 @@
"dayjs": {
"optional": true
},
"graphql-tag": {
"optional": true
},
"react-hook-form": {
"optional": true
}
Expand Down

0 comments on commit ba8117f

Please sign in to comment.