|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "axios": "^0.19.2", |
7 | | - "react": "^16.13.1", |
8 | | - "react-dom": "^16.13.1", |
| 7 | + "react": "^17.0.2", |
| 8 | + "react-dom": "^17.0.2", |
9 | 9 | "react-hook-form": "^5.7.2", |
10 | 10 | "react-router-dom": "^5.2.0", |
11 | | - "react-scripts": "3.4.1", |
| 11 | + "react-scripts": "4.0.3", |
12 | 12 | "styled-components": "^5.1.0", |
13 | 13 | "styled-system": "^5.1.5", |
14 | | - "typescript": "~3.7.2", |
| 14 | + "typescript": "~4.3.3", |
15 | 15 | "yup": "^0.28.5" |
16 | 16 | }, |
17 | 17 | "scripts": { |
|
48 | 48 | "@storybook/react": "^5.3.18", |
49 | 49 | "@types/jest": "^24.0.0", |
50 | 50 | "@types/node": "^12.0.0", |
51 | | - "@types/react": "^16.9.0", |
52 | | - "@types/react-dom": "^16.9.0", |
| 51 | + "@types/react": "^17.0.11", |
| 52 | + "@types/react-dom": "^17.0.7", |
53 | 53 | "@types/react-router-dom": "^5.1.5", |
54 | 54 | "@types/styled-components": "^5.1.0", |
55 | 55 | "@types/styled-system": "^5.1.9", |
56 | 56 | "@types/yup": "^0.28.3", |
57 | | - "@typescript-eslint/eslint-plugin": "^2.33.0", |
58 | | - "@typescript-eslint/parser": "^2.33.0", |
| 57 | + "@typescript-eslint/eslint-plugin": "^4.27.0", |
| 58 | + "@typescript-eslint/parser": "^4.27.0", |
59 | 59 | "cz-conventional-changelog": "3.2.0", |
60 | | - "eslint": "^7.0.0", |
61 | | - "eslint-config-prettier": "^6.11.0", |
| 60 | + "eslint": "^7.28.0", |
| 61 | + "eslint-config-prettier": "^8.3.0", |
62 | 62 | "eslint-plugin-prettier": "^3.1.3", |
63 | 63 | "eslint-plugin-react": "^7.20.0", |
64 | 64 | "eslint-plugin-react-hooks": "^4.0.2", |
65 | 65 | "husky": ">=4", |
66 | 66 | "lint-staged": ">=10", |
67 | | - "prettier": "^2.0.5", |
| 67 | + "prettier": "^2.3.1", |
68 | 68 | "themeprovider-storybook": "^1.5.1" |
69 | 69 | }, |
70 | 70 | "husky": { |
|
0 commit comments