Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.1.1] - 22/11/2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@VladSemenik wrong version


- Update dependencies

## [2.1.0] - 06/09/2024

- Added react-scripts version 5 along with webpack version 5 support.
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@
"start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.38",
"@amcharts/amcharts4-geodata": "^4.1.28",
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-geodata": "^4.1.30",
"@fullcalendar/daygrid": "^5.8.0",
"@fullcalendar/interaction": "^5.8.0",
"@fullcalendar/list": "^5.8.0",
"@fullcalendar/react": "^5.8.0",
"@fullcalendar/timegrid": "^5.8.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@react-google-maps/api": "^2.19.2",
"@testing-library/jest-dom": "^5.11.4",
"@react-google-maps/api": "^2.20.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"animate.css": "^4.1.1",
"apexcharts": "^3.45.0",
"apexcharts": "^3.45.1",
"assert": "^2.1.0",
"awesome-bootstrap-checkbox": "^1.0.1",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.22.0",
"bootstrap": "^4.6.0",
"buffer": "^6.0.3",
"classnames": "^2.2.6",
"classnames": "^2.5.1",
"clsx": "^1.1.1",
"connected-react-router": "^6.9.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"crypto-browserify": "^3.12.1",
"eva-icons": "^1.1.3",
"flatpickr": "4.6.13",
"font-awesome": "^4.7.0",
"formik": "^2.4.5",
"formsy-react": "^2.2.5",
"formik": "^2.4.6",
"formsy-react": "^2.3.2",
"highcharts": "^9.1.1",
"highcharts-react-official": "^3.2.1",
"history": "4.10.1",
Expand All @@ -49,24 +49,23 @@
"keen-slider": "^5.4.1",
"line-awesome": "^1.3.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment": "^2.30.1",
"mui-datatables": "^3.7.7",
"node-sass": "8.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"rc-color-picker": "^1.2.6",
"rc-hammerjs": "^0.6.10",
"react": "^18.0.0",
"react-apexcharts": "^1.4.1",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-app-rewired": "^2.2.1",
"react-big-calendar": "^0.33.5",
"react-bootstrap-table": "^4.3.1",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-datepicker": "^4.25.0",
"react-dom": "^18.0.0",
"react-dom": "^18.3.1",
"react-dropzone": "^11.3.2",
"react-flatpickr": "^3.10.7",
"react-hook-form": "^6.15.1",
Expand All @@ -80,14 +79,15 @@
"react-scrollspy": "^3.4.3",
"react-select": "^4.3.1",
"react-swipeable": "^6.1.2",
"react-syntax-highlighter": "^15.4.3",
"react-textarea-autosize": "^8.5.3",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.5",
"react-toastify": "^7.0.3",
"react-transition-group": "^2.9.0",
"reactstrap": "^8.9.0",
"recharts": "^2.0.9",
"recharts": "^2.13.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass": "^1.81.0",
"showdown": "^1.9.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
Expand Down