From f0e78f693fd5aca403980a229affa5c959cb8b60 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 2 Jun 2021 14:20:21 +0200 Subject: [PATCH] :bug: Add missing deps on exporter. --- exporter/package.json | 1 + exporter/yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/exporter/package.json b/exporter/package.json index 6d36517e6..a7422dbf4 100644 --- a/exporter/package.json +++ b/exporter/package.json @@ -12,6 +12,7 @@ "inflation": "^2.0.0", "jszip": "^3.6.0", "koa": "^2.13.0", + "luxon": "^1.27.0", "puppeteer": "^10.0.0", "puppeteer-cluster": "^0.22.0", "raw-body": "^2.4.1", diff --git a/exporter/yarn.lock b/exporter/yarn.lock index 195118ebb..e381d7f92 100644 --- a/exporter/yarn.lock +++ b/exporter/yarn.lock @@ -712,6 +712,11 @@ locate-path@^5.0.0: dependencies: p-locate "^4.1.0" +luxon@^1.27.0: + version "1.27.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.27.0.tgz#ae10c69113d85dab8f15f5e8390d0cbeddf4f00f" + integrity sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA== + md5.js@^1.3.4: version "1.3.5" resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f"