File tree Expand file tree Collapse file tree 10 files changed +44
-15
lines changed Expand file tree Collapse file tree 10 files changed +44
-15
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- react_on_rails (16.2.0.beta.3 )
4+ react_on_rails (16.2.0.beta.4 )
55 addressable
66 connection_pool
77 execjs (~> 2.5 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ReactOnRails
4- VERSION = "16.2.0.beta.3 "
4+ VERSION = "16.2.0.beta.4 "
55end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-on-rails-workspace" ,
3- "version" : " 16.2.0-beta.3 " ,
3+ "version" : " 16.2.0-beta.4 " ,
44 "description" : " react-on-rails monorepo workspace manager" ,
55 "private" : true ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-on-rails-pro" ,
3- "version" : " 16.2.0-beta.3 " ,
3+ "version" : " 16.2.0-beta.4 " ,
44 "description" : " React on Rails Pro package with React Server Components support" ,
55 "type" : " module" ,
66 "scripts" : {
5656 "./ServerComponentFetchError" : " ./lib/ServerComponentFetchError.js"
5757 },
5858 "dependencies" : {
59- "react-on-rails" : " 16.2.0-beta.3 "
59+ "react-on-rails" : " 16.2.0-beta.4 "
6060 },
6161 "peerDependencies" : {
6262 "react" : " >= 16" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-on-rails" ,
3- "version" : " 16.2.0-beta.3 " ,
3+ "version" : " 16.2.0-beta.4 " ,
44 "description" : " react-on-rails JavaScript for react_on_rails Ruby gem" ,
55 "main" : " lib/ReactOnRails.full.js" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 99PATH
1010 remote: ..
1111 specs:
12- react_on_rails (16.2.0.beta.3 )
12+ react_on_rails (16.2.0.beta.4 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.5 )
2020PATH
2121 remote: .
2222 specs:
23- react_on_rails_pro (16.2.0.beta.3 )
23+ react_on_rails_pro (16.2.0.beta.4 )
2424 addressable
2525 connection_pool
2626 execjs (~> 2.9 )
2727 httpx (~> 1.5 )
2828 jwt (~> 2.7 )
2929 rainbow
30- react_on_rails (= 16.2.0.beta.3 )
30+ react_on_rails (= 16.2.0.beta.4 )
3131
3232GEM
3333 remote: https://rubygems.org/
300300 rb-fsevent (0.11.2 )
301301 rb-inotify (0.11.1 )
302302 ffi (~> 1.0 )
303+ rbs (3.9.5 )
304+ logger
303305 rdoc (6.12.0 )
304306 psych (>= 4.0.0 )
305307 regexp_parser (2.9.2 )
@@ -476,6 +478,7 @@ DEPENDENCIES
476478 pry-theme
477479 puma (~> 6 )
478480 rails (~> 7.1 )
481+ rbs
479482 react_on_rails !
480483 react_on_rails_pro !
481484 rspec-rails
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ReactOnRailsPro
4- VERSION = "16.2.0.beta.3 "
4+ VERSION = "16.2.0.beta.4 "
55 PROTOCOL_VERSION = "2.0.0"
66end
Original file line number Diff line number Diff line change 11{
22 "name" : " @shakacode-tools/react-on-rails-pro-node-renderer" ,
3- "version" : " 16.2.0-beta.3 " ,
3+ "version" : " 16.2.0-beta.4 " ,
44 "protocolVersion" : " 2.0.0" ,
55 "description" : " react-on-rails-pro JavaScript for react_on_rails_pro Ruby gem" ,
66 "exports" : {
Original file line number Diff line number Diff line change 99PATH
1010 remote: ../../..
1111 specs:
12- react_on_rails (16.2.0.beta.3 )
12+ react_on_rails (16.2.0.beta.4 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.5 )
2020PATH
2121 remote: ../..
2222 specs:
23- react_on_rails_pro (16.2.0.beta.3 )
23+ react_on_rails_pro (16.2.0.beta.4 )
2424 addressable
2525 connection_pool
2626 execjs (~> 2.9 )
2727 httpx (~> 1.5 )
2828 jwt (~> 2.7 )
2929 rainbow
30- react_on_rails (= 16.2.0.beta.3 )
30+ react_on_rails (= 16.2.0.beta.4 )
3131
3232GEM
3333 remote: https://rubygems.org/
327327 rb-fsevent (0.11.2 )
328328 rb-inotify (0.11.1 )
329329 ffi (~> 1.0 )
330+ rbs (3.9.5 )
331+ logger
330332 rdoc (6.12.0 )
331333 psych (>= 4.0.0 )
332334 redis (5.4.0 )
@@ -524,6 +526,7 @@ DEPENDENCIES
524526 pry-theme
525527 puma (~> 6 )
526528 rails (~> 7.1 )
529+ rbs
527530 react_on_rails !
528531 react_on_rails_pro !
529532 redis
Original file line number Diff line number Diff line change 11PATH
22 remote: ../..
33 specs:
4- react_on_rails (16.2.0.beta.3 )
4+ react_on_rails (16.2.0.beta.4 )
55 addressable
66 connection_pool
77 execjs (~> 2.5 )
122122 thor (>= 0.19.4 , < 2.0 )
123123 tins (~> 1.6 )
124124 crass (1.0.6 )
125+ csv (3.3.5 )
125126 cypress-on-rails (1.19.0 )
126127 rack
127128 date (3.4.1 )
137138 erubi (1.13.1 )
138139 execjs (2.10.0 )
139140 ffi (1.15.5 )
141+ fileutils (1.8.0 )
140142 generator_spec (0.9.4 )
141143 activesupport (>= 3.0.0 )
142144 railties (>= 3.0.0 )
@@ -371,10 +373,29 @@ GEM
371373 sprockets (>= 3.0.0 )
372374 sqlite3 (1.6.3 )
373375 mini_portile2 (~> 2.8.0 )
376+ steep (1.9.4 )
377+ activesupport (>= 5.1 )
378+ concurrent-ruby (>= 1.1.10 )
379+ csv (>= 3.0.9 )
380+ fileutils (>= 1.1.0 )
381+ json (>= 2.1.0 )
382+ language_server-protocol (>= 3.15 , < 4.0 )
383+ listen (~> 3.0 )
384+ logger (>= 1.3.0 )
385+ parser (>= 3.1 )
386+ rainbow (>= 2.2.2 , < 4.0 )
387+ rbs (~> 3.8 )
388+ securerandom (>= 0.1 )
389+ strscan (>= 1.0.0 )
390+ terminal-table (>= 2 , < 4 )
391+ uri (>= 0.12.0 )
374392 stringio (3.1.7 )
393+ strscan (3.1.5 )
375394 sync (0.5.0 )
376395 term-ansicolor (1.7.1 )
377396 tins (~> 1.0 )
397+ terminal-table (3.0.2 )
398+ unicode-display_width (>= 1.1.1 , < 3 )
378399 thor (1.4.0 )
379400 tilt (2.2.0 )
380401 timeout (0.4.3 )
392413 uglifier (4.2.0 )
393414 execjs (>= 0.3.0 , < 3 )
394415 unicode-display_width (2.5.0 )
416+ uri (1.1.1 )
395417 webdrivers (5.3.0 )
396418 nokogiri (~> 1.6 )
397419 rubyzip (>= 1.3.0 )
@@ -451,6 +473,7 @@ DEPENDENCIES
451473 spring (~> 4.0 )
452474 sprockets (~> 4.0 )
453475 sqlite3 (~> 1.6 )
476+ steep
454477 turbo-rails
455478 turbolinks
456479 uglifier
You can’t perform that action at this time.
0 commit comments