synchronize typescript package versions

This commit is contained in:
Ben Irvin 2022-11-15 08:43:58 +01:00
parent 8c9d3a0ff6
commit bd0f0b68d9
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@
"stylelint-processor-styled-components": "1.10.0",
"supertest": "6.2.4",
"ts-jest": "29.0.3",
"typescript": "4.8.4",
"typescript": "4.6.2",
"yargs": "17.6.0"
},
"engines": {

View File

@ -53,7 +53,7 @@
"@types/stream-json": "1.7.2",
"@types/tar": "6.1.3",
"rimraf": "3.0.2",
"typescript": "4.8.4"
"typescript": "4.6.2"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",