|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@testing-library/jest-dom": "^5.14.1", |
7 | | - "@testing-library/react": "^11.2.7", |
8 | | - "@testing-library/user-event": "^12.8.3", |
9 | | - "@types/jest": "^26.0.24", |
10 | | - "@types/node": "^12.20.23", |
11 | | - "@types/react": "^17.0.19", |
12 | | - "@types/react-dom": "^17.0.9", |
13 | | - "@types/react-router-dom": "^5.1.8", |
14 | | - "axios": "^0.21.1", |
15 | | - "moment": "^2.29.1", |
16 | | - "react": "^17.0.2", |
17 | | - "react-dom": "^17.0.2", |
18 | | - "react-router-dom": "^5.2.1", |
| 6 | + "@testing-library/jest-dom": "5.14.1", |
| 7 | + "@testing-library/react": "11.2.7", |
| 8 | + "@testing-library/user-event": "12.8.3", |
| 9 | + "@types/jest": "26.0.24", |
| 10 | + "@types/node": "12.20.23", |
| 11 | + "@types/react": "17.0.19", |
| 12 | + "@types/react-dom": "17.0.9", |
| 13 | + "@types/react-router-dom": "5.1.8", |
| 14 | + "axios": "0.21.1", |
| 15 | + "moment": "2.29.1", |
| 16 | + "react": "17.0.2", |
| 17 | + "react-dom": "17.0.2", |
| 18 | + "react-router-dom": "5.2.1", |
19 | 19 | "react-scripts": "4.0.3", |
20 | | - "typescript": "^4.4.2", |
21 | | - "web-vitals": "^1.1.2" |
| 20 | + "typescript": "4.4.2", |
| 21 | + "web-vitals": "1.1.2" |
22 | 22 | }, |
23 | 23 | "scripts": { |
24 | 24 | "start": "react-scripts start", |
|
0 commit comments