* 0.62

* Fix to 0.62
This commit is contained in:
Jaco Greeff
2020-11-09 12:24:27 +01:00
committed by GitHub
parent 77a9377503
commit a3ece8770c
14 changed files with 251 additions and 310 deletions
+2 -3
View File
@@ -8,7 +8,6 @@
"packages/*"
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.5"
},
"scripts": {
@@ -30,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@polkadot/dev": "^0.59.18",
"@polkadot/dev": "^0.59.20",
"@polkadot/ts": "^0.3.53",
"@types/jest": "^26.0.15",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -44,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.61.2-7"
"version": "0.62.0"
}