|
26 | 26 | "js-cookie": "^3.0.1", |
27 | 27 | "lodash": "^4.17.21", |
28 | 28 | "moment": "^2.29.1", |
29 | | - "next": "^11.0.1", |
| 29 | + "next": "12.3.1", |
30 | 30 | "nookies": "^2.5.2", |
31 | | - "react": "^17.0.2", |
32 | | - "react-dom": "^17.0.2", |
| 31 | + "react": "^18.2.0", |
| 32 | + "react-dom": "^18.2.0", |
33 | 33 | "react-hook-form": "^7.38.0", |
34 | 34 | "react-redux": "^8.0.2", |
35 | 35 | "react-toastify": "^7.0.4", |
36 | 36 | "redux-saga": "^1.1.3", |
37 | 37 | "reselect": "^4.0.0", |
38 | 38 | "sha512-es": "^1.8.2", |
39 | | - "styled-components": "^5.3.0", |
| 39 | + "styled-components": "5.3.6", |
40 | 40 | "styled-reset": "^4.3.4", |
41 | 41 | "video.js": "^7.14.3" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@types/js-cookie": "^3.0.2", |
45 | 45 | "@types/lodash": "^4.14.172", |
46 | | - "@types/moment": "^2.13.0", |
47 | | - "@types/next": "^9.0.0", |
48 | | - "@types/react": "^17.0.16", |
49 | | - "@types/react-dom": "^17.0.9", |
| 46 | + "@types/node": "18.7.23", |
| 47 | + "@types/react": "18.0.21", |
| 48 | + "@types/react-dom": "18.0.6", |
50 | 49 | "@types/react-toastify": "^4.1.0", |
51 | 50 | "@types/redux-saga": "^0.10.5", |
52 | 51 | "@types/styled-components": "^5.1.12", |
|
56 | 55 | "eslint": "^7.32.0", |
57 | 56 | "eslint-config-next": "^11.0.1", |
58 | 57 | "ts-node": "^10.2.0", |
59 | | - "typescript": "^4.7.4" |
| 58 | + "typescript": "4.8.3" |
60 | 59 | } |
61 | 60 | } |
0 commit comments