From b6a1302a0c03b54c0f639c81f6cf1013f27a8832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 05:27:58 +0000 Subject: [PATCH] fix(deps): update dependency @growthbook/growthbook to ^0.30.0 --- packages/featureflags/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/featureflags/package.json b/packages/featureflags/package.json index e7d4a9ce87..210dbb2af7 100644 --- a/packages/featureflags/package.json +++ b/packages/featureflags/package.json @@ -2,7 +2,7 @@ "name": "@open-condo/featureflags", "version": "1.0.0", "dependencies": { - "@growthbook/growthbook": "^0.18.1", + "@growthbook/growthbook": "^0.30.0", "@growthbook/growthbook-react": "^0.9.1", "@open-condo/config": "workspace:^", "@open-condo/keystone": "workspace:^",