Bump common (#460)

* Bump common

* Bumps

* 0.74
This commit is contained in:
Jaco
2021-04-18 12:21:54 +03:00
committed by GitHub
parent f875934459
commit e1b31afafd
14 changed files with 156 additions and 149 deletions
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.73.2-0",
"version": "0.74.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.1.2-3",
"@polkadot/reactnative-identicon": "0.73.2-0",
"@polkadot/ui-keyring": "0.73.2-0",
"@polkadot/ui-settings": "0.73.2-0",
"@polkadot/util": "^6.1.2-3",
"@polkadot/util-crypto": "^6.1.2-3",
"@polkadot/keyring": "^6.2.1",
"@polkadot/reactnative-identicon": "0.74.0",
"@polkadot/ui-keyring": "0.74.0",
"@polkadot/ui-settings": "0.74.0",
"@polkadot/util": "^6.2.1",
"@polkadot/util-crypto": "^6.2.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -27,7 +27,7 @@
"react-native": "^0.64.0",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.0",
"stream-http": "^3.1.1"
"stream-http": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",