Skip to content

Commit 59c0b3c

Browse files
committed
[ref] Add Angular 11 to possible peerDependencies list
1 parent e7e9199 commit 59c0b3c

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.1",

0 commit comments

Comments
 (0)