fix(misc): add missing migration to bump typescript version to v5.2 (#20112)

This commit is contained in:
Leosvel Pérez Espinosa 2023-11-08 15:38:00 +01:00 committed by GitHub
parent 76306f0bed
commit 26e03c7d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -111,6 +111,18 @@
"alwaysAddToPackageJson": false
}
}
},
"17.1.0": {
"version": "17.1.0-beta.4",
"x-prompt": "Do you want to update to TypeScript v5.2?",
"requires": {
"typescript": ">=5.1.0 <5.2.0"
},
"packages": {
"typescript": {
"version": "~5.2.2"
}
}
}
}
}

View File

@ -61,6 +61,18 @@
"version": "~5.1.3"
}
}
},
"17.1.0": {
"version": "17.1.0-beta.4",
"x-prompt": "Do you want to update to TypeScript v5.2?",
"requires": {
"typescript": ">=5.1.0 <5.2.0"
},
"packages": {
"typescript": {
"version": "~5.2.2"
}
}
}
}
}