Bump deps (#203)

* Bump deps

* skipLibCheck for react-native overrides
This commit is contained in:
Jaco Greeff
2019-09-11 14:27:36 +02:00
committed by GitHub
parent 9da3ab6d7a
commit b3ff3b37e6
11 changed files with 382 additions and 372 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.5.5",
"@babel/runtime": "^7.6.0",
"@polkadot/ui-settings": "^0.44.0-beta.0",
"@polkadot/ui-shared": "^0.44.0-beta.0",
"@types/color": "^3.0.0",
@@ -25,8 +25,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^1.3.1",
"@polkadot/util-crypto": "^1.3.1",
"@polkadot/keyring": "^1.4.0-beta.0",
"@polkadot/util-crypto": "^1.4.0-beta.0",
"xmlserializer": "^0.6.1"
}
}