Skip to content

Update @rescript/react to v0.13.1 for ReScript v12 support #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions templates/rescript-template-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ This is a NextJS based template with following setup:
- Some ReScript Bindings for Next to get you started
- Preconfigured Dependencies: `@rescript/react`

**Note:** This setup is based on the `v1` `package-lock` format utilized by `npm@6`. If you want to use the newer `v2` version, delete the `package-lock.json` file and install the dependencies with `npm@7`.

## Development

Run ReScript in dev mode:
Expand Down
14 changes: 7 additions & 7 deletions templates/rescript-template-nextjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/rescript-template-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Patrick Ecker <ryyppy@users.noreply.github.com>",
"license": "Apache-2.0",
"dependencies": {
"@rescript/react": "^0.13.0",
"@rescript/react": "^0.13.1",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
8 changes: 4 additions & 4 deletions templates/rescript-template-vite/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/rescript-template-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "vite preview"
},
"dependencies": {
"@rescript/react": "^0.13.0",
"@rescript/react": "^0.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down