Skip to content

Commit 8ccad24

Browse files
committed
Packages are updated
1 parent 75e4dde commit 8ccad24

File tree

3 files changed

+112
-101
lines changed

3 files changed

+112
-101
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.0.2] - 20/12/2023
4+
5+
- Update dependencies
6+
37
# [2.0.1] - 05/06/2023
48

59
- Update dependencies

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,36 @@
1010
"start:backend": "cross-env REACT_APP_BACKEND=true react-scripts start"
1111
},
1212
"dependencies": {
13-
"@amcharts/amcharts4": "^4.10.18",
14-
"@amcharts/amcharts4-geodata": "^4.1.20",
13+
"@amcharts/amcharts4": "^4.10.38",
14+
"@amcharts/amcharts4-geodata": "^4.1.28",
1515
"@fullcalendar/daygrid": "^5.8.0",
1616
"@fullcalendar/interaction": "^5.8.0",
1717
"@fullcalendar/list": "^5.8.0",
1818
"@fullcalendar/react": "^5.8.0",
1919
"@fullcalendar/timegrid": "^5.8.0",
2020
"@material-ui/core": "^4.11.3",
2121
"@material-ui/icons": "^4.11.2",
22-
"@react-google-maps/api": "^2.1.1",
22+
"@react-google-maps/api": "^2.19.2",
2323
"@testing-library/jest-dom": "^5.11.4",
2424
"@testing-library/react": "^11.1.0",
2525
"@testing-library/user-event": "^12.1.10",
2626
"animate.css": "^4.1.1",
27-
"apexcharts": "^3.26.1",
27+
"apexcharts": "^3.45.0",
2828
"awesome-bootstrap-checkbox": "^1.0.1",
2929
"axios": "^0.21.1",
30-
"axios-mock-adapter": "^1.19.0",
30+
"axios-mock-adapter": "^1.22.0",
3131
"bootstrap": "^4.6.0",
3232
"classnames": "^2.2.6",
3333
"clsx": "^1.1.1",
3434
"connected-react-router": "^6.9.1",
3535
"cross-env": "^7.0.3",
3636
"eva-icons": "^1.1.3",
37-
"flatpickr": "4.6.3",
37+
"flatpickr": "4.6.13",
3838
"font-awesome": "^4.7.0",
39-
"formik": "^2.2.9",
39+
"formik": "^2.4.5",
4040
"formsy-react": "^2.2.5",
4141
"highcharts": "^9.1.1",
42-
"highcharts-react-official": "^3.0.0",
42+
"highcharts-react-official": "^3.2.1",
4343
"history": "4.10.1",
4444
"jsonwebtoken": "^8.5.1",
4545
"keen-slider": "^5.4.1",
@@ -52,13 +52,13 @@
5252
"rc-color-picker": "^1.2.6",
5353
"rc-hammerjs": "^0.6.10",
5454
"react": "^18.0.0",
55-
"react-apexcharts": "^1.3.9",
55+
"react-apexcharts": "^1.4.1",
5656
"react-big-calendar": "^0.33.5",
5757
"react-bootstrap-table": "^4.3.1",
5858
"react-bootstrap-table-next": "^4.0.3",
5959
"react-bootstrap-table2-paginator": "^2.1.2",
6060
"react-bootstrap-table2-toolkit": "^2.1.3",
61-
"react-datepicker": "^4.1.1",
61+
"react-datepicker": "^4.25.0",
6262
"react-dom": "^18.0.0",
6363
"react-dropzone": "^11.3.2",
6464
"react-flatpickr": "^3.10.7",
@@ -74,7 +74,7 @@
7474
"react-select": "^4.3.1",
7575
"react-swipeable": "^6.1.2",
7676
"react-syntax-highlighter": "^15.4.3",
77-
"react-textarea-autosize": "^8.3.3",
77+
"react-textarea-autosize": "^8.5.3",
7878
"react-toastify": "^7.0.3",
7979
"react-transition-group": "^2.9.0",
8080
"reactstrap": "^8.9.0",

0 commit comments

Comments
 (0)