Skip to content

Commit

Permalink
ref(angular): Allow angular v12 as a peer dependency. (#3569)
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed May 19, 2021
1 parent 1bf5cdd commit 9226ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "10.x || 11.x",
"@angular/core": "10.x || 11.x",
"@angular/router": "10.x || 11.x"
"@angular/common": "10.x || 11.x || 12.x",
"@angular/core": "10.x || 11.x || 12.x",
"@angular/router": "10.x || 11.x || 12.x"
},
"dependencies": {
"@sentry/browser": "6.4.0",
Expand Down

0 comments on commit 9226ba2

Please sign in to comment.