|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "@azure/msal-browser": "^2.1.0", |
7 | | - "@fortawesome/fontawesome-free": "^5.14.0", |
8 | | - "@microsoft/microsoft-graph-client": "^2.0.0", |
9 | | - "@testing-library/jest-dom": "^4.2.4", |
10 | | - "@testing-library/react": "^9.3.2", |
11 | | - "@testing-library/user-event": "^7.1.2", |
12 | | - "@types/jest": "^24.0.0", |
13 | | - "@types/microsoft-graph": "^1.18.0", |
14 | | - "@types/node": "^12.12.55", |
15 | | - "@types/react": "^16.9.49", |
16 | | - "@types/react-dom": "^16.9.0", |
17 | | - "@types/react-router-dom": "^5.1.5", |
18 | | - "@types/reactstrap": "^8.5.1", |
19 | | - "bootstrap": "^4.5.2", |
20 | | - "moment": "^2.27.0", |
21 | | - "moment-timezone": "^0.5.31", |
22 | | - "react": "^16.13.1", |
23 | | - "react-dom": "^16.13.1", |
| 6 | + "@azure/msal-browser": "^2.10.0", |
| 7 | + "@fortawesome/fontawesome-free": "^5.15.2", |
| 8 | + "@microsoft/microsoft-graph-client": "^2.2.1", |
| 9 | + "@testing-library/jest-dom": "^5.11.4", |
| 10 | + "@testing-library/react": "^11.1.0", |
| 11 | + "@testing-library/user-event": "^12.1.10", |
| 12 | + "@types/jest": "^26.0.15", |
| 13 | + "@types/microsoft-graph": "^1.28.0", |
| 14 | + "@types/node": "^12.0.0", |
| 15 | + "@types/react": "^16.9.53", |
| 16 | + "@types/react-dom": "^16.9.8", |
| 17 | + "@types/react-router-dom": "^5.1.7", |
| 18 | + "@types/reactstrap": "^8.7.2", |
| 19 | + "bootstrap": "^4.6.0", |
| 20 | + "moment": "^2.29.1", |
| 21 | + "moment-timezone": "^0.5.32", |
| 22 | + "react": "^17.0.1", |
| 23 | + "react-dom": "^17.0.1", |
24 | 24 | "react-router-dom": "^5.2.0", |
25 | | - "react-scripts": "^3.4.3", |
26 | | - "reactstrap": "^8.5.1", |
27 | | - "typescript": "~3.7.2", |
| 25 | + "react-scripts": "4.0.1", |
| 26 | + "reactstrap": "^8.9.0", |
| 27 | + "typescript": "^4.0.3", |
| 28 | + "web-vitals": "^0.2.4", |
28 | 29 | "windows-iana": "^4.2.1" |
29 | 30 | }, |
30 | 31 | "scripts": { |
|
34 | 35 | "eject": "react-scripts eject" |
35 | 36 | }, |
36 | 37 | "eslintConfig": { |
37 | | - "extends": "react-app" |
| 38 | + "extends": [ |
| 39 | + "react-app", |
| 40 | + "react-app/jest" |
| 41 | + ] |
38 | 42 | }, |
39 | 43 | "browserslist": { |
40 | 44 | "production": [ |
|
0 commit comments