From de644669566018b491a2b0df9284d7f53ebcc6ed Mon Sep 17 00:00:00 2001 From: David Matejka Date: Tue, 4 Jul 2023 17:18:26 +0200 Subject: [PATCH] chore: import lint fix --- packages/react-form-fields-ui/package.json | 1 + packages/react-form-fields-ui/src/tsconfig.json | 1 + yarn.lock | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/react-form-fields-ui/package.json b/packages/react-form-fields-ui/package.json index 7fcdaa75e1..cd24b72aca 100644 --- a/packages/react-form-fields-ui/package.json +++ b/packages/react-form-fields-ui/package.json @@ -37,6 +37,7 @@ "@contember/react-binding": "workspace:*", "@contember/react-binding-ui": "workspace:*", "@contember/ui": "workspace:*", + "@contember/utilities": "workspace:*", "@sindresorhus/slugify": "0.11.0" }, "peerDependencies": { diff --git a/packages/react-form-fields-ui/src/tsconfig.json b/packages/react-form-fields-ui/src/tsconfig.json index 74087baefb..f54b407919 100644 --- a/packages/react-form-fields-ui/src/tsconfig.json +++ b/packages/react-form-fields-ui/src/tsconfig.json @@ -7,5 +7,6 @@ { "path": "../../react-binding/src" }, { "path": "../../react-binding-ui/src" }, { "path": "../../ui/src" }, + { "path": "../../utilities/src" }, ] } diff --git a/yarn.lock b/yarn.lock index 51133ec1a1..8a35e6c330 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3020,6 +3020,7 @@ __metadata: "@contember/react-binding": "workspace:*" "@contember/react-binding-ui": "workspace:*" "@contember/ui": "workspace:*" + "@contember/utilities": "workspace:*" "@sindresorhus/slugify": 0.11.0 react: ^18 react-dom: ^18