|
3 | 3 | "version": "1.0.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@material-ui/core": "^4.11.3", |
7 | | - "@material-ui/lab": "^4.0.0-alpha.57", |
| 6 | + "@emotion/react": "^11.14.0", |
| 7 | + "@emotion/styled": "^11.14.0", |
| 8 | + "@mui/lab": "^7.0.0-beta.12", |
| 9 | + "@mui/material": "^7.1.0", |
8 | 10 | "@testing-library/jest-dom": "^5.11.9", |
9 | 11 | "@testing-library/react": "^11.2.5", |
10 | 12 | "@testing-library/user-event": "^12.8.3", |
11 | 13 | "axios": "^0.21.1", |
12 | 14 | "connected-react-router": "^6.9.1", |
13 | | - "mdi-material-ui": "^6.22.0", |
14 | | - "react": "^17.0.1", |
15 | | - "react-dom": "^17.0.1", |
| 15 | + "mdi-material-ui": "^7.9.4", |
| 16 | + "react": "^18.0.0", |
| 17 | + "react-dom": "^18.0.0", |
16 | 18 | "react-facebook-login": "^4.1.1", |
17 | 19 | "react-google-login": "^5.2.2", |
18 | 20 | "react-redux": "^7.2.2", |
19 | 21 | "react-router-dom": "^5.2.0", |
20 | | - "react-scripts": "4.0.3", |
| 22 | + "react-scripts": "5.0.1", |
21 | 23 | "redux": "^4.0.5", |
22 | 24 | "redux-devtools-extension": "^2.13.9", |
23 | 25 | "redux-form": "^8.3.7", |
24 | 26 | "redux-thunk": "^2.3.0", |
25 | 27 | "reselect": "^4.0.0", |
| 28 | + "tss-react": "^4.9.18", |
26 | 29 | "web-vitals": "^1.1.1" |
27 | 30 | }, |
28 | 31 | "scripts": { |
|
0 commit comments