From 88af6c2255b93755afedcb3c4de629e649778252 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 07:56:15 +0000 Subject: [PATCH] Update date-fns requirement from ~1.30.0 to ~2.0.0 Updates the requirements on [date-fns](https://github.com/date-fns/date-fns) to permit the latest version. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v1.30.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5072fa9..9ade2311 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "clean-stack": "~2.2.0", "condense-whitespace": "~2.0.0", "config": "~3.2.0", - "date-fns": "~1.30.0", + "date-fns": "~2.0.0", "easysurfshop-api": "~1.0.5", "is-all-reachable": "~1.1.3", "js-yaml": "~3.13.0",