Skip to content

Commit aa36179

Browse files
authored
Merge pull request #207 from techulus/main
Update clerk
2 parents 67d6cb3 + 8a52582 commit aa36179

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/core/billing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ export function Billing() {
88
const { systemTheme } = useTheme();
99
const appearance = systemTheme === "dark" ? { baseTheme: dark } : undefined;
1010

11-
return <PricingTable forOrganizations appearance={appearance} />;
11+
return <PricingTable appearance={appearance} for="organization" />;
1212
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@blocknote/core": "^0.27.2",
2222
"@blocknote/mantine": "^0.27.2",
2323
"@blocknote/react": "^0.27.2",
24-
"@clerk/nextjs": "^6.32.0",
25-
"@clerk/themes": "^2.4.19",
24+
"@clerk/nextjs": "^6.36.2",
25+
"@clerk/themes": "^2.4.43",
2626
"@dnd-kit/core": "^6.1.0",
2727
"@dnd-kit/sortable": "^8.0.0",
2828
"@dnd-kit/utilities": "^3.2.2",

0 commit comments

Comments
 (0)