Skip to content

Commit

Permalink
fix: unlock angular 14+
Browse files Browse the repository at this point in the history
  • Loading branch information
sevaru committed Nov 14, 2023
1 parent 06d02d5 commit a024e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@micro-sentry/angular",
"version": "0.0.0-development",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
},
"dependencies": {
"tslib": "^2.0.0",
Expand Down

0 comments on commit a024e58

Please sign in to comment.