diff --git a/Gemfile b/Gemfile index 7c9b8883..2d997964 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,8 @@ ruby "3.1.2" gem "cpl", "~>1.1.2" -gem "react_on_rails", "13.2.0" -gem "shakapacker", "7.0.3" +gem "react_on_rails", "13.4.0" +gem "shakapacker", "7.1.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails" gem "listen" diff --git a/Gemfile.lock b/Gemfile.lock index d7457586..088aec14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM ffi (~> 1.0) rdoc (6.5.0) psych (>= 4.0.0) - react_on_rails (13.2.0) + react_on_rails (13.4.0) addressable connection_pool execjs (~> 2.5) @@ -361,7 +361,7 @@ GEM websocket (~> 1.0) semantic_range (3.0.0) sexp_processor (4.17.0) - shakapacker (7.0.3) + shakapacker (7.1.0) activesupport (>= 5.2) rack-proxy (>= 0.6.1) railties (>= 5.2) @@ -453,7 +453,7 @@ DEPENDENCIES rails-html-sanitizer rails_best_practices rainbow - react_on_rails (= 13.2.0) + react_on_rails (= 13.4.0) redcarpet redis (~> 4.0) rspec-rails (~> 6.0.0) @@ -465,7 +465,7 @@ DEPENDENCIES scss_lint sdoc selenium-webdriver (~> 4) - shakapacker (= 7.0.3) + shakapacker (= 7.1.0) spring spring-commands-rspec stimulus-rails (~> 1.2) diff --git a/package.json b/package.json index f8fbf322..cf2fdaff 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl": "^6.4.4", - "react-on-rails": "13.3.5", + "react-on-rails": "13.4.0", "react-redux": "^8.1.0", "react-router": "^6.13.0", "react-router-dom": "^6.13.0", @@ -94,7 +94,7 @@ "sass": "^1.58.3", "sass-loader": "^13.3.2", "sass-resources-loader": "^2.2.5", - "shakapacker": "7.0.3", + "shakapacker": "7.1.0", "stimulus": "^3.0.1", "style-loader": "^3.3.1", "tailwindcss": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index efbbf832..8b135c99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7966,10 +7966,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== -react-on-rails@13.3.5: - version "13.3.5" - resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-13.3.5.tgz#7ad06ed1343861927338f77634ce757b683c6a68" - integrity sha512-3aAfuRaeEfPba0BpuoYv8KFczlWPUuLPXl8lvdZeVF9Y83gofsll5UPKRLk74y5fWK3a6H/3WUlOkjF4zQz+LQ== +react-on-rails@13.4.0: + version "13.4.0" + resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-13.4.0.tgz#2dcae18413d3982e18fb6f53b950788abf337bf9" + integrity sha512-BsBUYnA8759h9mH8QIbLcd2N5MqfcQ/k4PJ60sVm0dJZTxAv8fXt2cvphS7bdr1CWdBbvg5/wFdio3vvQ+q4NQ== dependencies: "@babel/runtime-corejs3" "^7.12.5" concurrently "^5.1.0" @@ -8578,10 +8578,10 @@ setprototypeof@1.2.0: resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== -shakapacker@7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.0.3.tgz#e67fca4e74c3ef380e1acf53a1d51ab4784ca01c" - integrity sha512-2kwNP8kadkmGOqb7Bp/iNzF3bV31zni8b35Uzst2DZHjnFcnDbW96MERXHc7lS3p3AmKJVbUBmHAFCPsLT9tcw== +shakapacker@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-7.1.0.tgz#95bd37db60702ffa21f9ea29a88f438de3db25b2" + integrity sha512-xKfF4LKrFQdMLYeIi/uBV6pfkPTO4lgCAIMx3W5+MHW61ENOXu4WeQ50qVR9u5hV6XXzi7AiS7C6dWO2GFnYAg== dependencies: glob "^7.2.0" js-yaml "^4.1.0"