From 4d72da12d858a789be5f949a0a183a6e1fe3c71f Mon Sep 17 00:00:00 2001 From: joshwooding <12938082+joshwooding@users.noreply.github.com> Date: Tue, 31 May 2022 01:15:38 +0100 Subject: [PATCH] Move memoizerific and qs to dependencies in ui --- lib/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/package.json b/lib/ui/package.json index 9bf40dd1ff8c..8f3566513981 100644 --- a/lib/ui/package.json +++ b/lib/ui/package.json @@ -50,6 +50,7 @@ "@storybook/semver": "^7.3.2", "@storybook/theming": "6.5.0-rc.1", "core-js": "^3.8.2", + "memoizerific": "^1.11.3", "qs": "^6.10.0", "regenerator-runtime": "^0.13.7", "resolve-from": "^5.0.0" @@ -66,7 +67,6 @@ "global": "^4.4.0", "lodash": "^4.17.21", "markdown-to-jsx": "^7.1.3", - "memoizerific": "^1.11.3", "polished": "^4.2.2", "react-draggable": "^4.4.3", "react-helmet-async": "^1.0.7",