Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --- > [!NOTE] > Applies patch updates to the Medusa UI stack across the monorepo. > > - Bumps `@medusajs/icons` to `2.12.5`, `@medusajs/ui` to `4.0.33`, and `@medusajs/ui-preset` to `2.12.5` > - Updates affected apps/packages: `api-reference`, `book`, `cloud`, `resources`, `ui`, `user-guide`, `docs-ui`, `tailwind`, and `types` > - Refreshes `yarn.lock` accordingly > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 756527915a20240054463bd83b93888d5dc0f5da. 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>
22 lines
381 B
JSON
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.5",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"peerDependencies": {
|
|
"docs-ui": "*"
|
|
}
|
|
}
|