From ad443fb6dfb48bf0f0bb5028178e75d0d45eaa32 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 26 Apr 2025 19:17:31 +0100 Subject: [PATCH] Fix billing package issues --- packages/billing/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/packages/billing/package.json b/packages/billing/package.json index 90b07c512..0a2559455 100644 --- a/packages/billing/package.json +++ b/packages/billing/package.json @@ -16,6 +16,7 @@ "dependencies": { "@radix-ui/react-radio-group": "^1.2.3", "@rallly/ui": "workspace:*", + "@rallly/database": "workspace:*", "stripe": "^13.2.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 713f2a36b..e0dbc3173 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -406,6 +406,9 @@ importers: '@radix-ui/react-radio-group': specifier: ^1.2.3 version: 1.3.4(@types/react-dom@18.3.6(@types/react@18.3.20))(@types/react@18.3.20)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@rallly/database': + specifier: workspace:* + version: link:../database '@rallly/ui': specifier: workspace:* version: link:../ui