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
+5 -5
View File
@@ -26,13 +26,13 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@polkadot/dev-react": "^0.31.0-beta.8",
"@polkadot/ts": "^0.1.72",
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@polkadot/dev-react": "^0.31.1",
"@polkadot/ts": "^0.1.73",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"gh-pages": "^2.1.1",
"webpack-serve": "^3.1.1"
"webpack-serve": "^3.2.0"
}
}