From 3306d29ad61ed541ef30a803aa56c431c6cbfb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Wed, 18 Jan 2023 22:17:30 +0100 Subject: [PATCH] Install format-duration package --- package-lock.json | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/package-lock.json b/package-lock.json index 3e97520..c982de7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "format-duration": "^3.0.2", "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45" @@ -2877,6 +2878,11 @@ "pkg-dir": "^4.2.0" } }, + "node_modules/format-duration": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/format-duration/-/format-duration-3.0.2.tgz", + "integrity": "sha512-pKzJDSRgK2lqAiPW3uizDaIJaJnataZclsahz25UMwfdryBGDa+1HlbXGjzpMvX/2kMh4O0sNevFXKaEfCjHsA==" + }, "node_modules/formdata-polyfill": { "version": "4.0.10", "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", @@ -8864,6 +8870,11 @@ "pkg-dir": "^4.2.0" } }, + "format-duration": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/format-duration/-/format-duration-3.0.2.tgz", + "integrity": "sha512-pKzJDSRgK2lqAiPW3uizDaIJaJnataZclsahz25UMwfdryBGDa+1HlbXGjzpMvX/2kMh4O0sNevFXKaEfCjHsA==" + }, "formdata-polyfill": { "version": "4.0.10", "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", diff --git a/package.json b/package.json index 157c566..387570d 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "daisyui": "^2.46.0", "debounce": "^1.2.1", "fast-fuzzy": "^1.12.0", + "format-duration": "^3.0.2", "html-entities": "^2.3.3", "tailwindcss": "^3.2.4", "vue": "^3.2.45"