From d41e2e3efe278415f3afc462b721afbec4b6f1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Edenstr=C3=B6m?= Date: Wed, 6 Oct 2021 07:29:52 +0200 Subject: [PATCH] fix: add missing package references --- apps/skolplattformen-sthlm/package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/apps/skolplattformen-sthlm/package.json b/apps/skolplattformen-sthlm/package.json index f72dcc173..5856bc4b4 100644 --- a/apps/skolplattformen-sthlm/package.json +++ b/apps/skolplattformen-sthlm/package.json @@ -58,7 +58,25 @@ "i18n-js": "*", "deepmerge": "*", "buffer": "*", - "fast-fuzzy": "*" + "fast-fuzzy": "*", + "luxon": "*", + "node-fetch": "*", + "tough-cookie": "*", + "fetch-cookie": "*", + "https-proxy-agent": "*", + "@react-native-cookies/cookies": "*", + "events": "*", + "he": "*", + "node-html-parser": "*", + "change-case": "*", + "node-blob": "*", + "camelcase-keys": "*", + "h2m": "*", + "js-htmlencode": "*", + "regenerator-runtime": "*", + "react-redux": "*", + "redux": "*", + "@testing-library/react": "*" }, "devDependencies": {}, "private": true