Skip to content

Commit 873ab73

Browse files
committed
refactor: drop support for typescript <5.4
BREAKING CHANGE The minimum support version of TypeScript is 5.4 following the support version from Angular 17
1 parent da9cb15 commit 873ab73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0",
6464
"jest": "^29.0.0",
6565
"jsdom": ">=22.0.0",
66-
"typescript": ">=4.8"
66+
"typescript": ">=5.4"
6767
},
6868
"peerDependenciesMeta": {
6969
"jsdom": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8871,7 +8871,7 @@ __metadata:
88718871
"@angular/platform-browser-dynamic": ">=17.0.0 <20.0.0"
88728872
jest: ^29.0.0
88738873
jsdom: ">=22.0.0"
8874-
typescript: ">=4.8"
8874+
typescript: ">=5.4"
88758875
dependenciesMeta:
88768876
esbuild:
88778877
optional: true

0 commit comments

Comments
 (0)