Skip to content

Commit 4a11506

Browse files
crisbetoalan-agius4
authored andcommitted
refactor: narrow down typescript peer dependency
Narrows the peer dependency ranges to disallow TypeScript 5.9 which is no longer supported by the compiler.
1 parent 0cecba8 commit 4a11506

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"postcss": "^8.4.0",
7676
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
7777
"tslib": "^2.3.0",
78-
"typescript": ">=5.9 <6.1",
78+
"typescript": ">=6.0 <6.1",
7979
"vitest": "^4.0.8"
8080
},
8181
"peerDependenciesMeta": {

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"karma": "^6.3.0",
8282
"ng-packagr": "0.0.0-NG-PACKAGR-PEER-DEP",
8383
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
84-
"typescript": ">=5.9 <6.1"
84+
"typescript": ">=6.0 <6.1"
8585
},
8686
"peerDependenciesMeta": {
8787
"@angular/core": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"peerDependencies": {
2424
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
25-
"typescript": ">=5.9 <6.1",
25+
"typescript": ">=6.0 <6.1",
2626
"webpack": "^5.54.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)