From ba8117f6060253dc1d589d69acba79d7c89e94c6 Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Thu, 4 Jul 2024 17:43:34 +0300 Subject: [PATCH] chore(inferencer): remove `graphql-tag` from peer dependencies (#6099) --- .changeset/itchy-schools-push.md | 5 +++++ packages/inferencer/package.json | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .changeset/itchy-schools-push.md 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 }