Skip to content

Commit 8da6855

Browse files
authored
docs: update next.js to 15.3.5 (#12952)
1 parent a28226a commit 8da6855

File tree

12 files changed

+99
-511
lines changed

12 files changed

+99
-511
lines changed

www/apps/api-reference/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@mdx-js/react": "^3.1.0",
1919
"@medusajs/icons": "2.8.7",
2020
"@medusajs/ui": "4.0.17",
21-
"@next/mdx": "15.3.1",
21+
"@next/mdx": "15.3.5",
2222
"@react-hook/resize-observer": "^2.0.2",
2323
"@readme/openapi-parser": "^2.5.0",
2424
"algoliasearch": "4",
@@ -29,7 +29,7 @@
2929
"jsdom": "^22.1.0",
3030
"json-schema": "^0.4.0",
3131
"json-stringify-pretty-compact": "^4.0.0",
32-
"next": "15.3.1",
32+
"next": "15.3.5",
3333
"next-mdx-remote": "5.0.0",
3434
"openapi-sampler": "^1.3.1",
3535
"pluralize": "^8.0.0",
@@ -51,7 +51,7 @@
5151
"yaml": "^2.3.1"
5252
},
5353
"devDependencies": {
54-
"@next/bundle-analyzer": "15.3.1",
54+
"@next/bundle-analyzer": "15.3.5",
5555
"@types/jsdom": "^21.1.1",
5656
"@types/mapbox__rehype-prism": "^0.8.0",
5757
"@types/mdx": "^2.0.13",

www/apps/book/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
1919
"@medusajs/icons": "2.8.7",
20-
"@next/mdx": "15.3.1",
20+
"@next/mdx": "15.3.5",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",
2323
"docs-ui": "*",
2424
"docs-utils": "*",
25-
"next": "15.3.1",
25+
"next": "15.3.5",
2626
"react": "rc",
2727
"react-dom": "rc",
2828
"rehype-mdx-code-props": "^2.0.0",

www/apps/cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
1919
"@medusajs/icons": "2.8.7",
20-
"@next/mdx": "15.0.4",
20+
"@next/mdx": "15.3.5",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",
2323
"docs-ui": "*",
24-
"next": "15.0.4",
24+
"next": "15.3.5",
2525
"react": "rc",
2626
"react-dom": "rc",
2727
"rehype-mdx-code-props": "^2.0.0",

www/apps/resources/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
1919
"@medusajs/icons": "2.8.7",
20-
"@next/mdx": "15.3.1",
20+
"@next/mdx": "15.3.5",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",
2323
"docs-ui": "*",
24-
"next": "15.3.1",
24+
"next": "15.3.5",
2525
"react": "rc",
2626
"react-dom": "rc",
2727
"rehype-mdx-code-props": "^2.0.0",
2828
"remark-directive": "^3.0.0",
2929
"remark-frontmatter": "^5.0.0"
3030
},
3131
"devDependencies": {
32-
"@next/bundle-analyzer": "^15.1.1",
32+
"@next/bundle-analyzer": "^15.3.5",
3333
"@types/mdx": "^2.0.13",
3434
"@types/node": "^20",
3535
"@types/react": "npm:types-react@rc",

www/apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"docs-ui": "*",
2828
"docs-utils": "*",
2929
"mdast-util-toc": "^7.0.0",
30-
"next": "15.3.1",
30+
"next": "15.3.5",
3131
"next-contentlayer": "^0.3.4",
3232
"next-themes": "^0.2.1",
3333
"postcss": "8.4.27",

www/apps/user-guide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
1919
"@medusajs/icons": "2.8.7",
20-
"@next/mdx": "15.0.4",
20+
"@next/mdx": "15.3.5",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",
2323
"docs-ui": "*",
24-
"next": "15.0.4",
24+
"next": "15.3.5",
2525
"react": "rc",
2626
"react-dom": "rc",
2727
"rehype-mdx-code-props": "^2.0.0",

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/eslint-parser": "^7.25.9",
3535
"@eslint/js": "9.13.0",
3636
"@types/eslint__js": "8.42.3",
37-
"eslint-config-next": "15.3.1",
37+
"eslint-config-next": "15.3.5",
3838
"eslint-config-prettier": "9.1.0",
3939
"eslint-config-turbo": "2.2.3",
4040
"eslint-plugin-markdown": "5.1.0",

www/packages/build-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/node": "^20.11.20",
41-
"next": "15.3.1",
41+
"next": "15.3.5",
4242
"rimraf": "^5.0.5",
4343
"tsconfig": "*",
4444
"types": "*",

www/packages/docs-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"clsx": "^2.0.0",
4040
"cpy-cli": "^5.0.0",
4141
"eslint": "^9.13.0",
42-
"next": "15.3.1",
42+
"next": "15.3.5",
4343
"rimraf": "^5.0.1",
4444
"tailwind": "*",
4545
"tailwindcss": "^3.3.3",
@@ -60,7 +60,7 @@
6060
"@kapaai/react-sdk": "^0.3.0",
6161
"@medusajs/icons": "2.8.7",
6262
"@medusajs/ui": "4.0.17",
63-
"@next/third-parties": "15.3.1",
63+
"@next/third-parties": "15.3.5",
6464
"@octokit/request": "^8.1.1",
6565
"@react-hook/resize-observer": "^1.2.6",
6666
"@segment/analytics-next": "^1.75.0",

www/packages/docs-ui/src/components/MainNav/Items/Dropdown/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const MainNavItemDropdown = ({
4646
return (
4747
<div
4848
className={clsx(
49-
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25 px-docs_0.5",
49+
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25",
5050
isActive && "text-medusa-fg-base",
5151
!isActive && [
5252
"text-medusa-fg-muted hover:text-medusa-fg-subtle",

0 commit comments

Comments
 (0)