diff --git a/.changeset/itchy-schools-push.md b/.changeset/itchy-schools-push.md new file mode 100644 index 000000000000..03a20f112895 --- /dev/null +++ b/.changeset/itchy-schools-push.md @@ -0,0 +1,5 @@ +--- +"@refinedev/inferencer": patch +--- + +chore: remove graphql-tag from peer dependencies. fixes #6100 diff --git a/packages/inferencer/package.json b/packages/inferencer/package.json index 8baed50cfa5a..616d14789daa 100644 --- a/packages/inferencer/package.json +++ b/packages/inferencer/package.json @@ -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" @@ -242,9 +241,6 @@ "dayjs": { "optional": true }, - "graphql-tag": { - "optional": true - }, "react-hook-form": { "optional": true }