This commit is contained in:
Jaco Greeff
2020-12-13 19:06:33 +01:00
committed by GitHub
parent b5761dfbdc
commit 3d913f6bdb
5 changed files with 37 additions and 26 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.1.2"
"typescript": "^4.1.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -20,8 +20,8 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@polkadot/dev": "^0.60.29",
"@polkadot/dev": "^0.61.2",
"@types/jest": "^26.0.19"
},
"version": "0.2.14"
"version": "0.3.0"
}