* Bumps

* Remove unneeded dev dep
This commit is contained in:
Jaco Greeff
2020-11-24 13:40:27 +01:00
committed by GitHub
parent 284d36dd6d
commit 923a08f7fc
12 changed files with 338 additions and 334 deletions
+5 -5
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^4.1.2-2",
"@polkadot/keyring": "^4.2.1",
"@polkadot/reactnative-identicon": "0.62.2-13",
"@polkadot/ui-keyring": "0.62.2-13",
"@polkadot/ui-settings": "0.62.2-13",
"@polkadot/util": "^4.1.2-2",
"@polkadot/util-crypto": "^4.1.2-2",
"@polkadot/util": "^4.2.1",
"@polkadot/util-crypto": "^4.2.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
@@ -30,10 +30,10 @@
"stream-http": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.8",
"@babel/runtime": "^7.12.5",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3",
"@types/react-test-renderer": "16.9.4",
"babel-jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1"