react_on_rails 17.0.0.rc.8 → 17.0.0.rc.9
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 +1 -1
- 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: 0b515d07a38e57e5484f1b9896d4024c0dc20130468d77cfae24d3b5af2c30d6
|
|
4
|
+
data.tar.gz: 909a6d10bdb2d35698d8eb141661248852489ce4eeda67a3392ab4b28067086e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e6b0407dc078c082956e488c2b034356a3a4e6ccc994df7b3c1e4372c2d7f46488aa179ef537aebf424a87cf906e903d108d63ae73df387bb9b6a0bf368d90c
|
|
7
|
+
data.tar.gz: fc07936196a4a4cec9886a3a26d69f0717de0c96c30bf17ad6b2642b4f2d070470660f6fe8b42009e4e5082a1ffd6bcc822861715b38ebee1953ff2dda33a0c8
|
data/Gemfile.lock
CHANGED
|
@@ -162,7 +162,7 @@ module ReactOnRails
|
|
|
162
162
|
RSC_REACT_VERSION_RANGE = "~19.2.7"
|
|
163
163
|
# Pinned to the 19.2.1 release candidate, which carries the coordinated React 19.2.7 RSC
|
|
164
164
|
# peer floor required by the React on Rails Pro 17 runtime check.
|
|
165
|
-
RSC_PACKAGE_VERSION_PIN = "19.2.1-rc.
|
|
165
|
+
RSC_PACKAGE_VERSION_PIN = "19.2.1-rc.1"
|
|
166
166
|
|
|
167
167
|
private
|
|
168
168
|
|