Bump deps (#392)

This commit is contained in:
Jaco Greeff
2020-11-06 10:47:15 +01:00
committed by GitHub
parent 8e151b721a
commit 01d753ff99
13 changed files with 287 additions and 361 deletions
+4 -4
View File
@@ -9,10 +9,10 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "^0.61.2-5",
"@polkadot/util": "^4.0.0-3",
"@polkadot/util-crypto": "^4.0.0-3",
"@polkadot/util": "^4.0.0-5",
"@polkadot/util-crypto": "^4.0.0-5",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
@@ -22,6 +22,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.30"
"@types/react-native": "^0.63.32"
}
}