Bump deps (#290)

This commit is contained in:
Jaco Greeff
2020-03-14 10:01:47 +01:00
committed by GitHub
parent f49b5a0389
commit 15c6b1cef6
14 changed files with 880 additions and 1079 deletions
+4 -4
View File
@@ -9,9 +9,9 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@babel/runtime": "^7.8.7",
"@polkadot/ui-shared": "0.52.0-beta.6",
"react-native-svg": "^11.0.1"
"react-native-svg": "^12.0.3"
},
"peerDependencies": {
"@polkadot/util-crypto": "*",
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.5.1",
"@types/react-native": "^0.61.12"
"@polkadot/util-crypto": "^2.6.2",
"@types/react-native": "^0.61.22"
}
}