* 0.70

* Correct util versions
This commit is contained in:
Jaco Greeff
2021-02-28 14:17:02 +01:00
committed by GitHub
parent a88990cc73
commit a0c8fa1a84
14 changed files with 93 additions and 84 deletions
+3 -3
View File
@@ -27,8 +27,8 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/runtime": "^7.13.7",
"@babel/core": "^7.13.8",
"@babel/runtime": "^7.13.8",
"@polkadot/dev": "^0.61.30",
"@polkadot/ts": "^0.3.59",
"@types/jest": "^26.0.20",
@@ -43,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.69.2-3"
"version": "0.70.0"
}