Bump deps (#215)

This commit is contained in:
Jaco Greeff
2019-09-25 14:00:43 +02:00
committed by GitHub
parent fb59238ef0
commit 741ca2a150
15 changed files with 614 additions and 713 deletions
+4 -4
View File
@@ -9,16 +9,16 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@babel/runtime": "^7.6.2",
"@polkadot/ui-shared": "^0.45.0-beta.13",
"react-native-svg": "^9.9.3"
"react-native-svg": "^9.9.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.60.12",
"react-native": "^0.60.5"
"@types/react-native": "^0.60.15",
"react-native": "^0.61.1"
}
}