This commit is contained in:
Jaco
2022-12-08 08:18:24 +02:00
committed by GitHub
parent 4c319f5467
commit 7963a50fa7
5 changed files with 129 additions and 136 deletions
+3 -3
View File
@@ -34,9 +34,9 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/runtime": "^7.20.6",
"@polkadot/dev": "^0.67.167",
"@polkadot/dev": "^0.67.169",
"@polkadot/x-bundle": "^10.2.1",
"@types/jest": "^29.2.3",
"@types/jest": "^29.2.4",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -49,6 +49,6 @@
"vue-template-compiler": "^2.7.14"
},
"resolutions": {
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}