Skip to content

Commit 87fde54

Browse files
authored
[ref] Add Angular 11 to possible peerDependencies list (#3201)
1 parent 7b0e86f commit 87fde54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"access": "public"
1717
},
1818
"peerDependencies": {
19-
"@angular/common": "^10.0.3",
20-
"@angular/core": "^10.0.3",
21-
"@angular/router": "^10.0.3"
19+
"@angular/common": "10.x || 11.x",
20+
"@angular/core": "10.x || 11.x",
21+
"@angular/router": "10.x || 11.x"
2222
},
2323
"dependencies": {
2424
"@sentry/browser": "6.0.3",

0 commit comments

Comments
 (0)