From dfd45a58bd922b874423a91d0ed7072087c412f3 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 15 Dec 2022 17:17:46 +0700 Subject: [PATCH] "dayjs": "^1.11.7" --- package-lock.json | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/package-lock.json b/package-lock.json index f0a9acd4..42d349f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "base-x": "^4.0.0", "chardet": "^1.5.0", "compression": "^1.7.4", + "dayjs": "^1.11.7", "express": "^4.18.2", "fg-loadcss": "^3.1.0", "fs-extra": "^10.1.0", @@ -3873,6 +3874,11 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" }, + "node_modules/dayjs": { + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -13532,6 +13538,11 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" }, + "dayjs": { + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + }, "debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", diff --git a/package.json b/package.json index 741b8f1a..91952fa3 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "base-x": "^4.0.0", "chardet": "^1.5.0", "compression": "^1.7.4", + "dayjs": "^1.11.7", "express": "^4.18.2", "fg-loadcss": "^3.1.0", "fs-extra": "^10.1.0",