Skip to content

Commit

Permalink
Merge pull request #16 from flatlogic/debug-scripts
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
Blari authored Nov 25, 2024
2 parents df47167 + 46cf0fb commit 741e986
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [8.4.1] - 22/11/2024

- Updated dependencies

## [8.4.0] - 04/09/2024

- Added react-scripts version 5 along with webpack version 5 support.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sing-app-react",
"version": "8.4.0",
"version": "8.4.1",
"private": true,
"scripts": {
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' react-app-rewired --openssl-legacy-provider build",
Expand All @@ -27,7 +27,7 @@
"@fullcalendar/react": "5.11.1",
"@fullcalendar/timegrid": "5.11.0",
"animate.css": "4.1.1",
"apexcharts": "^3.40.0",
"apexcharts": "^3.54.1",
"assert": "^2.1.0",
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
"axios": "^0.27.2",
Expand All @@ -40,7 +40,7 @@
"classnames": "^2.3.2",
"connected-react-router": "6.9.3",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"crypto-browserify": "^3.12.1",
"draft-js": "^0.11.7",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
Expand All @@ -66,15 +66,15 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"qs": "^6.11.2",
"qs": "^6.13.1",
"query-string": "^6.14.1",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "0.6.10",
"rc-slider": "^8.7.1",
"react": "^18.0.0",
"react-animate-height": "^2.1.2",
"react-animated-number": "^0.4.4",
"react-apexcharts": "^1.4.0",
"react-apexcharts": "^1.6.0",
"react-app-polyfill": "^0.2.2",
"react-app-rewired": "^2.2.1",
"react-autosize-textarea": "^5.0.1",
Expand Down Expand Up @@ -120,7 +120,7 @@
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6",
"rickshaw": "1.7.1",
"sass": "^1.69.5",
"sass": "^1.81.0",
"sass-loader": "7.1.0",
"showdown": "1.9.1",
"skycons": "^1.0.0",
Expand Down

0 comments on commit 741e986

Please sign in to comment.