|
15 | 15 | "lint:js": "npx eslint --ext .ts,tsx src" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@fortawesome/fontawesome-svg-core": "6.4.0", |
19 | | - "@fortawesome/free-solid-svg-icons": "6.4.0", |
| 18 | + "@fortawesome/fontawesome-svg-core": "6.5.1", |
| 19 | + "@fortawesome/free-solid-svg-icons": "6.5.1", |
20 | 20 | "@fortawesome/react-fontawesome": "0.2.0", |
21 | 21 | "@hookform/error-message": "2.0.1", |
22 | | - "@hookform/resolvers": "3.1.1", |
23 | | - "@reduxjs/toolkit": "1.9.5", |
| 22 | + "@hookform/resolvers": "3.3.2", |
| 23 | + "@reduxjs/toolkit": "2.0.1", |
24 | 24 | "clsx": "2.0.0", |
25 | 25 | "events": "3.3.0", |
26 | 26 | "query-string": "8.1.0", |
27 | 27 | "react": "18.2.0", |
28 | 28 | "react-dom": "18.2.0", |
29 | | - "react-hook-form": "7.44.3", |
| 29 | + "react-hook-form": "7.49.2", |
30 | 30 | "react-infinite-scroll-component": "6.1.0", |
31 | | - "react-redux": "8.1.0", |
32 | | - "react-router-dom": "6.13.0", |
| 31 | + "react-redux": "9.0.4", |
| 32 | + "react-router-dom": "6.21.0", |
33 | 33 | "react-toastify": "9.1.3", |
34 | | - "socket.io-client": "4.6.2" |
| 34 | + "socket.io-client": "4.7.2" |
35 | 35 | }, |
36 | 36 | "browserslist": [ |
37 | 37 | ">0.2%", |
|
40 | 40 | "not op_mini all" |
41 | 41 | ], |
42 | 42 | "devDependencies": { |
43 | | - "@types/react": "18.2.20", |
44 | | - "@types/react-dom": "18.2.7", |
45 | | - "@vitejs/plugin-react": "4.0.0", |
| 43 | + "@types/react": "18.2.45", |
| 44 | + "@types/react-dom": "18.2.18", |
| 45 | + "@vitejs/plugin-react": "4.2.1", |
46 | 46 | "eslint-config-airbnb": "19.0.4", |
47 | 47 | "eslint-config-react-app": "7.0.1", |
48 | | - "eslint-plugin-jsx-a11y": "6.7.1", |
49 | | - "eslint-plugin-react": "7.32.2", |
50 | | - "sass": "1.63.4", |
51 | | - "stylelint-config-standard-scss": "9.0.0", |
52 | | - "stylelint-scss": "5.0.1", |
53 | | - "vite": "4.3.9", |
| 48 | + "eslint-plugin-jsx-a11y": "6.8.0", |
| 49 | + "eslint-plugin-react": "7.33.2", |
| 50 | + "sass": "1.69.5", |
| 51 | + "stylelint-config-standard-scss": "12.0.0", |
| 52 | + "stylelint-scss": "6.0.0", |
| 53 | + "vite": "5.0.10", |
54 | 54 | "vite-tsconfig-paths": "4.2.2" |
55 | 55 | } |
56 | 56 | } |
0 commit comments