From d44b0c71c86d33296026555e83df8f0a17b69cf9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Sep 2019 14:51:16 +0000 Subject: [PATCH] fix(deps): update dependency date-fns to v2 --- package-lock.json | 14 +++++++++++--- package.json | 2 +- yarn.lock | 25 ++++++------------------- 3 files changed, 18 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19eed13d2..73c03b218 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3980,9 +3980,9 @@ } }, "date-fns": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", - "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.1.0.tgz", + "integrity": "sha512-eKeLk3sLCnxB/0PN4t1+zqDtSs4jb4mXRSTZ2okmx/myfWyDqeO4r5nnmA5LClJiCwpuTMeK2v5UQPuE4uMaxA==" }, "date-now": { "version": "0.1.4", @@ -8905,6 +8905,14 @@ "cli-cursor": "^2.1.0", "date-fns": "^1.27.2", "figures": "^2.0.0" + }, + "dependencies": { + "date-fns": { + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", + "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", + "dev": true + } } }, "load-json-file": { diff --git a/package.json b/package.json index 158a0f72a..15cce71d7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "dependencies": { "babel-plugin-emotion": "9.2.11", - "date-fns": "1.30.1", + "date-fns": "2.1.0", "emotion": "9.2.12", "emotion-server": "9.2.12", "get-port": "5.0.0", diff --git a/yarn.lock b/yarn.lock index e3047d92a..20198df93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2761,7 +2761,12 @@ data-urls@^1.0.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" -date-fns@1.30.1, date-fns@^1.27.2: +date-fns@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.1.0.tgz#0d7e806c3cefe14a943532dbf968995ccfd46bd9" + integrity sha512-eKeLk3sLCnxB/0PN4t1+zqDtSs4jb4mXRSTZ2okmx/myfWyDqeO4r5nnmA5LClJiCwpuTMeK2v5UQPuE4uMaxA== + +date-fns@^1.27.2: version "1.30.1" resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== @@ -3336,24 +3341,6 @@ eslint-ast-utils@^1.0.0: lodash.get "^4.4.2" lodash.zip "^4.2.0" -eslint-config-kentcdodds@^14.3.2: - version "14.3.2" - resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.3.2.tgz#82428a350fd74c22b3dd0682786f87ad29e08c1d" - integrity sha512-7af+5AqXm04P8K6ipWv+R7B9MHrmIXKq4yiEdxqhTckxwbHhtkoN4KTxuw1Wg72zFNU579T7Hc1o1OVApqgYQg== - dependencies: - babel-eslint "^10.0.1" - eslint-config-prettier "^4.1.0" - eslint-import-resolver-webpack "^0.11.0" - eslint-plugin-babel "^5.3.0" - eslint-plugin-import "^2.17.1" - eslint-plugin-jest "^22.4.1" - eslint-plugin-jsx-a11y "^6.2.1" - eslint-plugin-react "^7.11.1" - eslint-plugin-react-hooks "^1.5.0" - read-pkg-up "^4.0.0" - semver "^5.5.1" - webpack "^4.29.0" - eslint-config-prettier@6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"