Skip to content

Commit

Permalink
refactor: drop support for typescript <5.4
Browse files Browse the repository at this point in the history
BREAKING CHANGE

The minimum support version of TypeScript is 5.4 following the support version from Angular 17
  • Loading branch information
ahnpnl committed Feb 28, 2025
1 parent da9cb15 commit 873ab73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0",
"jest": "^29.0.0",
"jsdom": ">=22.0.0",
"typescript": ">=4.8"
"typescript": ">=5.4"
},
"peerDependenciesMeta": {
"jsdom": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8871,7 +8871,7 @@ __metadata:
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0"
jest: ^29.0.0
jsdom: ">=22.0.0"
typescript: ">=4.8"
typescript: ">=5.4"
dependenciesMeta:
esbuild:
optional: true
Expand Down

0 comments on commit 873ab73

Please sign in to comment.