Skip to content

Commit

Permalink
feat: drop support for Angular 11 (#1767)
Browse files Browse the repository at this point in the history
BREAKING CHANGE
Minimum supported version is Angular 12
  • Loading branch information
ahnpnl authored Sep 11, 2022
1 parent 2226907 commit 22f2cd6
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 @@ -54,10 +54,10 @@
"esbuild": ">=0.13.8"
},
"peerDependencies": {
"@angular-devkit/build-angular": ">=0.1102.19 <15.0.0",
"@angular/compiler-cli": ">=11.2.14 <15.0.0",
"@angular/core": ">=11.2.14 <15.0.0",
"@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0",
"@angular-devkit/build-angular": ">=12.2.18 <15.0.0",
"@angular/compiler-cli": ">=12.2.16 <15.0.0",
"@angular/core": ">=12.2.16 <15.0.0",
"@angular/platform-browser-dynamic": ">=12.2.16 <15.0.0",
"jest": "^28.0.0",
"typescript": ">=4.3"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7424,10 +7424,10 @@ __metadata:
typescript: ^4.8.3
zone.js: ^0.11.8
peerDependencies:
"@angular-devkit/build-angular": ">=0.1102.19 <15.0.0"
"@angular/compiler-cli": ">=11.2.14 <15.0.0"
"@angular/core": ">=11.2.14 <15.0.0"
"@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0"
"@angular-devkit/build-angular": ">=12.2.18 <15.0.0"
"@angular/compiler-cli": ">=12.2.16 <15.0.0"
"@angular/core": ">=12.2.16 <15.0.0"
"@angular/platform-browser-dynamic": ">=12.2.16 <15.0.0"
jest: ^28.0.0
typescript: ">=4.3"
dependenciesMeta:
Expand Down

0 comments on commit 22f2cd6

Please sign in to comment.