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 Mar 1, 2022
1 parent b15b4d7 commit df41cad
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 13 deletions.
62 changes: 51 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 @@ -23,7 +23,7 @@
"dependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14",
"rxjs": "^6.6.7",
"rxjs": "^7.5.4",
"tslib": "~2.3.1"
},
"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.14",
"@angular/router": "^11.2.14",
"@dagonmetric/ng-translit": "^14.3.2",
"rxjs": "^6.6.7",
"rxjs": "^7.5.4",
"tslib": "~2.3.1",
"zone.js": "^0.11.4"
},
Expand Down

0 comments on commit df41cad

Please sign in to comment.