|
15 | 15 | "lint:js": "npx eslint --ext .js,jsx src" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@fortawesome/fontawesome-svg-core": "6.2.1", |
19 | | - "@fortawesome/free-solid-svg-icons": "6.2.1", |
| 18 | + "@fortawesome/fontawesome-svg-core": "6.4.0", |
| 19 | + "@fortawesome/free-solid-svg-icons": "6.4.0", |
20 | 20 | "@fortawesome/react-fontawesome": "0.2.0", |
21 | 21 | "@hookform/error-message": "2.0.1", |
22 | | - "@hookform/resolvers": "2.9.10", |
23 | | - "@reduxjs/toolkit": "1.9.1", |
| 22 | + "@hookform/resolvers": "3.1.1", |
| 23 | + "@reduxjs/toolkit": "1.9.5", |
24 | 24 | "clsx": "1.2.1", |
25 | 25 | "events": "3.3.0", |
26 | 26 | "prop-types": "15.8.1", |
27 | 27 | "query-string": "8.1.0", |
28 | 28 | "react": "18.2.0", |
29 | 29 | "react-dom": "18.2.0", |
30 | | - "react-hook-form": "7.42.1", |
| 30 | + "react-hook-form": "7.44.3", |
31 | 31 | "react-infinite-scroll-component": "6.1.0", |
32 | | - "react-redux": "8.0.5", |
33 | | - "react-router-dom": "6.7.0", |
| 32 | + "react-redux": "8.1.0", |
| 33 | + "react-router-dom": "6.13.0", |
34 | 34 | "react-toastify": "9.1.3", |
35 | | - "shared": "file:../shared", |
36 | | - "socket.io-client": "4.5.4" |
| 35 | + "socket.io-client": "4.6.2" |
37 | 36 | }, |
38 | 37 | "browserslist": [ |
39 | 38 | ">0.2%", |
|
46 | 45 | "eslint-config-airbnb": "19.0.4", |
47 | 46 | "eslint-config-react-app": "7.0.1", |
48 | 47 | "eslint-plugin-jsx-a11y": "6.7.1", |
49 | | - "eslint-plugin-react": "7.32.1", |
50 | | - "sass": "1.57.1", |
51 | | - "stylelint-config-standard-scss": "6.1.0", |
52 | | - "stylelint-scss": "4.3.0", |
53 | | - "vite": "4.3.8" |
| 48 | + "eslint-plugin-react": "7.32.2", |
| 49 | + "sass": "1.63.4", |
| 50 | + "stylelint-config-standard-scss": "9.0.0", |
| 51 | + "stylelint-scss": "5.0.1", |
| 52 | + "vite": "4.3.9" |
54 | 53 | } |
55 | 54 | } |
0 commit comments