Skip to content

Commit d225e9a

Browse files
authored
Merge pull request #10 from flatlogic/update-deps
fix: scripts
2 parents c578771 + 4c1b280 commit d225e9a

File tree

3 files changed

+4574
-2919
lines changed

3 files changed

+4574
-2919
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.1.1]
2+
3+
##### Update deps, fix scripts
4+
15
## [1.1.0]
26

37
##### Update react class components to functional components

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sofia-react-template",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"homepage": "./",
55
"private": true,
66
"dependencies": {
@@ -18,7 +18,6 @@
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",
@@ -35,12 +34,13 @@
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
},
@@ -61,5 +61,14 @@
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
}

0 commit comments

Comments
 (0)