Skip to content

Commit 4fbbf05

Browse files
feat: upgrade Next.js to 15.4.0 and React to 19.1.0 across workspace
1 parent de350f3 commit 4fbbf05

File tree

7 files changed

+3201
-796
lines changed

7 files changed

+3201
-796
lines changed

.vscode/launch.json

Lines changed: 0 additions & 177 deletions
This file was deleted.

apps/3000-home/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@ant-design/cssinjs": "^1.21.0",
77
"antd": "5.19.1",
88
"lodash": "4.17.21",
9-
"next": "14.2.16",
10-
"react": "18.3.1"
9+
"next": "15.4.0",
10+
"react": "19.1.0"
1111
},
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",

apps/3001-shop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@ant-design/cssinjs": "^1.21.0",
77
"antd": "5.19.1",
88
"lodash": "4.17.21",
9-
"next": "14.2.16",
10-
"react": "18.3.1"
9+
"next": "15.4.0",
10+
"react": "19.1.0"
1111
},
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",

apps/3002-checkout/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"@ant-design/cssinjs": "^1.21.0",
77
"antd": "5.19.1",
88
"lodash": "4.17.21",
9-
"next": "14.2.16",
10-
"react": "18.3.1"
9+
"next": "15.4.0",
10+
"react": "19.1.0"
1111
},
1212
"devDependencies": {
1313
"@module-federation/nextjs-mf": "workspace:*",

apps/next-app-router/next-app-router-4000/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@
1919
},
2020
"dependencies": {
2121
"@heroicons/react": "2.1.3",
22+
"@module-federation/nextjs-mf": "workspace:*",
2223
"clsx": "2.1.1",
2324
"date-fns": "3.6.0",
2425
"dinero.js": "2.0.0-alpha.10",
2526
"ms": "3.0.0-canary.1",
26-
"next": "15.0.0-canary.193",
27-
"react": "19.0.0-rc-cd22717c-20241013",
28-
"react-dom": "19.0.0-rc-cd22717c-20241013",
27+
"next": "15.4.0",
28+
"react": "19.1.0",
29+
"react-dom": "19.1.0",
2930
"server-only": "0.0.1",
3031
"styled-components": "6.1.8",
3132
"use-count-up": "3.0.1",
32-
"vercel": "34.0.0",
33-
"@module-federation/nextjs-mf": "workspace:*"
33+
"vercel": "34.0.0"
3434
},
3535
"devDependencies": {
3636
"@tailwindcss/forms": "0.5.7",
3737
"@tailwindcss/typography": "0.5.12",
3838
"@types/ms": "0.7.34",
3939
"@types/node": "20.12.7",
40-
"@types/react": "npm:types-react@19.0.0-rc.1",
40+
"@types/react": "19.1.0",
4141
"@types/react-dom": "npm:[email protected]",
4242
"@vercel/git-hooks": "1.0.0",
4343
"autoprefixer": "10.4.19",

apps/next-app-router/next-app-router-4001/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@
1919
},
2020
"dependencies": {
2121
"@heroicons/react": "2.1.3",
22+
"@module-federation/nextjs-mf": "workspace:*",
2223
"clsx": "2.1.1",
2324
"date-fns": "3.6.0",
2425
"dinero.js": "2.0.0-alpha.10",
2526
"ms": "3.0.0-canary.1",
26-
"next": "15.0.0-canary.193",
27-
"react": "19.0.0-rc-cd22717c-20241013",
28-
"react-dom": "19.0.0-rc-cd22717c-20241013",
27+
"next": "15.4.0",
28+
"react": "19.1.0",
29+
"react-dom": "19.1.0",
2930
"server-only": "0.0.1",
3031
"styled-components": "6.1.8",
3132
"use-count-up": "3.0.1",
32-
"vercel": "34.0.0",
33-
"@module-federation/nextjs-mf": "workspace:*"
33+
"vercel": "34.0.0"
3434
},
3535
"devDependencies": {
3636
"@tailwindcss/forms": "0.5.7",
3737
"@tailwindcss/typography": "0.5.12",
3838
"@types/ms": "0.7.34",
3939
"@types/node": "20.12.7",
40-
"@types/react": "npm:types-react@19.0.0-rc.1",
40+
"@types/react": "19.1.0",
4141
"@types/react-dom": "npm:[email protected]",
4242
"@vercel/git-hooks": "1.0.0",
4343
"autoprefixer": "10.4.19",

0 commit comments

Comments
 (0)