File tree 5 files changed +59
-199
lines changed
5 files changed +59
-199
lines changed Original file line number Diff line number Diff line change 124
124
json (2.1.0 )
125
125
launchy (2.4.3 )
126
126
addressable (~> 2.3 )
127
- libv8 (6.3.292.48 .1 )
127
+ libv8 (6.7.288.46 .1 )
128
128
listen (3.1.5 )
129
129
rb-fsevent (~> 0.9 , >= 0.9.4 )
130
130
rb-inotify (~> 0.9 , >= 0.9.7 )
140
140
mimemagic (0.3.2 )
141
141
mini_mime (1.0.0 )
142
142
mini_portile2 (2.3.0 )
143
- mini_racer (0.1.15 )
144
- libv8 (~> 6.3 )
143
+ mini_racer (0.2.4 )
144
+ libv8 (>= 6.3 )
145
145
minitest (5.11.3 )
146
146
multi_json (1.13.1 )
147
147
nio4r (2.3.1 )
@@ -365,7 +365,7 @@ DEPENDENCIES
365
365
webpacker
366
366
367
367
RUBY VERSION
368
- ruby 2.5.2p104
368
+ ruby 2.6.1p33
369
369
370
370
BUNDLED WITH
371
- 1.17.1
371
+ 1.17.3
Original file line number Diff line number Diff line change @@ -103,6 +103,12 @@ export default class I18nWrapper extends BaseComponent {
103
103
this . setState ( { locale } ) ;
104
104
}
105
105
106
+ componentDidCatch ( error , info ) {
107
+ console . log ( "xxxxxxxxxxxx" )
108
+ console . log ( error , info ) ;
109
+ console . log ( "xxxxxxxxxxxx" )
110
+ }
111
+
106
112
render ( ) {
107
113
const { locale } = this . state ;
108
114
const messages = translations [ locale ] ;
Original file line number Diff line number Diff line change 73
73
"loader-utils" : " ^1.1.0" ,
74
74
"lodash" : " ^4.17.4" ,
75
75
"marked" : " ^0.3.6" ,
76
- "node-sass" : " ^4.7.2 " ,
76
+ "node-sass" : " ^4.11.0 " ,
77
77
"node-uuid" : " ^1.4.8" ,
78
78
"postcss-loader" : " ^2.0.8" ,
79
79
"prop-types" : " ^15.6.0" ,
80
- "react" : " ^16.8.0-alpha.0 " ,
80
+ "react" : " ^16.8.4 " ,
81
81
"react-addons-css-transition-group" : " ^15.6.2" ,
82
82
"react-bootstrap" : " ^0.31.5" ,
83
- "react-dom" : " ^16.8.0-alpha.0 " ,
83
+ "react-dom" : " ^16.8.4 " ,
84
84
"react-intl" : " ^2.4.0" ,
85
85
"react-on-rails" : " 11.0.7" ,
86
86
"react-redux" : " ^5.0.6" ,
132
132
"^.+\\ .jsx?$" : " babel-jest"
133
133
}
134
134
}
135
- }
135
+ }
You can’t perform that action at this time.
0 commit comments