Skip to content

Commit fb52cf3

Browse files
chore(deps): update dependency rxjs to v7
1 parent 13c6c93 commit fb52cf3

File tree

3 files changed

+48
-13
lines changed

3 files changed

+48
-13
lines changed

package-lock.json

Lines changed: 46 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/core": "11.2.4",
2323
"@angular/platform-browser": "11.2.4",
2424
"@angular/platform-browser-dynamic": "11.2.4",
25-
"rxjs": "6.6.6",
25+
"rxjs": "7.5.7",
2626
"tslib": "2.1.0",
2727
"zone.js": "0.11.4",
2828
"loadjs": "4.2.0"

projects/ngx-universign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"peerDependencies": {
2020
"@angular/common": "^8.1.1 || ^11.0.0",
2121
"@angular/core": "^8.1.1 || ^11.0.0",
22-
"rxjs": "~6.4.0 || ~6.5.0 || ~6.6.0"
22+
"rxjs": "~6.4.0 || ~6.5.0 || ~6.6.0 || ~7.5.0"
2323
}
2424
}

0 commit comments

Comments
 (0)