From 979c815269b0770a87145187377e82efd1c1e32b Mon Sep 17 00:00:00 2001 From: Thijs Daniels Date: Wed, 18 Oct 2023 04:36:54 +0200 Subject: [PATCH] fix(storybook): add react-dictionary dependency --- apps/storybook/package.json | 1 + package-lock.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/storybook/package.json b/apps/storybook/package.json index 70dd8b02..54830c8f 100644 --- a/apps/storybook/package.json +++ b/apps/storybook/package.json @@ -13,6 +13,7 @@ "@codedazur/react-media": "*", "@codedazur/react-components": "^24.5.9", "@codedazur/react-date-picker": "*", + "@codedazur/react-dictionary": "*", "@codedazur/react-essentials": "*", "@codedazur/react-forms": "*", "@codedazur/react-notifications": "*", diff --git a/package-lock.json b/package-lock.json index d896a3ad..91c9b121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,6 +65,7 @@ "@codedazur/essentials": "*", "@codedazur/react-components": "^24.5.9", "@codedazur/react-date-picker": "*", + "@codedazur/react-dictionary": "*", "@codedazur/react-essentials": "*", "@codedazur/react-forms": "*", "@codedazur/react-media": "*",