Skip to content

Commit 22eb2ac

Browse files
authored
Merge pull request #9 from flatlogic/debug-scripts
chore: Update dependencies
2 parents 6b0466d + 78973d9 commit 22eb2ac

File tree

3 files changed

+255
-82
lines changed

3 files changed

+255
-82
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+
## [2.4.1] - 22/11/2024
4+
5+
- Updated dependencies
6+
37
## [2.4.0] - 10/09/2024
48

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-material-full",
33
"description": "React Material Admin Full",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"private": true,
66
"homepage": "./",
77
"scripts": {
@@ -12,8 +12,8 @@
1212
"format": "prettier --write src/"
1313
},
1414
"dependencies": {
15-
"@emotion/react": "^11.11.1",
16-
"@emotion/styled": "^11.11.0",
15+
"@emotion/react": "^11.11.5",
16+
"@emotion/styled": "^11.11.5",
1717
"@fullcalendar/daygrid": "^5.11.5",
1818
"@fullcalendar/interaction": "^5.11.5",
1919
"@fullcalendar/list": "^5.11.5",
@@ -27,14 +27,14 @@
2727
"@mui/styles": "^5.15.1",
2828
"@mui/x-data-grid": "^5.17.26",
2929
"@mui/x-date-pickers": "^5.0.20",
30-
"apexcharts": "^3.45.0",
30+
"apexcharts": "^3.54.1",
3131
"assert": "^2.1.0",
3232
"axios": "^0.27.2",
3333
"babel-eslint": "10.1.0",
3434
"buffer": "^6.0.3",
3535
"classnames": "^2.3.2",
3636
"connected-react-router": "^6.9.3",
37-
"crypto-browserify": "^3.12.0",
37+
"crypto-browserify": "^3.12.1",
3838
"css-loader": "^2.1.1",
3939
"date-fns": "^2.30.0",
4040
"eslint": "^6.8.0",
@@ -54,7 +54,7 @@
5454
"prop-types": "^15.8.1",
5555
"query-string": "7.1.3",
5656
"react": "^18.2.0",
57-
"react-apexcharts": "^1.4.1",
57+
"react-apexcharts": "^1.6.0",
5858
"react-app-rewired": "^2.2.1",
5959
"react-dom": "^18.2.0",
6060
"react-google-maps": "^9.4.5",
@@ -66,7 +66,7 @@
6666
"react-swipeable-views": "^0.14.0",
6767
"react-swipeable-views-utils": "^0.14.0",
6868
"react-syntax-highlighter": "^11.0.3",
69-
"recharts": "^2.10.3",
69+
"recharts": "^2.13.3",
7070
"redux": "^4.2.1",
7171
"redux-thunk": "^2.4.2",
7272
"sortablejs": "^1.15.1",
@@ -96,13 +96,13 @@
9696
"@testing-library/jest-dom": "^5.17.0",
9797
"@testing-library/react": "^14.1.2",
9898
"@testing-library/user-event": "^14.5.1",
99-
"@types/jest": "^29.5.11",
99+
"@types/jest": "^29.5.14",
100100
"@types/node": "^20.10.5",
101-
"@types/react": "^18.2.45",
102-
"@types/react-dom": "^18.2.18",
101+
"@types/react": "^18.3.12",
102+
"@types/react-dom": "^18.3.1",
103103
"@types/sortablejs": "^1.15.7",
104104
"cross-env": "^7.0.3",
105105
"eslint-plugin-css-modules": "^2.12.0",
106-
"sass": "^1.69.5"
106+
"sass": "^1.81.0"
107107
}
108108
}

0 commit comments

Comments
 (0)