Bump deps (#17)

This commit is contained in:
Jaco Greeff
2018-12-10 12:11:53 +01:00
committed by GitHub
parent 29a25b871d
commit 6dd1b64af6
5 changed files with 624 additions and 486 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"rxjs": "^6.3.2",
"typescript": "^3.2.1"
"typescript": "^3.2.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -23,9 +23,9 @@
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@polkadot/dev-react": "^0.22.9",
"@polkadot/ts": "^0.1.41",
"@babel/core": "^7.2.0",
"@polkadot/dev-react": "^0.22.11",
"@polkadot/ts": "^0.1.43",
"empty": "^0.10.1"
}
}