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
+
1
5
## [ 1.1.0]
2
6
3
7
##### Update react class components to functional components
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sofia-react-template" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"homepage" : " ./" ,
5
5
"private" : true ,
6
6
"dependencies" : {
18
18
"font-awesome" : " ^4.7.0" ,
19
19
"line-awesome" : " ^1.3.0" ,
20
20
"mui-datatables" : " ^3.7.7" ,
21
- "node-sass" : " ^5.0.0" ,
22
21
"prop-types" : " ^15.7.2" ,
23
22
"react" : " ^17.0.2" ,
24
23
"react-apexcharts" : " ^1.3.9" ,
35
34
"recharts" : " ^2.0.9" ,
36
35
"redux" : " ^4.0.5" ,
37
36
"redux-thunk" : " ^2.3.0" ,
37
+ "sass" : " ^1.81.0" ,
38
38
"uuid" : " ^3.4.0" ,
39
39
"web-vitals" : " ^1.0.1"
40
40
},
41
41
"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" ,
44
44
"test" : " react-scripts test" ,
45
45
"eject" : " react-scripts eject"
46
46
},
61
61
" last 1 firefox version" ,
62
62
" last 1 safari version"
63
63
]
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"
64
73
}
65
74
}
You can’t perform that action at this time.
0 commit comments