* Bumps

* Remove unneeded dev dep
This commit is contained in:
Jaco Greeff
2020-11-24 13:40:27 +01:00
committed by GitHub
parent 284d36dd6d
commit 923a08f7fc
12 changed files with 338 additions and 334 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.0.5"
"typescript": "^4.1.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -27,9 +27,9 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/core": "^7.12.8",
"@babel/runtime": "^7.12.5",
"@polkadot/dev": "^0.60.3",
"@polkadot/dev": "^0.60.4",
"@polkadot/ts": "^0.3.55",
"@types/jest": "^26.0.15",
"babel-plugin-transform-vue-template": "^0.4.2",