Skip to content

Commit 42f02a3

Browse files
authored
Upgrade Next.js and React for microfrontends examples (#1332)
### Description <!-- ✍️ Write a short summary of your work. Screenshots and videos are welcome! --> ### Demo URL <!-- Provide a URL to a live deployment where we can test your PR. If a demo isn't possible feel free to omit this section. --> ### Type of Change - [ ] New Example - [ ] Example updates (Bug fixes, new features, etc.) - [ ] Other (changes to the codebase, but not to examples) ### New Example Checklist - [ ] 🛫 `npm run new-example` was used to create the example - [ ] 📚 The template wasn't used but I carefuly read the [Adding a new example](https://github.com/vercel/examples#adding-a-new-example) steps and implemented them in the example - [ ] 📱 Is it responsive? Are mobile and tablets considered?
1 parent 3113a90 commit 42f02a3

File tree

8 files changed

+159
-154
lines changed

8 files changed

+159
-154
lines changed

microfrontends/nextjs-multi-zones/apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"clsx": "^2.1.1",
2121
"flags": "^3.2.0",
2222
"lucide-react": "^0.473.0",
23-
"next": "15.1.6",
23+
"next": "15.1.9",
2424
"react": "19.0.0",
2525
"react-dom": "19.0.0",
2626
"tailwind-merge": "^2.6.0",

microfrontends/nextjs-multi-zones/apps/marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"clsx": "^2.1.1",
2121
"flags": "^3.2.0",
2222
"lucide-react": "^0.473.0",
23-
"next": "15.1.6",
23+
"next": "15.1.9",
2424
"react": "19.0.0",
2525
"react-dom": "19.0.0",
2626
"tailwind-merge": "^2.6.0",

microfrontends/nextjs-multi-zones/pnpm-lock.yaml

Lines changed: 72 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

microfrontends/saas-microservices/apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"class-variance-authority": "^0.7.1",
1818
"clsx": "^2.1.1",
1919
"lucide-react": "^0.468.0",
20-
"next": "15.1.2",
20+
"next": "15.1.9",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"tailwind-merge": "^2.5.5",

microfrontends/saas-microservices/pnpm-lock.yaml

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

microfrontends/single-spa/apps/content/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@vercel/microfrontends": "1.2.4",
13-
"react": "^19.1.0",
14-
"react-dom": "^19.1.0",
13+
"react": "^19.2.1",
14+
"react-dom": "^19.2.1",
1515
"single-spa-react": "^6.0.2"
1616
},
1717
"devDependencies": {

microfrontends/single-spa/apps/root/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@vercel/microfrontends": "1.2.4",
1313
"@vercel/toolbar": "0.1.36",
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0",
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1",
1616
"single-spa": "^6.0.3"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)