react_on_rails 17.1.0.rc.3 → 17.1.0.rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/generators/react_on_rails/js_dependency_manager.rb +2 -2
- data/lib/react_on_rails/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0491d144abc9abf3586e347ce21e90a6f36eb21fc224ed0d5dc064e347bda8e1'
|
|
4
|
+
data.tar.gz: 7e3e8c2e67457e62456cd89a3c682715d8558fdd4b37514588e8ad6a334b8529
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9f505f1298edc824d01ce9bce17cfba91706b149e11bf7ad346c1cfa361e782ad37fc090e611380216dd10038078d2117aa4fcc48f86aecc9dba908c8574778
|
|
7
|
+
data.tar.gz: 1b5d000b92a839e87cd4a4ece5041d7150ea1371e78e57423632b5b6600fd5cd13eae038f7f0786379d86a23ffba126395a8167adcc9c1b1d73c293eff40cd35
|
data/Gemfile.lock
CHANGED
|
@@ -159,9 +159,9 @@ module ReactOnRails
|
|
|
159
159
|
# `react-on-rails-rsc`. Coordination note for #3609: Pro package metadata and generated apps
|
|
160
160
|
# use the tested React 19.2.x range with the exact RSC package pin.
|
|
161
161
|
RSC_REACT_VERSION_RANGE = "~19.2.8"
|
|
162
|
-
# Qualify the
|
|
162
|
+
# Qualify the side-effect-only client module and CSS wrapper fixes during the 19.3.0 RC soak.
|
|
163
163
|
# Keep the React 19.2 runtime line independent from the RSC package minor.
|
|
164
|
-
RSC_PACKAGE_VERSION_PIN = "19.3.0-rc.
|
|
164
|
+
RSC_PACKAGE_VERSION_PIN = "19.3.0-rc.4"
|
|
165
165
|
|
|
166
166
|
private
|
|
167
167
|
|