Skip to content

Commit

Permalink
Merge pull request #10 from flatlogic/update-deps
Browse files Browse the repository at this point in the history
fix: scripts
  • Loading branch information
Blari authored Nov 29, 2024
2 parents c578771 + 4c1b280 commit d225e9a
Show file tree
Hide file tree
Showing 3 changed files with 4,574 additions and 2,919 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.1]

##### Update deps, fix scripts

## [1.1.0]

##### Update react class components to functional components
Expand Down
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sofia-react-template",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "./",
"private": true,
"dependencies": {
Expand All @@ -18,7 +18,6 @@
"font-awesome": "^4.7.0",
"line-awesome": "^1.3.0",
"mui-datatables": "^3.7.7",
"node-sass": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
Expand All @@ -35,12 +34,13 @@
"recharts": "^2.0.9",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.81.0",
"uuid": "^3.4.0",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -61,5 +61,14 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"postcss": "^8.4.49",
"postcss-safe-parser": "^7.0.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "8.1.0"
}
}
Loading

0 comments on commit d225e9a

Please sign in to comment.