Bump deps (#264)

* Bump deps

* Update tests

* Update mdEngine
This commit is contained in:
Jaco Greeff
2020-01-26 10:57:37 +01:00
committed by GitHub
parent 8183559a5f
commit b814d754b8
15 changed files with 3981 additions and 3588 deletions
+5 -5
View File
@@ -10,7 +10,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -29,10 +29,10 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/runtime": "^7.7.7",
"@polkadot/dev-react": "^0.32.14",
"@polkadot/ts": "^0.1.90",
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/dev-react": "^0.32.17",
"@polkadot/ts": "^0.1.91",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react-native": "^0.61.4"