Skip to content

Commit 4387795

Browse files
committed
demo(pkg): Fix next to version that works with stackblitz
1 parent 7383298 commit 4387795

File tree

3 files changed

+42
-41
lines changed

3 files changed

+42
-41
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"downlevel-dts",
1212
"@types/lodash",
1313
"nock",
14+
"next",
1415
"rollup-plugin-dts"
1516
],
1617
"timezone": "America/Chicago",

examples/nextjs/package-lock.json

Lines changed: 40 additions & 40 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
@@ -27,7 +27,7 @@
2727
"@types/react-dom": "19.2.3",
2828
"clsx": "^2.1.1",
2929
"core-js": "^3.40.0",
30-
"next": "15.5.9",
30+
"next": "^15.4.10",
3131
"react": "19.2.3",
3232
"react-dom": "19.2.3",
3333
"tar-fs": "^3.0.6",

0 commit comments

Comments
 (0)