This commit is contained in:
Jaco Greeff
2020-12-14 13:21:52 +01:00
committed by GitHub
parent 0e810ba308
commit 8dd942d070
16 changed files with 221 additions and 332 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@polkadot/dev": "^0.60.29",
"@polkadot/dev": "^0.61.2",
"@polkadot/ts": "^0.3.58",
"@types/jest": "^26.0.19",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -43,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.62.2-28"
"version": "0.63.0"
}