Skip to content

Commit

Permalink
feat: drop support Angular 13, 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE

Minimum support version is 15
  • Loading branch information
Anh Pham committed Jan 11, 2024
1 parent be9aac4 commit a3091b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"esbuild": ">=0.13.8"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=13.0.0 <18.0.0",
"@angular/compiler-cli": ">=13.0.0 <18.0.0",
"@angular/core": ">=13.0.0 <18.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0 <18.0.0",
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0",
"@angular/compiler-cli": ">=15.0.0 <18.0.0",
"@angular/core": ">=15.0.0 <18.0.0",
"@angular/platform-browser-dynamic": ">=15.0.0 <18.0.0",
"jest": "^29.0.0",
"typescript": ">=4.4"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8374,10 +8374,10 @@ __metadata:
typescript: ^5.2.0 <5.3.0
zone.js: ^0.14.2
peerDependencies:
"@angular-devkit/build-angular": ">=13.0.0 <18.0.0"
"@angular/compiler-cli": ">=13.0.0 <18.0.0"
"@angular/core": ">=13.0.0 <18.0.0"
"@angular/platform-browser-dynamic": ">=13.0.0 <18.0.0"
"@angular-devkit/build-angular": ">=15.0.0 <18.0.0"
"@angular/compiler-cli": ">=15.0.0 <18.0.0"
"@angular/core": ">=15.0.0 <18.0.0"
"@angular/platform-browser-dynamic": ">=15.0.0 <18.0.0"
jest: ^29.0.0
typescript: ">=4.4"
dependenciesMeta:
Expand Down

0 comments on commit a3091b5

Please sign in to comment.