This commit is contained in:
Jaco
2022-09-28 13:46:13 +03:00
committed by GitHub
parent 57d9576790
commit e0d75e1237
6 changed files with 146 additions and 146 deletions
+3 -3
View File
@@ -32,9 +32,9 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.3",
"@babel/runtime": "^7.19.0",
"@polkadot/dev": "^0.67.132",
"@polkadot/dev": "^0.67.134",
"@polkadot/x-bundle": "^10.1.9",
"@types/jest": "^29.0.3",
"babel-loader": "^8.2.5",
@@ -49,6 +49,6 @@
"vue-template-compiler": "^2.7.10"
},
"resolutions": {
"typescript": "^4.8.3"
"typescript": "^4.8.4"
}
}