From 5d1bd3cb5575b508ed9e5269462c423fe1951e17 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sun, 19 Dec 2021 16:09:16 -0800 Subject: [PATCH] Install dayjs --- ui/package.json | 1 + ui/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ui/package.json b/ui/package.json index a079652..471c6fa 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,6 +21,7 @@ "@types/recharts": "1.8.20", "axios": "0.21.2", "clsx": "1.1.1", + "dayjs": "1.10.7", "lodash.uniqby": "4.7.0", "query-string": "7.0.1", "react": "^16.13.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index a47713d..21084f3 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4308,6 +4308,11 @@ data-urls@^2.0.0: whatwg-mimetype "^2.3.0" whatwg-url "^8.0.0" +dayjs@1.10.7: + version "1.10.7" + resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz#2cf5f91add28116748440866a0a1d26f3a6ce468" + integrity sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig== + debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9: version "2.6.9" resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"