Skip to content

Commit

Permalink
Merge branch 'master' into feat/build-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello authored Jul 25, 2023
2 parents 6832942 + 83e6395 commit 993044d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.14.5",
"@docknetwork/sdk": "5.0.2",
"@docknetwork/universal-wallet": "^2.0.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-core": "9.7.1",
"@polkadot/rpc-provider": "9.7.1",
"@polkadot/types": "9.7.1",
"@polkadot/types-known": "9.7.1",
"@polkadot/ui-shared": "^0.87.5",
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"@polkadot/wasm-crypto": "6.3.1",
"@react-native-community/eslint-config": "^2.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1501,10 +1501,10 @@
resolved "https://registry.yarnpkg.com/@docknetwork/node-types/-/node-types-0.16.0.tgz#23570042c823a6320654ee2c5b8c0da5d7c43d21"
integrity sha512-VUZB8guX9161hDIEVn/UKJEUlXjIDE6vH5flx6uDHVc0QOhBy1bq6AGLayG4ZH19dCN39ta2sKGIFq9wLO4H2A==

"@docknetwork/[email protected].0", "@docknetwork/[email protected].2":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@docknetwork/sdk/-/sdk-5.0.0.tgz#b941b5eb9d37cff8c6f194796af7413c4a5a0ca6"
integrity sha512-M8fts6y1rBF+PjeWnbqqljiFnzzIB2frHJ9BzIN9FkoBOMTuhMEI4bfB/4P+V1lgFKRw2WRWiU+J/XnDAY3fyw==
"@docknetwork/[email protected]":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@docknetwork/sdk/-/sdk-5.0.2.tgz#1ed64e5c57460c13ca81a579b07c35c61096a340"
integrity sha512-QQsrSq1R9En48aDZGKKYrETkFFyPHiifkHqLEizyJoUwsFjFRqQqqCCDju226vopOnyYTzK912szg9VxlMigxw==
dependencies:
"@docknetwork/crypto-wasm-ts" "^0.33.3"
"@docknetwork/node-types" "^0.16.0"
Expand Down

0 comments on commit 993044d

Please sign in to comment.