This commit is contained in:
Jaco Greeff
2020-08-31 17:58:20 +02:00
committed by GitHub
parent 496dc7fe2e
commit 0bffc7af3c
15 changed files with 148 additions and 102 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.58.0-beta.9",
"version": "0.58.0",
"private": true,
"workspaces": {
"nohoist": [
@@ -23,9 +23,9 @@
"test": "jest"
},
"dependencies": {
"@polkadot/reactnative-identicon": "0.58.0-beta.9",
"@polkadot/ui-keyring": "0.58.0-beta.9",
"@polkadot/ui-settings": "0.58.0-beta.9",
"@polkadot/reactnative-identicon": "0.58.0",
"@polkadot/ui-keyring": "0.58.0",
"@polkadot/ui-settings": "0.58.0",
"@react-native-community/async-storage": "^1.12.0",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -40,9 +40,9 @@
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2",
"@polkadot/keyring": "^3.4.0-beta.1",
"@polkadot/util": "^3.4.0-beta.1",
"@polkadot/util-crypto": "^3.4.0-beta.1",
"@polkadot/keyring": "^3.4.1",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@react-native-community/cli-platform-ios": "^4.11.0",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.3.0",