Skip to content

Commit

Permalink
upgrading ethos-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcosulich committed Mar 30, 2023
1 parent 849acf1 commit e0a3122
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/ErrorMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReactNode } from "react";

const ErrorMessage = ({ reset, children }: { reset: () => void, children: ReactNode }) => {
return (
<div className='p-3 pr-12 bg-red-200 text-sm text-center relative'>
<div className='p-3 pr-12 bg-red-200 text-black text-sm text-center relative'>
<div
className='cursor-pointer rounded-full flex justify-center items-center bg-white w-6 h-6 text-sm absolute top-2 right-2'
onClick={reset}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"ethos-connect": "^0.0.109",
"ethos-connect": "^0.0.110",
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1310,10 +1310,10 @@ esutils@^2.0.2:
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==

ethos-connect@^0.0.109:
version "0.0.109"
resolved "https://registry.yarnpkg.com/ethos-connect/-/ethos-connect-0.0.109.tgz#93683e359ead5db11590782a0d96f9213f5e05f8"
integrity sha512-LG+WXBQeTxlZl65qw7hce+rzKJ2o/d2FbuFt9cgOniHBpoNdlikgTBCEg1LBIugywQJiN6tel4kjgVrC/QRbqw==
ethos-connect@^0.0.110:
version "0.0.110"
resolved "https://registry.yarnpkg.com/ethos-connect/-/ethos-connect-0.0.110.tgz#03e15ed60707fd5116d096a9579beed3de80a2a9"
integrity sha512-EcmiB/wdi8FkXDE2BIpFmlg9i/u0KFIbT2bmvfQrU0HZhZhx6o9YgCTg7p2f5qXjVpnQawnKWv4CjQ3g5evecg==
dependencies:
"@mysten/sui.js" "^0.30.0"
"@mysten/wallet-adapter-all-wallets" "^0.5.0"
Expand Down

0 comments on commit e0a3122

Please sign in to comment.