Skip to content

Commit 68f2b79

Browse files
authored
Update to React on Rails v7.0.0 (shakacode#388)
1 parent 8a28b19 commit 68f2b79

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "sdoc", group: :doc
3838
# Use Rails Html Sanitizer for HTML sanitization
3939
gem "rails-html-sanitizer"
4040

41-
gem "react_on_rails", "6.9.3"
41+
gem "react_on_rails", "7.0.0"
4242

4343
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4444
# mini_racer is probably faster than therubyracer

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ GEM
200200
rb-inotify (0.9.8)
201201
ffi (>= 0.5.0)
202202
rdoc (4.3.0)
203-
react_on_rails (6.9.3)
203+
react_on_rails (7.0.0)
204204
addressable
205205
connection_pool
206206
execjs (~> 2.5)
@@ -330,7 +330,7 @@ DEPENDENCIES
330330
rails
331331
rails-html-sanitizer
332332
rainbow
333-
react_on_rails (= 6.9.3)
333+
react_on_rails (= 7.0.0)
334334
redis
335335
rspec-rails (~> 3)
336336
rspec-retry

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"react-bootstrap": "^0.30.8",
7979
"react-dom": "^15.4.1",
8080
"react-intl": "^2.2.2",
81-
"react-on-rails": "^6.9.3",
81+
"react-on-rails": "^7.0.0",
8282
"react-redux": "^4.4.6",
8383
"react-router": "^3.0.0",
8484
"react-router-redux": "^4.0.7",

client/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4653,9 +4653,9 @@ react-intl@^2.2.2:
46534653
intl-relativeformat "^1.3.0"
46544654
invariant "^2.1.1"
46554655

4656-
react-on-rails@^6.9.3:
4657-
version "6.9.3"
4658-
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-6.9.3.tgz#71aa3c6d0995e387e2c406359f7988991ac4180e"
4656+
react-on-rails@^7.0.0:
4657+
version "7.0.0"
4658+
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-7.0.0.tgz#ff7f12fb918b14ef932f77a71532b0f9eceb7955"
46594659

46604660
react-overlays@^0.6.12:
46614661
version "0.6.12"
@@ -5361,7 +5361,7 @@ style-loader@^0.16.1:
53615361
dependencies:
53625362
loader-utils "^1.0.2"
53635363

5364-
[email protected], supports-color@^3.1.1:
5364+
53655365
version "3.1.2"
53665366
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
53675367
dependencies:
@@ -5371,7 +5371,7 @@ supports-color@^2.0.0:
53715371
version "2.0.0"
53725372
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
53735373

5374-
supports-color@^3.1.0, supports-color@^3.2.3:
5374+
supports-color@^3.1.0, supports-color@^3.1.1, supports-color@^3.2.3:
53755375
version "3.2.3"
53765376
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
53775377
dependencies:

0 commit comments

Comments
 (0)