Files
medusa-store/www/packages/tailwind/package.json
github-actions[bot] 893da93feb chore(docs): Updated UI Reference (automated) (#14469)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action


---

> [!NOTE]
> Updates Medusa UI-related dependencies to latest patch versions across the docs monorepo.
> 
> - Bumps `@medusajs/icons` to `2.12.4` in `api-reference`, `book`, `cloud`, `resources`, `user-guide`, `docs-ui`, and `types`
> - Bumps `@medusajs/ui` to `4.0.32` in `api-reference`, `ui`, and `docs-ui`
> - Bumps `@medusajs/ui-preset` to `2.12.4` in `ui` and `tailwind`
> - Refreshes `yarn.lock` to reflect new versions
> 
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit eac21c3aa042fd700e27e762e79200d76cf48ef5. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>


Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2026-01-06 16:21:11 +00:00

22 lines
381 B
JSON

{
"name": "tailwind",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "tailwind.config.js",
"publishConfig": {
"access": "public"
},
"files": [
"tailwind.config.js",
"postcss.config.js"
],
"dependencies": {
"@medusajs/ui-preset": "2.12.4",
"tailwindcss-animate": "^1.0.7"
},
"peerDependencies": {
"docs-ui": "*"
}
}