Bump deps (#239)

This commit is contained in:
Jaco Greeff
2019-11-06 23:28:15 +01:00
committed by GitHub
parent 2901193c51
commit f6c85f275a
17 changed files with 751 additions and 748 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.6.4"
"typescript": "^3.7.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -29,12 +29,12 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/runtime": "^7.6.3",
"@polkadot/dev-react": "^0.32.0-beta.12",
"@polkadot/ts": "^0.1.83",
"@babel/core": "^7.7.0",
"@babel/runtime": "^7.7.0",
"@polkadot/dev-react": "^0.32.0-beta.13",
"@polkadot/ts": "^0.1.84",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react-native": "^0.61.2"
"react-native": "^0.61.4"
}
}