Skip to content

Commit

Permalink
fix(ui-demo-app): fix the package json to include latest ak pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
moldy530 committed Jul 10, 2024
1 parent 70961f7 commit 217ead5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/ui-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@account-kit/core": "^4.0.0-alpha.0",
"@account-kit/react": "^4.0.0-alpha.0",
"@account-kit/core": "^4.0.0-alpha.3",
"@account-kit/infra": "^4.0.0-alpha.3",
"@account-kit/react": "^4.0.0-alpha.3",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.1.2",
Expand Down

0 comments on commit 217ead5

Please sign in to comment.