Skip to content

Commit

Permalink
fix(deps): update dependency rxjs to v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 10, 2020
1 parent ac56bbe commit 0429380
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"config": "3.3.1",
"dotenv": "8.2.0",
"find-up": "4.1.0",
"rxjs": "6.5.5",
"rxjs": "6.6.0",
"winston": "3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-toastify": "5.5.0",
"reflect-metadata": "0.1.13",
"rss": "1.2.2",
"rxjs": "6.5.5",
"rxjs": "6.6.0",
"semantic-ui-react": "0.88.2",
"sitemap": "6.1.2",
"slick-carousel": "1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion app/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"find-up": "4.1.0",
"ioredis": "4.16.3",
"npm-run-all": "4.1.5",
"rxjs": "6.5.5",
"rxjs": "6.6.0",
"winston": "3.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@vdtn359/news-utils": "workspace:*",
"rxjs": "6.5.5",
"rxjs": "6.6.0",
"winston": "3.2.1",
"winston-logzio": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ioredis": "4.16.3",
"lodash": "4.17.15",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.5"
"rxjs": "6.6.0"
},
"devDependencies": {
"@types/bluebird": "3.5.30",
Expand Down

0 comments on commit 0429380

Please sign in to comment.