This commit is contained in:
Jaco
2021-06-14 10:15:25 +03:00
committed by GitHub
parent 0adac5f9fa
commit 8866703ad2
14 changed files with 970 additions and 984 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.79.2-2",
"version": "0.80.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.7.1",
"@polkadot/reactnative-identicon": "0.79.2-2",
"@polkadot/ui-keyring": "0.79.2-2",
"@polkadot/ui-settings": "0.79.2-2",
"@polkadot/util": "^6.7.1",
"@polkadot/util-crypto": "^6.7.1",
"@polkadot/keyring": "^6.8.1",
"@polkadot/reactnative-identicon": "0.80.0",
"@polkadot/ui-keyring": "0.80.0",
"@polkadot/ui-settings": "0.80.0",
"@polkadot/util": "^6.8.1",
"@polkadot/util-crypto": "^6.8.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -30,8 +30,8 @@
"stream-http": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.14.0",
"@babel/core": "^7.14.5",
"@babel/runtime": "^7.14.5",
"@react-native-community/cli-platform-ios": "^5.0.1-alpha.2",
"@types/react-test-renderer": "17.0.1",
"babel-jest": "^27.0.2",