Skip to content

Commit

Permalink
Update dependency rxjs to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 12, 2021
1 parent 371e005 commit 00f14d8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
30 changes: 19 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@angular/common": "^11.2.3",
"@angular/core": "^11.2.3",
"rxjs": "^6.6.6",
"rxjs": "^7.0.1",
"tslib": "~2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^11.2.3",
"@angular/router": "^11.2.3",
"@dagonmetric/ng-config": "^4.3.2",
"rxjs": "^6.6.6",
"rxjs": "^7.0.1",
"tslib": "~2.1.0",
"zone.js": "^0.11.4"
},
Expand Down

0 comments on commit 00f14d8

Please sign in to comment.