Skip to content

Commit f3ddb95

Browse files
committed
demo(nextjs): Fix stackblitz demo
1 parent e397a92 commit f3ddb95

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Getting Started
44

5-
Use the `/initialize` Cursor command to set up your development environment.
5+
Use the `/initialize` Cursor skill to set up your development environment.
66

77
## Bug Reports
88

@@ -39,7 +39,7 @@ If your idea requires design considerations, it's best to [start a discussion][4
3939
examples. If you're unsure, don't hesitate to [open an issue][1] and ask!
4040

4141
* Add a changeset for user-facing changes in published packages:
42-
* Use the `/changeset` Cursor command to generate changesets, update docs, and prepare a PR description.
42+
* Use the `/changeset` Cursor skill to generate changesets, update docs, and prepare a PR description.
4343
* If doing manually: run `yarn changeset` from repo root once per distinct change.
4444

4545
* Submit your pull request!

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.12",
30+
"next": "~15.4.10",
3131
"react": "19.2.4",
3232
"react-dom": "19.2.4",
3333
"tar-fs": "^3.0.6",

0 commit comments

Comments
 (0)