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>
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"name": "api-reference",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_OPTIONS='--inspect' next dev",
|
|
"dev:monorepo": "yarn dev -p 3000",
|
|
"build": "next build",
|
|
"build:dev": "NODE_ENV=test next build",
|
|
"build:prod": "NEXT_PUBLIC_ENV=production next build",
|
|
"start": "next start",
|
|
"start:monorepo": "yarn start -p 3000",
|
|
"lint": "next lint --fix",
|
|
"prep": "node ./scripts/prepare.mjs",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@medusajs/icons": "2.12.5",
|
|
"@medusajs/ui": "4.0.33",
|
|
"@next/mdx": "15.3.8",
|
|
"@react-hook/resize-observer": "^2.0.2",
|
|
"@readme/openapi-parser": "^2.5.0",
|
|
"algoliasearch": "4",
|
|
"autoprefixer": "10.4.14",
|
|
"clsx": "^2.0.0",
|
|
"docs-ui": "*",
|
|
"docs-utils": "*",
|
|
"jsdom": "^27.1.0",
|
|
"json-schema": "^0.4.0",
|
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
"next": "15.3.8",
|
|
"next-mdx-remote": "5.0.0",
|
|
"openapi-sampler": "^1.3.1",
|
|
"pluralize": "^8.0.0",
|
|
"postcss": "8.4.27",
|
|
"posthog-js": "^1.298.1",
|
|
"prism-react-renderer": "2.4.0",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-intersection-observer": "^9.13.1",
|
|
"react-tooltip": "^5.28.0",
|
|
"react-transition-group": "^4.4.5",
|
|
"rehype-mdx-code-props": "^3.0.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-rehype-plugins": "*",
|
|
"slugify": "^1.6.6",
|
|
"swr": "^2.2.0",
|
|
"tailwind": "*",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.6",
|
|
"yaml": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "15.3.8",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/mapbox__rehype-prism": "^0.8.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "20.4.5",
|
|
"@types/pluralize": "^0.0.33",
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"build-scripts": "*",
|
|
"eslint": "^9.13.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"types": "*",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^2.1.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3"
|
|
}
|
|
}
|