Skip to content

Commit

Permalink
bump capsule
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed May 24, 2024
1 parent 4b080d8 commit e249d38
Show file tree
Hide file tree
Showing 6 changed files with 12,047 additions and 14,164 deletions.
2 changes: 1 addition & 1 deletion example/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "^0.0.47",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "^0.0.50",
"framer-motion": "^10.16.4",
"graz": "*",
"next": "^13.4.19",
Expand Down
8 changes: 8 additions & 0 deletions example/next/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Center, HStack, Spacer, Stack, Text, useColorMode } from "@chakra-ui/react";
import { OAuthMethod } from "@usecapsule/web-sdk";
import { useAccount, useCapsule } from "graz";
import type { NextPage } from "next";
import dynamic from "next/dynamic";
Expand Down Expand Up @@ -46,6 +47,13 @@ const HomePage: NextPage = () => {
</Stack>
<LeapSocialLogin
capsule={client?.getClient() || undefined}
oAuthMethods={[
OAuthMethod.GOOGLE,
OAuthMethod.FACEBOOK,
OAuthMethod.TWITTER,
OAuthMethod.DISCORD,
OAuthMethod.APPLE,
]}
onAfterLoginSuccessful={() => {
void onAfterLoginSuccessful?.();
}}
Expand Down
2 changes: 1 addition & 1 deletion example/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@graz-sh/types": "^0.0.4",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "^0.0.47",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "^0.0.50",
"bignumber.js": "^9.1.2",
"framer-motion": "^10.16.4",
"graz": "*",
Expand Down
8 changes: 8 additions & 0 deletions example/starter/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Stack, useColorMode } from "@chakra-ui/react";
import { OAuthMethod } from "@usecapsule/web-sdk";
import { useCapsule } from "graz";
import dynamic from "next/dynamic";
import { Card } from "src/ui/card/chain";
Expand All @@ -22,6 +23,13 @@ const HomePage = () => {
</Stack>
<LeapSocialLogin
capsule={client?.getClient() || undefined}
oAuthMethods={[
OAuthMethod.GOOGLE,
OAuthMethod.FACEBOOK,
OAuthMethod.TWITTER,
OAuthMethod.DISCORD,
OAuthMethod.APPLE,
]}
onAfterLoginSuccessful={() => {
void onAfterLoginSuccessful?.();
}}
Expand Down
2 changes: 1 addition & 1 deletion packages/graz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@cosmjs/proto-signing": "*",
"@cosmjs/stargate": "*",
"@cosmjs/tendermint-rpc": "*",
"@leapwallet/cosmos-social-login-capsule-provider": "^0.0.30",
"@leapwallet/cosmos-social-login-capsule-provider": "^0.0.33",
"react": ">=17"
},
"dependencies": {
Expand Down
Loading

0 comments on commit e249d38

Please sign in to comment.