Skip to content

Commit 7e4eb6c

Browse files
authored
Merge pull request #6 from flatlogic/debug-scripts
Debug scripts
2 parents c6d80fe + 9b41313 commit 7e4eb6c

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
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.1.1] - 22/11/2024
4+
5+
- Update dependencies
6+
37
## [2.1.0] - 06/09/2024
48

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

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sofia-react",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"homepage": "./",
55
"private": true,
66
"scripts": {
@@ -10,37 +10,37 @@
1010
"start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start"
1111
},
1212
"dependencies": {
13-
"@amcharts/amcharts4": "^4.10.38",
14-
"@amcharts/amcharts4-geodata": "^4.1.28",
13+
"@amcharts/amcharts4": "^4.10.39",
14+
"@amcharts/amcharts4-geodata": "^4.1.30",
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.19.2",
23-
"@testing-library/jest-dom": "^5.11.4",
22+
"@react-google-maps/api": "^2.20.3",
23+
"@testing-library/jest-dom": "^5.17.0",
2424
"@testing-library/react": "^11.1.0",
2525
"@testing-library/user-event": "^12.1.10",
2626
"animate.css": "^4.1.1",
27-
"apexcharts": "^3.45.0",
27+
"apexcharts": "^3.45.1",
2828
"assert": "^2.1.0",
2929
"awesome-bootstrap-checkbox": "^1.0.1",
3030
"axios": "^0.21.1",
3131
"axios-mock-adapter": "^1.22.0",
3232
"bootstrap": "^4.6.0",
3333
"buffer": "^6.0.3",
34-
"classnames": "^2.2.6",
34+
"classnames": "^2.5.1",
3535
"clsx": "^1.1.1",
3636
"connected-react-router": "^6.9.1",
3737
"cross-env": "^7.0.3",
38-
"crypto-browserify": "^3.12.0",
38+
"crypto-browserify": "^3.12.1",
3939
"eva-icons": "^1.1.3",
4040
"flatpickr": "4.6.13",
4141
"font-awesome": "^4.7.0",
42-
"formik": "^2.4.5",
43-
"formsy-react": "^2.2.5",
42+
"formik": "^2.4.6",
43+
"formsy-react": "^2.3.2",
4444
"highcharts": "^9.1.1",
4545
"highcharts-react-official": "^3.2.1",
4646
"history": "4.10.1",
@@ -49,24 +49,23 @@
4949
"keen-slider": "^5.4.1",
5050
"line-awesome": "^1.3.0",
5151
"lodash": "^4.17.21",
52-
"moment": "^2.29.1",
52+
"moment": "^2.30.1",
5353
"mui-datatables": "^3.7.7",
54-
"node-sass": "8.0.0",
5554
"os-browserify": "^0.3.0",
5655
"process": "^0.11.10",
5756
"prop-types": "^15.7.2",
5857
"rc-color-picker": "^1.2.6",
5958
"rc-hammerjs": "^0.6.10",
60-
"react": "^18.0.0",
61-
"react-apexcharts": "^1.4.1",
59+
"react": "^18.3.1",
60+
"react-apexcharts": "^1.6.0",
6261
"react-app-rewired": "^2.2.1",
6362
"react-big-calendar": "^0.33.5",
6463
"react-bootstrap-table": "^4.3.1",
6564
"react-bootstrap-table-next": "^4.0.3",
6665
"react-bootstrap-table2-paginator": "^2.1.2",
6766
"react-bootstrap-table2-toolkit": "^2.1.3",
6867
"react-datepicker": "^4.25.0",
69-
"react-dom": "^18.0.0",
68+
"react-dom": "^18.3.1",
7069
"react-dropzone": "^11.3.2",
7170
"react-flatpickr": "^3.10.7",
7271
"react-hook-form": "^6.15.1",
@@ -80,14 +79,15 @@
8079
"react-scrollspy": "^3.4.3",
8180
"react-select": "^4.3.1",
8281
"react-swipeable": "^6.1.2",
83-
"react-syntax-highlighter": "^15.4.3",
84-
"react-textarea-autosize": "^8.5.3",
82+
"react-syntax-highlighter": "^15.6.1",
83+
"react-textarea-autosize": "^8.5.5",
8584
"react-toastify": "^7.0.3",
8685
"react-transition-group": "^2.9.0",
8786
"reactstrap": "^8.9.0",
88-
"recharts": "^2.0.9",
87+
"recharts": "^2.13.3",
8988
"redux": "^4.0.5",
9089
"redux-thunk": "^2.3.0",
90+
"sass": "^1.81.0",
9191
"showdown": "^1.9.1",
9292
"stream-browserify": "^3.0.0",
9393
"stream-http": "^3.2.0",

0 commit comments

Comments
 (0)