Bump deps (#84)

This commit is contained in:
Jaco Greeff
2019-02-25 18:02:50 +01:00
committed by GitHub
parent c40cb2956c
commit 73c51cbd01
5 changed files with 744 additions and 687 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"rxjs": "^6.4.0",
"typescript": "^3.3.3"
"typescript": "^3.3.3333"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -23,8 +23,8 @@
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@polkadot/dev-react": "^0.24.2",
"@babel/core": "^7.3.3",
"@polkadot/dev-react": "^0.24.6",
"@polkadot/ts": "^0.1.53",
"empty": "^0.10.1"
}