File tree Expand file tree Collapse file tree 3 files changed +4574
-2919
lines changed
Expand file tree Collapse file tree 3 files changed +4574
-2919
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.1.1]
2+
3+ ##### Update deps, fix scripts
4+
15## [ 1.1.0]
26
37##### Update react class components to functional components
Original file line number Diff line number Diff line change 11{
22 "name" : " sofia-react-template" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "homepage" : " ./" ,
55 "private" : true ,
66 "dependencies" : {
1818 "font-awesome" : " ^4.7.0" ,
1919 "line-awesome" : " ^1.3.0" ,
2020 "mui-datatables" : " ^3.7.7" ,
21- "node-sass" : " ^5.0.0" ,
2221 "prop-types" : " ^15.7.2" ,
2322 "react" : " ^17.0.2" ,
2423 "react-apexcharts" : " ^1.3.9" ,
3534 "recharts" : " ^2.0.9" ,
3635 "redux" : " ^4.0.5" ,
3736 "redux-thunk" : " ^2.3.0" ,
37+ "sass" : " ^1.81.0" ,
3838 "uuid" : " ^3.4.0" ,
3939 "web-vitals" : " ^1.0.1"
4040 },
4141 "scripts" : {
42- "start" : " react-scripts start" ,
43- "build" : " react-scripts build" ,
42+ "start" : " react-scripts --openssl-legacy-provider start" ,
43+ "build" : " react-scripts --openssl-legacy-provider build" ,
4444 "test" : " react-scripts test" ,
4545 "eject" : " react-scripts eject"
4646 },
6161 " last 1 firefox version" ,
6262 " last 1 safari version"
6363 ]
64+ },
65+ "devDependencies" : {
66+ "postcss" : " ^8.4.49" ,
67+ "postcss-safe-parser" : " ^7.0.1" ,
68+ "@babel/plugin-syntax-dynamic-import" : " ^7.8.3" ,
69+ "@babel/plugin-syntax-export-namespace-from" : " ^7.8.3" ,
70+ "@babel/core" : " ^7.26.0" ,
71+ "@babel/preset-env" : " ^7.26.0" ,
72+ "babel-loader" : " 8.1.0"
6473 }
6574}
You can’t perform that action at this time.
0 commit comments