Skip to content

Commit

Permalink
fix(misc): add missing migration to bump typescript version to v5.2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Nov 8, 2023
1 parent 76306f0 commit 26e03c7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/js/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}
12 changes: 12 additions & 0 deletions packages/workspace/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
}

0 comments on commit 26e03c7

Please sign in to comment.