Bump deps (#328)

This commit is contained in:
Jaco Greeff
2020-06-05 22:19:38 +02:00
committed by GitHub
parent a8f906a15e
commit 2309998889
15 changed files with 1005 additions and 450 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"color": "^3.1.2"
},
"peerDependencies": {
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^2.11.1",
"@polkadot/util-crypto": "^2.11.1",
"@polkadot/util": "^2.12.2",
"@polkadot/util-crypto": "^2.12.2",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.0"
}