Skip to content
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: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react-intl": "^6.4.4",
"react-on-rails-pro": "16.7.0-rc.3",
"react-on-rails-pro-node-renderer": "16.7.0-rc.3",
"react-on-rails-rsc": "19.0.4",
"react-on-rails-rsc": "19.0.5-rc.6",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pins to a release candidate rather than a stable release. For a tutorial repo that learners clone and run directly, pre-release versions can be a source of unexpected breakage that's hard to diagnose.

If 19.0.4 has a known bug that rc.6 fixes and is blocking something in the tutorial, this is reasonable — but please open a follow-up issue to upgrade to stable 19.0.5 once it's published, so it doesn't get forgotten.

If there's no blocking issue with 19.0.4, consider waiting for the stable release before merging.

"react-redux": "^8.1.0",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8779,10 +8779,10 @@ react-on-rails-pro@16.7.0-rc.3:
dependencies:
react-on-rails "16.7.0-rc.3"

react-on-rails-rsc@19.0.4:
version "19.0.4"
resolved "https://registry.npmjs.org/react-on-rails-rsc/-/react-on-rails-rsc-19.0.4.tgz#a605fbaa82a0bece504de1ef0b8d5c6fae5d6be3"
integrity sha512-KtHYz0opcXJk+Zw5aabjNiaszzpTdFgs1YfSLIZJSzU5SpddUw7b08epkxeJq/TCpR60Q9vsjxX3Q3OWJ97tMg==
react-on-rails-rsc@19.0.5-rc.6:
version "19.0.5-rc.6"
resolved "https://registry.npmjs.org/react-on-rails-rsc/-/react-on-rails-rsc-19.0.5-rc.6.tgz#dfc44634137cc6044cda21b2c79dee5eb01a899b"
integrity sha512-BCnSJ4lzLP6lqegQlr5smJW/54NAEwnQy1OMLBYUwXYKXEozuLlGH/GzLf0F0nR69fDmKyUL51fzcg6Khm4AkA==
dependencies:
acorn-loose "^8.3.0"
neo-async "^2.6.1"
Expand Down
Loading