From 15118892e5880db472fd074481e761889bd6e6a7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 02:43:12 +0000 Subject: [PATCH] chore(deps-dev): bump babel-plugin-date-fns from 0.2.1 to 1.0.0 Bumps [babel-plugin-date-fns](https://github.com/date-fns/babel-plugin-date-fns) from 0.2.1 to 1.0.0. - [Release notes](https://github.com/date-fns/babel-plugin-date-fns/releases) - [Commits](https://github.com/date-fns/babel-plugin-date-fns/compare/v0.2.1...v1.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c59cd6d..29916a56 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "axios": "^0.19.0", "babel-cli": "^6.26.0", "babel-eslint": "^10.0.3", - "babel-plugin-date-fns": "^0.2.1", + "babel-plugin-date-fns": "^1.0.0", "babel-plugin-lodash": "^3.3.4", "babel-preset-env": "^1.7.0", "chart.js": "^2.8.0", diff --git a/yarn.lock b/yarn.lock index 6a0d4588..163e2219 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3124,10 +3124,10 @@ babel-plugin-check-es2015-constants@^6.22.0: dependencies: babel-runtime "^6.22.0" -babel-plugin-date-fns@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/babel-plugin-date-fns/-/babel-plugin-date-fns-0.2.1.tgz#17b6e4666a05411857ac04af4318ff5fb72895f2" - integrity sha512-XdcYohZbmetNsEHG32QV+uC17J3LKfE5O5/47N+Ee9zR1xdqXPRm/Am1VbGidva7dFpRzXmdk4TYofS9Qq+1Tw== +babel-plugin-date-fns@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-date-fns/-/babel-plugin-date-fns-1.0.0.tgz#fa47703bc79d49e20a0a06f642cfb8185af5295a" + integrity sha512-Pss/IzRCJNdgtZvtJWeXcz3D658q9DJuYoK/P+wvGYVlZsN7TYB5TXEfueTAiBCZ+56lXSoM0PUeZQmjBMYe/g== dependencies: lodash.snakecase "^4.1.1"