Skip to content

Commit 331ad08

Browse files
authored
deps: move tailwind to production in ui-components (#8015)
deps: tailwind such as dependencie
1 parent 2d1abe5 commit 331ad08

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

packages/ui-components/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@
3737
"@radix-ui/react-tabs": "~1.1.12",
3838
"@radix-ui/react-toast": "~1.2.14",
3939
"@radix-ui/react-tooltip": "~1.2.7",
40+
"@tailwindcss/postcss": "~4.1.11",
4041
"@vcarl/remark-headings": "~0.1.0",
41-
"classnames": "catalog:"
42+
"classnames": "catalog:",
43+
"postcss-calc": "^10.1.1",
44+
"tailwindcss": "catalog:"
4245
},
4346
"devDependencies": {
4447
"@storybook/addon-styling-webpack": "^2.0.0",
4548
"@storybook/addon-themes": "^9.0.15",
4649
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
4750
"@storybook/react": "^9.0.15",
4851
"@storybook/react-webpack5": "^9.0.15",
49-
"@tailwindcss/postcss": "~4.1.11",
5052
"@testing-library/user-event": "~14.6.1",
5153
"@types/node": "catalog:",
5254
"@types/react": "catalog:",
@@ -55,7 +57,6 @@
5557
"eslint-plugin-react": "~7.37.4",
5658
"eslint-plugin-storybook": "~9.0.3",
5759
"global-jsdom": "^26.0.0",
58-
"postcss-calc": "^10.1.1",
5960
"postcss-cli": "^11.0.1",
6061
"postcss-loader": "~8.1.1",
6162
"react": "catalog:",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)