Skip to content

Commit 759db05

Browse files
committed
Package.json is updated
1 parent f78930b commit 759db05

File tree

2 files changed

+74
-64
lines changed

2 files changed

+74
-64
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"homepage": "./",
77
"scripts": {
88
"build": "cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-scripts build",
9-
"start": "cross-env REACT_APP_BACKEND=false react-scripts start",
9+
"start": "react-scripts --openssl-legacy-provider start",
1010
"dev": "cross-env react-scripts start",
1111
"test": "react-scripts test",
1212
"format": "prettier --write src/"
1313
},
1414
"dependencies": {
15-
"@emotion/react": "^11.11.0",
15+
"@emotion/react": "^11.11.1",
1616
"@emotion/styled": "^11.11.0",
1717
"@fullcalendar/daygrid": "^5.11.5",
1818
"@fullcalendar/interaction": "^5.11.5",
@@ -21,48 +21,48 @@
2121
"@fullcalendar/timegrid": "^5.11.5",
2222
"@mdi/js": "^6.9.96",
2323
"@mdi/react": "^1.6.1",
24-
"@mui/icons-material": "^5.11.16",
25-
"@mui/material": "^5.13.0",
26-
"@mui/styled-engine-sc": "^5.12.0",
27-
"@mui/styles": "^5.12.3",
24+
"@mui/icons-material": "^5.15.1",
25+
"@mui/material": "^5.15.1",
26+
"@mui/styled-engine-sc": "^5.14.12",
27+
"@mui/styles": "^5.15.1",
2828
"@mui/x-data-grid": "^5.17.26",
2929
"@mui/x-date-pickers": "^5.0.20",
30-
"apexcharts": "^3.40.0",
31-
"axios": "^0.21.4",
30+
"apexcharts": "^3.45.0",
31+
"axios": "^0.27.2",
3232
"babel-eslint": "10.1.0",
3333
"classnames": "^2.3.2",
3434
"connected-react-router": "^6.9.3",
3535
"css-loader": "^2.1.1",
36-
"date-fns": "^2.28.0",
36+
"date-fns": "^2.30.0",
3737
"eslint": "^6.8.0",
3838
"eslint-config-react-app": "^5.2.1",
3939
"file-loader": "^3.0.1",
4040
"font-awesome": "^4.7.0",
41-
"formik": "^2.2.9",
41+
"formik": "^2.4.5",
4242
"history": "^4.10.1",
43-
"jsonwebtoken": "^9.0.0",
43+
"jsonwebtoken": "^9.0.2",
4444
"line-awesome": "^1.3.0",
4545
"lodash": "^4.17.21",
4646
"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": "7.1.3",
5050
"react": "^18.2.0",
51-
"react-apexcharts": "^1.4.0",
51+
"react-apexcharts": "^1.4.1",
5252
"react-dom": "^18.2.0",
5353
"react-google-maps": "^9.4.5",
5454
"react-redux": "^7.2.9",
5555
"react-router-dom": "^5.3.4",
56-
"react-scripts": "^3.4.3",
56+
"react-scripts": "^3.4.4",
5757
"react-simple-maps": "^0.12.1",
5858
"react-sortablejs": "^1.5.1",
5959
"react-swipeable-views": "^0.14.0",
6060
"react-swipeable-views-utils": "^0.14.0",
6161
"react-syntax-highlighter": "^11.0.3",
62-
"recharts": "^2.6.2",
62+
"recharts": "^2.10.3",
6363
"redux": "^4.2.1",
6464
"redux-thunk": "^2.4.2",
65-
"sortablejs": "^1.15.0",
65+
"sortablejs": "^1.15.1",
6666
"tinycolor2": "^1.6.0",
6767
"typescript": "^4.9.5",
6868
"url-loader": "^2.3.0",
@@ -78,17 +78,17 @@
7878
"not op_mini all"
7979
],
8080
"devDependencies": {
81-
"@babel/helper-call-delegate": "^7.11.4",
82-
"@testing-library/jest-dom": "^5.16.5",
83-
"@testing-library/react": "^14.0.0",
84-
"@testing-library/user-event": "^14.4.3",
85-
"@types/jest": "^29.5.1",
86-
"@types/node": "^20.1.5",
87-
"@types/react": "^18.2.6",
88-
"@types/react-dom": "^18.2.4",
89-
"@types/sortablejs": "^1.15.1",
81+
"@babel/helper-call-delegate": "^7.12.13",
82+
"@testing-library/jest-dom": "^5.17.0",
83+
"@testing-library/react": "^14.1.2",
84+
"@testing-library/user-event": "^14.5.1",
85+
"@types/jest": "^29.5.11",
86+
"@types/node": "^20.10.5",
87+
"@types/react": "^18.2.45",
88+
"@types/react-dom": "^18.2.18",
89+
"@types/sortablejs": "^1.15.7",
9090
"cross-env": "^7.0.3",
91-
"eslint-plugin-css-modules": "^2.11.0",
92-
"sass": "^1.62.1"
91+
"eslint-plugin-css-modules": "^2.12.0",
92+
"sass": "^1.69.5"
9393
}
9494
}

0 commit comments

Comments
 (0)