Bump TypeScript (#628)

This commit is contained in:
Jaco
2022-03-27 08:24:50 +02:00
committed by GitHub
parent 4799a69823
commit 090218d0b9
4 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@polkadot/dev": "^0.65.99",
"@polkadot/dev": "^0.65.101",
"@polkadot/x-bundle": "^8.6.1",
"@types/jest": "^27.4.1",
"babel-loader": "^8.2.4",
@@ -47,6 +47,6 @@
"webpack-serve": "^4.0.0"
},
"resolutions": {
"typescript": "^4.6.2"
"typescript": "^4.6.3"
}
}