Skip to content

Commit c927bcf

Browse files
committed
ref(angular): bump node version to 10, allow rxjs 6 and 7
1 parent a0deb22 commit c927bcf

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
@@ -7,7 +7,7 @@
77
"author": "Sentry",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=6"
10+
"node": ">=10"
1111
},
1212
"main": "dist/index.js",
1313
"module": "esm/index.js",
@@ -18,13 +18,13 @@
1818
"peerDependencies": {
1919
"@angular/common": "10.x || 11.x || 12.x || 13.x",
2020
"@angular/core": "10.x || 11.x || 12.x || 13.x",
21-
"@angular/router": "10.x || 11.x || 12.x || 13.x"
21+
"@angular/router": "10.x || 11.x || 12.x || 13.x",
22+
"rxjs": "^6.5.5 || ^7.x"
2223
},
2324
"dependencies": {
2425
"@sentry/browser": "6.18.0",
2526
"@sentry/types": "6.18.0",
2627
"@sentry/utils": "6.18.0",
27-
"rxjs": "^6.6.0",
2828
"tslib": "^2.0.0"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)