File tree Expand file tree Collapse file tree 10 files changed +32
-23
lines changed Expand file tree Collapse file tree 10 files changed +32
-23
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.4 )
4+ react_on_rails (16.2.0.beta.5 )
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.4 "
4+ VERSION = "16.2.0.beta.5 "
55end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-on-rails-workspace" ,
3- "version" : " 16.2.0-beta.4 " ,
3+ "version" : " 16.2.0-beta.5 " ,
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.4 " ,
3+ "version" : " 16.2.0-beta.5 " ,
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.4 "
59+ "react-on-rails" : " 16.2.0-beta.5 "
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.4 " ,
3+ "version" : " 16.2.0-beta.5 " ,
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.4 )
12+ react_on_rails (16.2.0.beta.5 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.5 )
2020PATH
2121 remote: .
2222 specs:
23- react_on_rails_pro (16.2.0.beta.4 )
23+ react_on_rails_pro (16.2.0.beta.5 )
2424 addressable
2525 async (>= 2.6 )
2626 connection_pool
2727 execjs (~> 2.9 )
2828 httpx (~> 1.5 )
2929 jwt (~> 2.7 )
3030 rainbow
31- react_on_rails (= 16.2.0.beta.4 )
31+ react_on_rails (= 16.2.0.beta.5 )
3232
3333GEM
3434 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ReactOnRailsPro
4- VERSION = "16.2.0.beta.4 "
4+ VERSION = "16.2.0.beta.5 "
55 PROTOCOL_VERSION = "2.0.0"
66end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-on-rails-pro-node-renderer" ,
3- "version" : " 16.2.0-beta.4 " ,
3+ "version" : " 16.2.0-beta.5 " ,
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.4 )
12+ react_on_rails (16.2.0.beta.5 )
1313 addressable
1414 connection_pool
1515 execjs (~> 2.5 )
2020PATH
2121 remote: ../..
2222 specs:
23- react_on_rails_pro (16.2.0.beta.4 )
23+ react_on_rails_pro (16.2.0.beta.5 )
2424 addressable
25+ async (>= 2.6 )
2526 connection_pool
2627 execjs (~> 2.9 )
2728 httpx (~> 1.5 )
2829 jwt (~> 2.7 )
2930 rainbow
30- react_on_rails (= 16.2.0.beta.4 )
31+ react_on_rails (= 16.2.0.beta.5 )
3132
3233GEM
3334 remote: https://rubygems.org/
107108 public_suffix (>= 2.0.2 , < 7.0 )
108109 amazing_print (1.6.0 )
109110 ast (2.4.2 )
111+ async (2.34.0 )
112+ console (~> 1.29 )
113+ fiber-annotation
114+ io-event (~> 1.11 )
115+ metrics (~> 0.12 )
116+ traces (~> 0.18 )
110117 base64 (0.2.0 )
111118 benchmark (0.4.0 )
112119 bigdecimal (3.1.9 )
131138 coderay (1.1.3 )
132139 concurrent-ruby (1.3.5 )
133140 connection_pool (2.5.0 )
141+ console (1.34.2 )
142+ fiber-annotation
143+ fiber-local (~> 1.1 )
144+ json
134145 coveralls (0.8.23 )
135146 json (>= 1.8 , < 3 )
136147 simplecov (~> 0.16.1 )
165176 ffi (1.17.0-x86_64-darwin )
166177 ffi (1.17.0-x86_64-linux-gnu )
167178 ffi (1.17.0-x86_64-linux-musl )
179+ fiber-annotation (0.2.0 )
180+ fiber-local (1.1.0 )
181+ fiber-storage
168182 fiber-storage (1.0.0 )
169183 generator_spec (0.10.0 )
170184 activesupport (>= 3.0.0 )
184198 i18n (1.14.7 )
185199 concurrent-ruby (~> 1.0 )
186200 io-console (0.8.0 )
201+ io-event (1.14.2 )
187202 irb (1.15.1 )
188203 pp (>= 0.6.0 )
189204 rdoc (>= 4.0.0 )
216231 marcel (1.0.4 )
217232 matrix (0.4.2 )
218233 method_source (1.1.0 )
234+ metrics (0.15.0 )
219235 mini_mime (1.1.5 )
220236 mini_portile2 (2.8.8 )
221237 minitest (5.25.4 )
447463 tins (1.33.0 )
448464 bigdecimal
449465 sync
466+ traces (0.18.2 )
450467 turbolinks (5.2.1 )
451468 turbolinks-source (~> 5.2 )
452469 turbolinks-source (5.2.0 )
Original file line number Diff line number Diff line change 11PATH
22 remote: ../..
33 specs:
4- react_on_rails (16.2.0.beta.4 )
4+ react_on_rails (16.2.0.beta.5 )
55 addressable
66 connection_pool
77 execjs (~> 2.5 )
327327 rubocop-factory_bot (~> 2.22 )
328328 ruby-progressbar (1.13.0 )
329329 rubyzip (2.3.2 )
330- sass (3.7.4 )
331- sass-listen (~> 4.0.0 )
332- sass-listen (4.0.0 )
333- rb-fsevent (~> 0.9 , >= 0.9.4 )
334- rb-inotify (~> 0.9 , >= 0.9.7 )
335330 sass-rails (6.0.0 )
336331 sassc-rails (~> 2.1 , >= 2.1.1 )
337332 sassc (2.4.0 )
342337 sprockets (> 3.0 )
343338 sprockets-rails
344339 tilt
345- scss_lint (0.60.0 )
346- sass (~> 3.5 , >= 3.5.5 )
347340 sdoc (2.6.1 )
348341 rdoc (>= 5.0 )
349342 securerandom (0.4.1 )
@@ -466,7 +459,6 @@ DEPENDENCIES
466459 rubocop-performance (~> 1.20.0 )
467460 rubocop-rspec (~> 2.26 )
468461 sass-rails (~> 6.0 )
469- scss_lint
470462 sdoc
471463 selenium-webdriver (= 4.9.0 )
472464 shakapacker (= 9.3.0 )
You can’t perform that action at this time.
0 commit comments