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>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "resources",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:monorepo": "yarn dev -p 3003",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"start:monorepo": "yarn start -p 3003",
|
|
"lint": "next lint --fix",
|
|
"lint:content": "eslint --no-config-lookup -c .content.eslintrc.mjs app/**/*.mdx --fix",
|
|
"prep": "node ./scripts/prepare.mjs",
|
|
"prep:turbo": "npx turbo run prep"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@medusajs/icons": "2.12.4",
|
|
"@next/mdx": "15.3.8",
|
|
"@stefanprobst/rehype-extract-toc": "^3.0.0",
|
|
"clsx": "^2.1.0",
|
|
"docs-ui": "*",
|
|
"next": "15.3.8",
|
|
"next-mdx-remote-client": "2",
|
|
"posthog-js": "^1.298.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"rehype-mdx-code-props": "^2.0.0",
|
|
"remark-directive": "^3.0.0",
|
|
"remark-frontmatter": "^5.0.0",
|
|
"swr": "^2.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^15.3.8",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^20",
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3",
|
|
"autoprefixer": "^10.0.1",
|
|
"build-scripts": "*",
|
|
"docs-utils": "*",
|
|
"eslint": "^9.13.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"postcss": "^8",
|
|
"remark-rehype-plugins": "*",
|
|
"tags": "*",
|
|
"tailwind": "*",
|
|
"tailwindcss": "^3.3.0",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig": "*",
|
|
"types": "*",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "19.2.3",
|
|
"@types/react-dom": "19.2.3"
|
|
}
|
|
}
|