This commit is contained in:
Jaco Greeff
2020-09-28 10:08:08 +02:00
committed by GitHub
parent 4e92aab586
commit 678d4dc524
15 changed files with 105 additions and 95 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.59.0-beta.12",
"version": "0.59.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,9 +12,9 @@
"test": "jest"
},
"dependencies": {
"@polkadot/reactnative-identicon": "0.59.0-beta.12",
"@polkadot/ui-keyring": "0.59.0-beta.12",
"@polkadot/ui-settings": "0.59.0-beta.12",
"@polkadot/reactnative-identicon": "0.59.0",
"@polkadot/ui-keyring": "0.59.0",
"@polkadot/ui-settings": "0.59.0",
"@react-native-community/async-storage": "^1.12.0",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -29,9 +29,9 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@polkadot/keyring": "^3.5.0-beta.14",
"@polkadot/util": "^3.5.0-beta.14",
"@polkadot/util-crypto": "^3.5.0-beta.14",
"@polkadot/keyring": "^3.5.1",
"@polkadot/util": "^3.5.1",
"@polkadot/util-crypto": "^3.5.1",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.3.0",