Skip to content

Commit

Permalink
build: update Angular v17 typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Mar 15, 2024
1 parent 2d92b66 commit 4953a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
matchDepTypes: ['devDependencies'],
automerge: true,
},
// Angular v17.0.x compatibilities
// Angular v17.3.x compatibilities
// https://angular.io/guide/versions
// https://update.angular.io/?v=16.0-17.0 (zone.js)
{
Expand All @@ -88,7 +88,7 @@
'package.json',
'projects/ngx-meta/e2e/a17/package.json',
],
allowedVersions: '>=4.9.3 <5.4.0',
allowedVersions: '>=5.2.0 <5.5.0',
},
{
matchPackageNames: ['rxjs'],
Expand Down

0 comments on commit 4953a89

Please sign in to comment.