Skip to content

Commit

Permalink
feat: support Angular 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-dosx86 committed Jan 28, 2025
1 parent 3e33f69 commit df05933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-error-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ng-error-handlers",
"version": "1.3.0",
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/common": "^17.0.0 || ^18.0.0",
"@angular/core": ">=17.0.0",
"@angular/common": ">=17.0.0",
"@sentry/angular": "^8.17.0"
},
"license": "MIT",
Expand Down

0 comments on commit df05933

Please sign in to comment.