fix(misc): add missing migration to bump typescript version to v5.2 (#20112)
This commit is contained in:
parent
76306f0bed
commit
26e03c7d50
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user