From 77c36e9141047063693f67baf3d800c96c511daf Mon Sep 17 00:00:00 2001 From: Geoffrey Chong Date: Mon, 27 Feb 2023 16:14:26 +1100 Subject: [PATCH] fix: make @kaizen/tailwind a dep (#3321) * fix: make @kaizen/tailwind a dep * fix: yarn lock --- packages/components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/package.json b/packages/components/package.json index 774dd81e433..fb865a17479 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -71,12 +71,12 @@ "@kaizen/select": "^6.13.5", "@kaizen/split-button": "^1.3.33", "@kaizen/tabs": "^1.5.30", + "@kaizen/tailwind": "^0.5.1", "@kaizen/typography": "^2.3.6", "classnames": "^2.3.2" }, "devDependencies": { "@deanc/esbuild-plugin-postcss": "^1.0.2", - "@kaizen/tailwind": "^0.5.1", "autoprefixer": "^10.4.13", "tailwindcss": "^3.2.7", "tiny-glob": "^0.2.9",