Bump deps (& use packageInfo detection) (#441)

This commit is contained in:
Jaco Greeff
2021-02-16 13:27:29 +01:00
committed by GitHub
parent 756af81132
commit 1fb62d2964
21 changed files with 430 additions and 361 deletions
+3 -3
View File
@@ -10,7 +10,7 @@
"resolutions": {
"eventemitter3": "^4.0.7",
"mkdirp": "^1.0.4",
"typescript": "^4.1.3"
"typescript": "^4.1.5"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -29,9 +29,9 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/core": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@polkadot/dev": "^0.61.25",
"@polkadot/dev": "^0.61.26",
"@polkadot/ts": "^0.3.59",
"@types/jest": "^26.0.20",
"babel-plugin-transform-vue-template": "^0.4.2",