From 897d00617d5809d8dfb1eeca1fd70d70c27d417d Mon Sep 17 00:00:00 2001 From: Stephen Lee Date: Thu, 30 Jan 2025 11:56:27 -0800 Subject: [PATCH] Fix @testing-library/* hoisting (#2668) --- .npmrc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.npmrc b/.npmrc index 49d36849ef..a530ad15f2 100644 --- a/.npmrc +++ b/.npmrc @@ -1,10 +1,11 @@ enable-pre-post-scripts=true -public-hoist-pattern[]=@types/* -public-hoist-pattern[]=*jest* -public-hoist-pattern[]=react -public-hoist-pattern[]=react-dom -public-hoist-pattern[]=@storybook/react +public-hoist-pattern[]=@leafygreen-ui/testing-lib public-hoist-pattern[]=@lg-tools/build public-hoist-pattern[]=@lg-tools/storybook-addon public-hoist-pattern[]=@lg-tools/storybook-utils -public-hoist-pattern[]=@leafygreen-ui/testing-lib \ No newline at end of file +public-hoist-pattern[]=@storybook/react +public-hoist-pattern[]=@testing-library/* +public-hoist-pattern[]=@types/* +public-hoist-pattern[]=*jest* +public-hoist-pattern[]=react +public-hoist-pattern[]=react-dom \ No newline at end of file