Skip to content

Commit

Permalink
feat(deps): extend version support range to Angular 17 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Nov 6, 2023
1 parent 3b3e58f commit 5434e22
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 <17.0.0",
"@angular/compiler-cli": ">=13.0.0 <17.0.0",
"@angular/core": ">=13.0.0 <17.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0 <17.0.0",
"@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",
"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 @@ -7728,10 +7728,10 @@ __metadata:
typescript: ^4.9.5
zone.js: ^0.13.0
peerDependencies:
"@angular-devkit/build-angular": ">=13.0.0 <17.0.0"
"@angular/compiler-cli": ">=13.0.0 <17.0.0"
"@angular/core": ">=13.0.0 <17.0.0"
"@angular/platform-browser-dynamic": ">=13.0.0 <17.0.0"
"@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"
jest: ^29.0.0
typescript: ">=4.4"
dependenciesMeta:
Expand Down

0 comments on commit 5434e22

Please sign in to comment.