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


---

> [!NOTE]
> Bumps Medusa UI-related dependencies across apps/packages and updates DatePicker prop type metadata in UI specs.
> 
> - **Dependencies**:
>   - Upgrade `@medusajs/icons` to `2.12.0` across apps/packages.
>   - Upgrade `@medusajs/ui` to `4.0.28` in `apps/api-reference`, `apps/ui`, and `packages/docs-ui`.
>   - Upgrade `@medusajs/ui-preset` to `2.12.0` in `apps/ui` and `packages/tailwind`.
>   - Update `yarn.lock` accordingly.
> - **UI Reference**:
>   - Update `DatePicker` prop type metadata for `onBlur`, `onFocus`, `onKeyDown`, and `onKeyUp` in `apps/ui/specs/components/DatePicker/DatePicker.json`.
> 
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 222e08dc7d3aa920103aa9b35c50207dca4dd32f. 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>
2025-12-02 06:52:50 +00:00

91 lines
2.4 KiB
JSON

{
"name": "docs-ui",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"exports": {
".": {
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
},
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
}
}
},
"sideEffects": false,
"files": [
"dist/**"
],
"scripts": {
"build": "yarn clean && yarn build:js:cjs && yarn build:js:esm",
"build:js:cjs": "tsc --project tsconfig.cjs.json && tsc-alias -p tsconfig.cjs.json",
"build:js:esm": "tsc --project tsconfig.esm.json && tsc-alias -p tsconfig.esm.json",
"clean": "rimraf dist",
"dev": "yarn build:js:cjs && yarn build:js:esm",
"lint": "eslint src --fix"
},
"devDependencies": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react@rc",
"clsx": "^2.0.0",
"cpy-cli": "^5.0.0",
"eslint": "^9.13.0",
"next": "15.3.5",
"rimraf": "^5.0.1",
"schema-dts": "^1.1.5",
"tailwind": "*",
"tailwindcss": "^3.3.3",
"tsc-alias": "^1.8.7",
"tsup": "^5.10.1",
"types": "*",
"typescript": "^5.1.6"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-dom": "*",
"next": "*",
"posthog-js": "^1.298.1",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@kapaai/react-sdk": "^0.9.0",
"@medusajs/icons": "2.12.0",
"@medusajs/ui": "4.0.28",
"@next/third-parties": "15.3.5",
"@react-hook/resize-observer": "^1.2.6",
"@segment/analytics-next": "^1.75.0",
"@uidotdev/usehooks": "^2.4.1",
"algoliasearch": "^5.2.1",
"framer-motion": "^11.11.9",
"mermaid": "^10.9.0",
"minisearch": "^7.1.1",
"npm-to-yarn": "^2.1.0",
"prism-react-renderer": "2.4.0",
"react": "rc",
"react-dom": "rc",
"react-instantsearch": "^7.13.6",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.5",
"react-uuid": "^2.0.0",
"reodotdev": "^1.0.0",
"slugify": "^1.6.6"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
}
}