Skip to content

Commit

Permalink
chore: update frontier in sdk demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Nov 19, 2024
1 parent b3a4198 commit 7be3445
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdks/js/packages/sdk-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@raystack/apsara": "^0.23.0",
"@raystack/frontier": "workspace:^",
"@raystack/frontier": "^",
"next": "14.2.5",
"next-http-proxy-middleware": "^1.2.6",
"react": "^18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function OrgPage({ params }: { params: { orgId: string } }) {
showBilling={true}
showTokens={true}
showPreferences={true}
showAPIKeys={true}
/>
</Window>
) : null;
Expand Down
44 changes: 42 additions & 2 deletions sdks/js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7be3445

Please sign in to comment.