Skip to content

Commit 81c2ff6

Browse files
authored
feat(angular): Bump @sentry/angular peer dependencies to add Angular 20 support (#16414)
- bump peer dependencies of the Angular SDK - bump the Angular 20 e2e test from the RC to the stable angular versions closes #16367
1 parent ff7ab11 commit 81c2ff6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@angular/animations": "^20.0.0-rc.2",
19-
"@angular/common": "^20.0.0-rc.2",
20-
"@angular/compiler": "^20.0.0-rc.2",
21-
"@angular/core": "^20.0.0-rc.2",
22-
"@angular/forms": "^20.0.0-rc.2",
23-
"@angular/platform-browser": "^20.0.0-rc.2",
24-
"@angular/platform-browser-dynamic": "^20.0.0-rc.2",
25-
"@angular/router": "^20.0.0-rc.2",
18+
"@angular/animations": "^20.0.0",
19+
"@angular/common": "^20.0.0",
20+
"@angular/compiler": "^20.0.0",
21+
"@angular/core": "^20.0.0",
22+
"@angular/forms": "^20.0.0",
23+
"@angular/platform-browser": "^20.0.0",
24+
"@angular/platform-browser-dynamic": "^20.0.0",
25+
"@angular/router": "^20.0.0",
2626
"@sentry/angular": "* || latest",
2727
"rxjs": "~7.8.0",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.15.0"
3030
},
3131
"devDependencies": {
32-
"@angular-devkit/build-angular": "^20.0.0-rc.2",
33-
"@angular/cli": "^20.0.0-rc.2",
34-
"@angular/compiler-cli": "^20.0.0-rc.2",
32+
"@angular-devkit/build-angular": "^20.0.0",
33+
"@angular/cli": "^20.0.0",
34+
"@angular/compiler-cli": "^20.0.0",
3535
"@playwright/test": "~1.50.0",
3636
"@sentry-internal/test-utils": "link:../../../test-utils",
3737
"@types/jasmine": "~5.1.0",

packages/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"access": "public"
1616
},
1717
"peerDependencies": {
18-
"@angular/common": ">= 14.x <= 19.x",
19-
"@angular/core": ">= 14.x <= 19.x",
20-
"@angular/router": ">= 14.x <= 19.x",
18+
"@angular/common": ">= 14.x <= 20.x",
19+
"@angular/core": ">= 14.x <= 20.x",
20+
"@angular/router": ">= 14.x <= 20.x",
2121
"rxjs": "^6.5.5 || ^7.x"
2222
},
2323
"dependencies": {

0 commit comments

Comments
 (0)