Skip to content

Commit

Permalink
fix(deps): update dependency date-fns to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2020
1 parent ac56bbe commit 2be1c5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "0.19.2",
"axios-retry": "3.1.4",
"cors": "2.8.5",
"date-fns": "2.13.0",
"date-fns": "2.16.0",
"extra-watch-webpack-plugin": "1.0.3",
"fomantic-ui-css": "2.8.4",
"font-awesome-minify-plugin": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vdtn359/news-core": "workspace:*",
"@vdtn359/news-models": "workspace:*",
"@vdtn359/news-utils": "workspace:*",
"date-fns": "2.13.0",
"date-fns": "2.16.0",
"firebase-admin": "8.10.0",
"ioredis": "4.16.3",
"lodash": "4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@elastic/elasticsearch": "7.6.1",
"@vdtn359/news-models": "workspace:*",
"@vdtn359/news-utils": "workspace:*",
"date-fns": "2.13.0",
"date-fns": "2.16.0",
"lodash": "4.17.15"
}
}
2 changes: 1 addition & 1 deletion packages/sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios": "0.19.2",
"bottleneck": "2.19.5",
"cheerio": "1.0.0-rc.3",
"date-fns": "2.13.0",
"date-fns": "2.16.0",
"dompurify": "2.0.8",
"html-to-text": "5.1.1",
"jsdom": "16.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "ttsc -b tsconfig.build.json"
},
"dependencies": {
"date-fns": "2.13.0",
"date-fns": "2.16.0",
"lodash": "4.17.15",
"uuid": "7.0.3",
"uuid-by-string": "3.0.2"
Expand Down

0 comments on commit 2be1c5e

Please sign in to comment.