Skip to content

Commit

Permalink
feat: update dappauth lib for compatibility (#1781)
Browse files Browse the repository at this point in the history
* feat: update dappauth lib for compatible version

* Update package.json

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>
  • Loading branch information
scottphc and Adamj1232 committed Jul 11, 2023
1 parent 4e8f66c commit 667b753
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@web3-onboard/web3auth": "^2.2.2",
"@web3-onboard/xdefi": "^2.0.3",
"@web3-onboard/zeal": "^2.0.3",
"vconsole": "^3.15.1",
"@dapperlabs/dappauth": "^2.0.5"
"@blocto/dappauth": "^2.1.0",
"vconsole": "^3.15.1"
},
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import { share } from 'rxjs/operators'
import VConsole from 'vconsole'
import blocknativeIcon from './blocknative-icon.js'
import DappAuth from '@dapperlabs/dappauth'
import DappAuth from '@blocto/dappauth';
if (window.innerWidth < 700) {
new VConsole()
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,16 @@
"@babel/helper-validator-identifier" "^7.16.7"
to-fast-properties "^2.0.0"

"@blocto/dappauth@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@blocto/dappauth/-/dappauth-2.1.0.tgz#7154292bac4af1f021312ebffc921c7c893a1f36"
integrity sha512-wFxRRBLCioyGgiyb1qkIDUKg3kirwXXgiL7XCBJvU9nwM4eKwoWsOyqHnNuZJhewwzcJvtGSU5eWTUskVbZEZQ==
dependencies:
ethereumjs-abi "^0.6.6"
ethereumjs-util "^6.0.0"
safe-buffer "^5.1.2"
web3 "^1.3.1"

"@blocto/sdk@^0.4.6":
version "0.4.6"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.4.6.tgz#7f18baa33fb9eb0ebc2ad3c00cf3a8d99ff20c9a"
Expand Down Expand Up @@ -463,16 +473,6 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@dapperlabs/dappauth@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@dapperlabs/dappauth/-/dappauth-2.0.5.tgz#6b1b83a9a3a6b7115baa53d8ae8ab593e10ee91e"
integrity sha512-Tw1WpR2lUSt+RMk7YtrolnhNZNOaSK7nprv4cqhAQ7Dvi1mENe3gqMW6Zl3oT2hi3v18s5yyNRhYkmAQB2e48A==
dependencies:
ethereumjs-abi "^0.6.6"
ethereumjs-util "^6.0.0"
safe-buffer "^5.1.2"
web3 "^1.2.1"

"@discoveryjs/json-ext@^0.5.0":
version "0.5.6"
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
Expand Down

0 comments on commit 667b753

Please sign in to comment.