Skip to content

Commit 811bb29

Browse files
committed
pkg(examples): Downgrade nextjs to 15 due to stackblitz node incompatibility
1 parent eae4fe4 commit 811bb29

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

examples/nextjs/package-lock.json

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

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react-dom": "19.2.2",
2525
"clsx": "^2.1.1",
2626
"core-js": "^3.40.0",
27-
"next": "16.0.0",
27+
"next": "^15.0.0",
2828
"react": "19.1.1",
2929
"react-dom": "19.1.1",
3030
"tar-fs": "^3.0.6",

examples/nextjs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"moduleResolution": "node",
1818
"resolveJsonModule": true,
1919
"isolatedModules": true,
20-
"jsx": "react-jsx",
20+
"jsx": "preserve",
2121
"incremental": true,
2222
"paths": {
2323
"@/*": [

0 commit comments

Comments
 (0)