Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update UI docs to latest version #11770

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/apps/api-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "~2.5.1",
"@medusajs/ui": "~4.0.6",
"@medusajs/icons": "2.6.0",
"@medusajs/ui": "4.0.6",
"@next/mdx": "15.0.4",
"@react-hook/resize-observer": "^2.0.2",
"@readme/openapi-parser": "^2.5.0",
Expand Down
6 changes: 3 additions & 3 deletions www/apps/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@mdx-js/react": "^3.1.0",
"@medusajs/icons": "~2.5.1",
"@medusajs/ui": "~4.0.6",
"@medusajs/ui-preset": "~2.5.1",
"@medusajs/icons": "2.6.0",
"@medusajs/ui": "4.0.6",
"@medusajs/ui-preset": "2.6.0",
"autoprefixer": "10.4.14",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
Expand Down
24 changes: 6 additions & 18 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1669,19 +1669,7 @@ __metadata:
languageName: node
linkType: hard

"@medusajs/ui-preset@npm:~2.5.1":
version: 2.5.1
resolution: "@medusajs/ui-preset@npm:2.5.1"
dependencies:
"@tailwindcss/forms": ^0.5.3
tailwindcss-animate: ^1.0.6
peerDependencies:
tailwindcss: ">=3.0.0"
checksum: 7aee7a7e9f0acc8f6329434f1b502d1c5eabecb3a60b3207f435da17ce8c681e85cb0466a1f861f98eb0bd89e7f8363b5865c0f70ad546dfb6aaacb22887b182
languageName: node
linkType: hard

"@medusajs/ui@npm:4.0.6, @medusajs/ui@npm:~4.0.6":
"@medusajs/ui@npm:4.0.6":
version: 4.0.6
resolution: "@medusajs/ui@npm:4.0.6"
dependencies:
Expand Down Expand Up @@ -5892,8 +5880,8 @@ __metadata:
dependencies:
"@mdx-js/loader": ^3.1.0
"@mdx-js/react": ^3.1.0
"@medusajs/icons": ~2.5.1
"@medusajs/ui": ~4.0.6
"@medusajs/icons": 2.6.0
"@medusajs/ui": 4.0.6
"@next/bundle-analyzer": 15.0.4
"@next/mdx": 15.0.4
"@react-hook/resize-observer": ^2.0.2
Expand Down Expand Up @@ -15485,9 +15473,9 @@ turbo@latest:
dependencies:
"@faker-js/faker": ^8.0.2
"@mdx-js/react": ^3.1.0
"@medusajs/icons": ~2.5.1
"@medusajs/ui": ~4.0.6
"@medusajs/ui-preset": ~2.5.1
"@medusajs/icons": 2.6.0
"@medusajs/ui": 4.0.6
"@medusajs/ui-preset": 2.6.0
"@types/node": 20.4.9
"@types/react": "npm:types-react@rc"
"@types/react-dom": "npm:types-react@rc"
Expand Down
Loading