This commit is contained in:
Jaco Greeff
2019-07-09 16:23:44 +02:00
committed by GitHub
parent ea398e7ab5
commit fa0eba5977
6 changed files with 331 additions and 534 deletions
+4 -4
View File
@@ -10,7 +10,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^3.5.2"
"typescript": "^3.5.3"
},
"scripts": {
"build": "polkadot-dev-build-ts && polkadot-dev-build-docs",
@@ -23,9 +23,9 @@
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@polkadot/dev-react": "^0.30.0-beta.17",
"@polkadot/ts": "^0.1.60",
"@babel/runtime": "^7.5.2",
"@polkadot/dev-react": "^0.30.0-beta.18",
"@polkadot/ts": "^0.1.61",
"empty": "^0.10.1",
"gh-pages": "^2.0.1"
}