Commit 3cf59a9
Loosen react pin from exact 19.0.4 to ~19.0.4
The exact pin locked out every 19.0.x patch including 19.0.5 and
future security patches within the 19.0 line. Pro's own install docs
(docs/pro/react-server-components/upgrading-existing-pro-app.md:26-28
and create-without-ssr.md:37) prescribe `react@~19.0.4` — tilde range
that keeps the CVE floor while allowing 19.0.x patches.
react-on-rails-rsc@19.0.4's peer dep is `react: ^19.0.3`, so 19.0.5
satisfies it. After this change, yarn resolves react to 19.0.5.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c683e12 commit 3cf59a9
2 files changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8738 | 8738 | | |
8739 | 8739 | | |
8740 | 8740 | | |
8741 | | - | |
8742 | | - | |
8743 | | - | |
8744 | | - | |
| 8741 | + | |
| 8742 | + | |
| 8743 | + | |
| 8744 | + | |
8745 | 8745 | | |
8746 | 8746 | | |
8747 | 8747 | | |
| |||
8873 | 8873 | | |
8874 | 8874 | | |
8875 | 8875 | | |
8876 | | - | |
8877 | | - | |
8878 | | - | |
8879 | | - | |
| 8876 | + | |
| 8877 | + | |
| 8878 | + | |
| 8879 | + | |
8880 | 8880 | | |
8881 | 8881 | | |
8882 | 8882 | | |
| |||
0 commit comments