File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
ruby "2.4.1"
3
3
4
- gem "react_on_rails" , "10 .0.2 "
4
+ gem "react_on_rails" , "9 .0.0.rc.0 "
5
5
gem "webpacker"
6
6
7
7
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
Original file line number Diff line number Diff line change 218
218
rb-inotify (0.9.10 )
219
219
ffi (>= 0.5.0 , < 2 )
220
220
rdoc (4.3.0 )
221
- react_on_rails (10 .0.2 )
221
+ react_on_rails (9 .0.0.rc.0 )
222
222
addressable
223
223
connection_pool
224
224
execjs (~> 2.5 )
@@ -358,7 +358,7 @@ DEPENDENCIES
358
358
rails-html-sanitizer
359
359
rails_best_practices
360
360
rainbow
361
- react_on_rails (= 10 .0.2 )
361
+ react_on_rails (= 9 .0.0.rc.0 )
362
362
redis (= 3.3.3 )
363
363
rspec-rails (= 3.6.1 )
364
364
rspec-retry
Original file line number Diff line number Diff line change 4
4
"description" : " Code from the React Webpack tutorial." ,
5
5
"main" : " server-express.js" ,
6
6
"engines" : {
7
- "node" : " 7.8.0 " ,
8
- "npm" : " 4.2.0 " ,
9
- "yarn" : " 0.22.0 "
7
+ "node" : " 8.9.3 " ,
8
+ "npm" : " 5.5.1 " ,
9
+ "yarn" : " 1.3.2 "
10
10
},
11
11
"repository" : {
12
12
"type" : " git" ,
82
82
"react-bootstrap" : " ^0.31.5" ,
83
83
"react-dom" : " ^16.1.1" ,
84
84
"react-intl" : " ^2.4.0" ,
85
- "react-on-rails" : " ^10 .0.2 " ,
85
+ "react-on-rails" : " 9 .0.0-rc.0 " ,
86
86
"react-redux" : " ^5.0.6" ,
87
87
"react-router" : " ^4.2.0" ,
88
88
"react-router-dom" : " ^4.2.2" ,
Original file line number Diff line number Diff line change @@ -5428,9 +5428,12 @@ react-intl@^2.4.0:
5428
5428
intl-relativeformat "^2.0.0"
5429
5429
invariant "^2.1.1"
5430
5430
5431
- react-on-rails@^10.0.2 :
5432
- version "10.0.2"
5433
- resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-10.0.2.tgz#4d17b9e1df403ad3ff013f36654957051761c35a"
5431
+ react-on-rails@9.0.0-rc.0, react-on-rails@^9.0.0-beta.12 :
5432
+ version "9.0.0-rc.0"
5433
+ resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-9.0.0-rc.0.tgz#5b62bfe1f5cf99c428b0daa02de492a66c33c58e"
5434
+ dependencies :
5435
+ react-on-rails "^9.0.0-beta.12"
5436
+ react-redux "^5.0.6"
5434
5437
5435
5438
react-overlays@^0.7.4 :
5436
5439
version "0.7.4"
You can’t perform that action at this time.
0 commit comments