From b1d7128e2b36395f258aec2f05da1d32d811d4f8 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Tue, 11 Feb 2025 04:38:53 +0000 Subject: [PATCH] chore: remove wrong hoistingLimits config for graphql package (#10077) --- packages/frontend/graphql/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/frontend/graphql/package.json b/packages/frontend/graphql/package.json index 3eba4d8aa8..a66c58bbaf 100644 --- a/packages/frontend/graphql/package.json +++ b/packages/frontend/graphql/package.json @@ -28,8 +28,5 @@ "graphql": "^16.9.0", "lodash": "^4.17.21", "lodash-es": "^4.17.21" - }, - "installConfig": { - "hoistingLimits": "workspaces" } }