|
9 | 9 | "eject": "react-scripts eject" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@emotion/react": "^11.7.1", |
13 | | - "@emotion/styled": "^11.6.0", |
14 | | - "@mui/material": "^5.3.0", |
15 | | - "@testing-library/jest-dom": "^5.14.1", |
16 | | - "@testing-library/react": "^12.0.0", |
| 12 | + "@emotion/react": "^11.8.2", |
| 13 | + "@emotion/styled": "^11.8.1", |
| 14 | + "@mui/material": "^5.5.2", |
| 15 | + "@reduxjs/toolkit": "^1.8.0", |
| 16 | + "@testing-library/jest-dom": "^5.16.3", |
| 17 | + "@testing-library/react": "^12.1.4", |
17 | 18 | "@testing-library/user-event": "^13.2.1", |
18 | 19 | "@types/circular-dependency-plugin": "^5.0.5", |
19 | | - "@types/jest": "^27.0.1", |
20 | | - "@types/node": "^17.0.10", |
21 | | - "@types/react": "^17.0.20", |
22 | | - "@types/react-dom": "^17.0.9", |
23 | | - "@types/react-redux": "^7.1.21", |
| 20 | + "@types/jest": "^27.4.1", |
| 21 | + "@types/node": "^17.0.23", |
| 22 | + "@types/react": "^17.0.43", |
| 23 | + "@types/react-dom": "^17.0.14", |
| 24 | + "@types/react-redux": "^7.1.23", |
24 | 25 | "@types/react-scroll": "^1.8.3", |
25 | | - "axios": "^0.26.0", |
| 26 | + "axios": "^0.26.1", |
26 | 27 | "circular-dependency-plugin": "^5.2.2", |
27 | 28 | "classnames": "^2.3.1", |
28 | 29 | "formik": "^2.2.9", |
29 | 30 | "react": "^17.0.2", |
30 | | - "react-app-rewired": "^2.1.11", |
| 31 | + "react-app-rewired": "^2.2.1", |
31 | 32 | "react-dom": "^17.0.2", |
32 | 33 | "react-image": "^4.0.3", |
33 | 34 | "react-redux": "^7.2.6", |
34 | 35 | "react-responsive": "^9.0.0-beta.6", |
35 | 36 | "react-scripts": "5.0.0", |
36 | | - "react-scroll": "^1.8.4", |
| 37 | + "react-scroll": "^1.8.6", |
37 | 38 | "redux": "^4.1.2", |
38 | 39 | "redux-thunk": "^2.4.1", |
39 | | - "typescript": "^4.4.2", |
| 40 | + "typescript": "^4.6.3", |
40 | 41 | "yup": "^0.32.11" |
41 | 42 | }, |
42 | 43 | "devDependencies": { |
43 | | - "@typescript-eslint/eslint-plugin": "^5.8.1", |
44 | | - "@typescript-eslint/parser": "^5.8.1", |
45 | | - "eslint": "^8.6.0", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.16.0", |
| 45 | + "@typescript-eslint/parser": "^5.16.0", |
| 46 | + "eslint": "^8.12.0", |
46 | 47 | "eslint-config-airbnb": "^19.0.4", |
47 | | - "eslint-config-prettier": "^8.3.0", |
| 48 | + "eslint-config-prettier": "^8.5.0", |
48 | 49 | "eslint-plugin-import": "^2.25.3", |
49 | 50 | "eslint-plugin-jsx-a11y": "^6.5.1", |
50 | 51 | "eslint-plugin-prettier": "^4.0.0", |
51 | | - "eslint-plugin-react": "^7.28.0", |
| 52 | + "eslint-plugin-react": "^7.29.4", |
52 | 53 | "eslint-plugin-react-hooks": "^4.3.0", |
53 | 54 | "eslint-plugin-simple-import-sort": "^7.0.0", |
54 | | - "postcss": "^8.4.5", |
55 | | - "prettier": "^2.5.1", |
56 | | - "sass": "^1.45.2", |
57 | | - "stylelint": "^14.2.0", |
| 55 | + "postcss": "^8.4.12", |
| 56 | + "prettier": "^2.6.1", |
| 57 | + "sass": "^1.49.9", |
| 58 | + "stylelint": "^14.6.1", |
58 | 59 | "stylelint-config-prettier": "^9.0.3", |
59 | 60 | "stylelint-config-recess-order": "^3.0.0", |
60 | 61 | "stylelint-config-recommended": "^7.0.0", |
61 | | - "stylelint-config-recommended-scss": "^5.0.2", |
| 62 | + "stylelint-config-recommended-scss": "^6.0.0", |
62 | 63 | "stylelint-declaration-block-no-ignored-properties": "^2.5.0", |
63 | 64 | "stylelint-prettier": "^2.0.0", |
64 | | - "stylelint-webpack-plugin": "^3.1.0" |
| 65 | + "stylelint-webpack-plugin": "^3.2.0" |
65 | 66 | }, |
66 | 67 | "browserslist": { |
67 | 68 | "production": [ |
|
0 commit comments