Skip to content

Commit

Permalink
[ref] Add Angular 11 to possible peerDependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Jan 26, 2021
1 parent 96e3ef3 commit ef8f4d8
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.0.3",
"@angular/core": "^10.0.3",
"@angular/router": "^10.0.3"
"@angular/common": "10.x || 11.x",
"@angular/core": "10.x || 11.x",
"@angular/router": "10.x || 11.x"
},
"dependencies": {
"@sentry/browser": "6.0.2",
Expand Down

0 comments on commit ef8f4d8

Please sign in to comment.