File tree Expand file tree Collapse file tree 3 files changed +218
-40
lines changed Expand file tree Collapse file tree 3 files changed +218
-40
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module.exports = function (api) {
1010 '@babel/preset-react' ,
1111 {
1212 development : ! isProductionEnv ,
13+ runtime : 'automatic' ,
1314 useBuiltIns : true ,
1415 } ,
1516 ] ,
Original file line number Diff line number Diff line change 3737 "nps" : " ^5.10.0" ,
3838 "null-loader" : " ^4.0.0" ,
3939 "prop-types" : " ^15.7.2" ,
40- "react" : " ^18.2 .0" ,
41- "react-dom" : " ^18.2 .0" ,
40+ "react" : " ^19.0 .0" ,
41+ "react-dom" : " ^19.0 .0" ,
4242 "react-helmet" : " ^6.1.0" ,
4343 "react-on-rails" : " file:.yalc/react-on-rails" ,
44- "react-proptypes" : " ^1.0.0" ,
4544 "react-redux" : " ^8.0.2" ,
4645 "react-router-dom" : " ^5.2.0" ,
4746 "redux" : " ^4.0.1" ,
6261 },
6362 "devDependencies" : {
6463 "@pmmmwh/react-refresh-webpack-plugin" : " ^0.5.1" ,
65- "@types/react" : " ^18 .0.14 " ,
66- "@types/react-dom" : " ^18 .0.5 " ,
64+ "@types/react" : " ^19 .0.0 " ,
65+ "@types/react-dom" : " ^19 .0.0 " ,
6766 "@types/react-helmet" : " ^6.1.5" ,
6867 "react-refresh" : " ^0.11.0" ,
6968 "webpack-dev-server" : " ^4.9.0"
You can’t perform that action at this time.
0 commit comments