Skip to content

Commit b365459

Browse files
committed
Package.json is upgraded
1 parent a97ab8a commit b365459

File tree

3 files changed

+7145
-8723
lines changed

3 files changed

+7145
-8723
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.3.4] - 20/12/2023
4+
5+
- Update dependencies
6+
37
# [2.3.3] - 16/05/2023
48

59
- Update dependencies

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,59 @@
1414
"dependencies": {
1515
"@emotion/react": "^11.11.0",
1616
"@emotion/styled": "^11.11.0",
17-
"@fullcalendar/daygrid": "^5.11.5",
18-
"@fullcalendar/interaction": "^5.11.5",
19-
"@fullcalendar/list": "^5.11.5",
20-
"@fullcalendar/react": "^5.11.5",
21-
"@fullcalendar/timegrid": "^5.11.5",
22-
"@mdi/js": "^6.9.96",
17+
"@fullcalendar/daygrid": "^6.1.10",
18+
"@fullcalendar/interaction": "^6.1.10",
19+
"@fullcalendar/list": "^6.1.10",
20+
"@fullcalendar/react": "^6.1.10",
21+
"@fullcalendar/timegrid": "^6.1.10",
22+
"@mdi/js": "^7.3.67",
2323
"@mdi/react": "^1.6.1",
2424
"@mui/icons-material": "^5.11.16",
2525
"@mui/material": "^5.13.0",
26-
"@mui/styled-engine-sc": "^5.12.0",
26+
"@mui/styled-engine-sc": "^6.0.0-alpha.9",
2727
"@mui/styles": "^5.12.3",
28-
"@mui/x-data-grid": "^5.17.26",
29-
"@mui/x-date-pickers": "^5.0.20",
28+
"@mui/x-data-grid": "^6.18.5",
29+
"@mui/x-date-pickers": "^6.18.5",
3030
"apexcharts": "^3.40.0",
31-
"axios": "^0.21.4",
31+
"axios": "^1.6.2",
3232
"babel-eslint": "10.1.0",
3333
"classnames": "^2.3.2",
3434
"connected-react-router": "^6.9.3",
35-
"css-loader": "2.1.1",
36-
"date-fns": "2.28.0",
37-
"eslint": "^6.8.0",
38-
"eslint-config-react-app": "^5.2.1",
39-
"file-loader": "3.0.1",
35+
"css-loader": "^6.8.1",
36+
"date-fns": "^3.0.1",
37+
"eslint": "^8.56.0",
38+
"eslint-config-react-app": "^7.0.1",
39+
"file-loader": "^6.2.0",
4040
"font-awesome": "^4.7.0",
41-
"formik": "2.2.9",
42-
"history": "4.10.1",
41+
"formik": "^2.2.9",
42+
"history": "^5.3.0",
4343
"jsonwebtoken": "^9.0.0",
4444
"line-awesome": "^1.3.0",
4545
"lodash": "^4.17.21",
46-
"moment": "2.29.4",
46+
"moment": "^2.29.4",
4747
"mui-datatables": "^4.3.0",
4848
"prop-types": "^15.8.1",
49-
"query-string": "7.1.0",
49+
"query-string": "^8.1.0",
5050
"react": "^18.2.0",
5151
"react-apexcharts": "^1.4.0",
5252
"react-dom": "^18.2.0",
5353
"react-google-maps": "^9.4.5",
54-
"react-redux": "^7.2.9",
55-
"react-router-dom": "^5.3.4",
56-
"react-scripts": "3.4.3",
57-
"react-simple-maps": "^0.12.1",
58-
"react-sortablejs": "^1.5.1",
54+
"react-redux": "^9.0.4",
55+
"react-router-dom": "^6.21.0",
56+
"react-scripts": "^5.0.1",
57+
"react-simple-maps": "^3.0.0",
58+
"react-sortablejs": "^6.1.4",
5959
"react-swipeable-views": "^0.14.0",
6060
"react-swipeable-views-utils": "^0.14.0",
61-
"react-syntax-highlighter": "^11.0.3",
61+
"react-syntax-highlighter": "^15.5.0",
6262
"recharts": "^2.6.2",
63-
"redux": "^4.2.1",
64-
"redux-thunk": "^2.4.2",
63+
"redux": "^5.0.0",
64+
"redux-thunk": "^3.1.0",
6565
"sortablejs": "^1.15.0",
6666
"tinycolor2": "^1.6.0",
67-
"typescript": "^4.9.5",
68-
"url-loader": "2.3.0",
69-
"yup": "^0.32.11"
67+
"typescript": "^5.3.3",
68+
"url-loader": "^4.1.1",
69+
"yup": "^1.3.3"
7070
},
7171
"eslintConfig": {
7272
"extends": "react-app"
@@ -78,8 +78,8 @@
7878
"not op_mini all"
7979
],
8080
"devDependencies": {
81-
"@babel/helper-call-delegate": "7.11.4",
82-
"@testing-library/jest-dom": "^5.16.5",
81+
"@babel/helper-call-delegate": "^7.11.4",
82+
"@testing-library/jest-dom": "^6.1.5",
8383
"@testing-library/react": "^14.0.0",
8484
"@testing-library/user-event": "^14.4.3",
8585
"@types/jest": "^29.5.1",

0 commit comments

Comments
 (0)