Skip to content

Commit 4887f98

Browse files
authored
feat(angular): Add Angular 13 to peer dep (#4183)
1 parent 8218578 commit 4887f98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"access": "public"
1717
},
1818
"peerDependencies": {
19-
"@angular/common": "10.x || 11.x || 12.x",
20-
"@angular/core": "10.x || 11.x || 12.x",
21-
"@angular/router": "10.x || 11.x || 12.x"
19+
"@angular/common": "10.x || 11.x || 12.x || 13.x",
20+
"@angular/core": "10.x || 11.x || 12.x || 13.x",
21+
"@angular/router": "10.x || 11.x || 12.x || 13.x"
2222
},
2323
"dependencies": {
2424
"@sentry/browser": "6.15.0",

0 commit comments

Comments
 (0)