Skip to content

Commit 741e986

Browse files
authored
Merge pull request #16 from flatlogic/debug-scripts
chore: Update dependencies
2 parents df47167 + 46cf0fb commit 741e986

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [8.4.1] - 22/11/2024
4+
5+
- Updated dependencies
6+
37
## [8.4.0] - 04/09/2024
48

59
- Added react-scripts version 5 along with webpack version 5 support.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app-react",
3-
"version": "8.4.0",
3+
"version": "8.4.1",
44
"private": true,
55
"scripts": {
66
"build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='/sing-app-react' react-app-rewired --openssl-legacy-provider build",
@@ -27,7 +27,7 @@
2727
"@fullcalendar/react": "5.11.1",
2828
"@fullcalendar/timegrid": "5.11.0",
2929
"animate.css": "4.1.1",
30-
"apexcharts": "^3.40.0",
30+
"apexcharts": "^3.54.1",
3131
"assert": "^2.1.0",
3232
"awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5",
3333
"axios": "^0.27.2",
@@ -40,7 +40,7 @@
4040
"classnames": "^2.3.2",
4141
"connected-react-router": "6.9.3",
4242
"cross-env": "^7.0.3",
43-
"crypto-browserify": "^3.12.0",
43+
"crypto-browserify": "^3.12.1",
4444
"draft-js": "^0.11.7",
4545
"echarts": "^4.9.0",
4646
"echarts-for-react": "^2.0.16",
@@ -66,15 +66,15 @@
6666
"os-browserify": "^0.3.0",
6767
"path-browserify": "^1.0.1",
6868
"process": "^0.11.10",
69-
"qs": "^6.11.2",
69+
"qs": "^6.13.1",
7070
"query-string": "^6.14.1",
7171
"rc-color-picker": "^1.2.6",
7272
"rc-hammerjs": "0.6.10",
7373
"rc-slider": "^8.7.1",
7474
"react": "^18.0.0",
7575
"react-animate-height": "^2.1.2",
7676
"react-animated-number": "^0.4.4",
77-
"react-apexcharts": "^1.4.0",
77+
"react-apexcharts": "^1.6.0",
7878
"react-app-polyfill": "^0.2.2",
7979
"react-app-rewired": "^2.2.1",
8080
"react-autosize-textarea": "^5.0.1",
@@ -120,7 +120,7 @@
120120
"redux-thunk": "^2.4.1",
121121
"reselect": "^4.1.6",
122122
"rickshaw": "1.7.1",
123-
"sass": "^1.69.5",
123+
"sass": "^1.81.0",
124124
"sass-loader": "7.1.0",
125125
"showdown": "1.9.1",
126126
"skycons": "^1.0.0",

0 commit comments

Comments
 (0)