Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.4.6"

gem "react_on_rails", "16.2.1"
gem "react_on_rails", "16.3.0.rc.2"
gem "shakapacker", "9.5.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ GEM
erb
psych (>= 4.0.0)
tsort
react_on_rails (16.2.1)
react_on_rails (16.3.0.rc.2)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -483,7 +483,7 @@ DEPENDENCIES
rails-html-sanitizer
rails_best_practices
rainbow
react_on_rails (= 16.2.1)
react_on_rails (= 16.3.0.rc.2)
redcarpet
redis (~> 5.0)
rspec-rails (~> 6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intl": "^6.4.4",
"react-on-rails": "16.2.1",
"react-on-rails": "16.3.0-rc.2",
"react-redux": "^8.1.0",
"react-router": "^6.13.0",
"react-router-dom": "^6.13.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8508,10 +8508,10 @@ react-is@^18.0.0, react-is@^18.3.1:
resolved "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==

react-on-rails@16.2.1:
version "16.2.1"
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.2.1.tgz#174874739e5891676414e110bf02a8a92b138761"
integrity sha512-47hZ5y69sU6H8RK8H0RDBvBnl4N314DibxsmRVtFIKeoIvvd6nlPyNCqp54jgNehB/mA15VG2H7EeVMHL0u8kA==
react-on-rails@16.3.0-rc.2:
version "16.3.0-rc.2"
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.3.0-rc.2.tgz#ae000a111f0024d344db70f35dc2a7a73740778b"
integrity sha512-hjw8QHKsM55MRdBrXoqVekbd/SajA/I9WPyaR3TmoVK+HJJlK/XhR3PXjldrRDDdvb9PlmZutGmXFJr28pPVzQ==

react-proxy@^1.1.7:
version "1.1.8"
Expand Down