Skip to content

Commit 52fbcd2

Browse files
use v19.0.3 of react-on-rails-rsc as git dep
1 parent 8100792 commit 52fbcd2

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

packages/react-on-rails-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
"mock-fs": "^5.5.0",
8181
"react": "^19.0.1",
8282
"react-dom": "^19.0.1",
83-
"react-on-rails-rsc": "^19.0.3"
83+
"react-on-rails-rsc": "git+https://github.com/shakacode/react_on_rails_rsc#upgrade-to-react-v19.2.1"
8484
}
8585
}

pnpm-lock.yaml

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

react_on_rails_pro/spec/dummy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"react-helmet": "^6.0.0-beta.2",
5353
"react-on-rails-pro": "link:.yalc/react-on-rails-pro",
5454
"react-on-rails-pro-node-renderer": "link:.yalc/react-on-rails-pro-node-renderer",
55-
"react-on-rails-rsc": "^19.0.3",
55+
"react-on-rails-rsc": "git+https://github.com/shakacode/react_on_rails_rsc#upgrade-to-react-v19.2.1",
5656
"react-proptypes": "^1.0.0",
5757
"react-redux": "^9.2.0",
5858
"react-refresh": "^0.11.0",

0 commit comments

Comments
 (0)