From 8860925b76f69a6484f4b59587f7bec6b3ecbcb3 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 27 Aug 2020 23:03:45 +0200 Subject: [PATCH] :heavy_plus_sign: (date-fns) --- package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 15759c3..f075670 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "bulma-pricingtable": "^0.2.0", "bulma-switch": "^2.0.0", "core-js": "^3.6.5", + "date-fns": "^2.16.0", "font-color-contrast": "^1.0.3", "lightness": "^1.0.0", "lodash-es": "^4.17.15", @@ -65,4 +66,4 @@ "typescript": "^3.8.3", "vue-template-compiler": "^2.6.11" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 80343df..86d6aa4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3816,6 +3816,11 @@ data-urls@^1.0.0, data-urls@^1.1.0: whatwg-mimetype "^2.2.0" whatwg-url "^7.0.0" +date-fns@^2.16.0: + version "2.16.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.16.0.tgz#d34f0f5f2fd498c984513042e8f7247ea86c4cb7" + integrity sha512-DWTRyfOA85sZ4IiXPHhiRIOs3fW5U6Msrp+gElXARa6EpoQTXPyHQmh7hr+ssw2nx9FtOQWnAMJKgL5vaJqILw== + de-indent@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/de-indent/-/de-indent-1.0.2.tgz#b2038e846dc33baa5796128d0804b455b8c1e21d"