|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 |
| - "@testing-library/jest-dom": "^5.7.0", |
7 |
| - "@testing-library/user-event": "^12.0.11", |
8 |
| - "@types/jest": "^26.0.3", |
9 |
| - "@types/node": "^14.0.1", |
10 |
| - "@types/react": "^16.9.19", |
11 |
| - "@types/react-dom": "^16.9.5", |
12 |
| - "@types/react-router-dom": "^5.1.3", |
13 |
| - "@types/jwt-decode": "^2.2.1", |
14 | 6 | "ra-data-json-server": "^3.5.2",
|
15 | 7 | "ra-data-simple-rest": "^3.3.2",
|
16 | 8 | "react": "^16.13.1",
|
|
20 | 12 | "react-scripts": "3.4.1",
|
21 | 13 | "react-truncate": "^2.4.0",
|
22 | 14 | "standard": "^14.3.3",
|
23 |
| - "typescript": "^3.7.5", |
24 | 15 | "jwt-decode": "^2.2.0",
|
25 | 16 | "@material-ui/lab": "^4.0.0-alpha.54"
|
26 | 17 | },
|
27 | 18 | "scripts": {
|
28 | 19 | "start": "react-scripts start",
|
29 | 20 | "build": "react-scripts build",
|
30 |
| - "test": "CI=true react-scripts test --env=jsdom -u", |
| 21 | + "test": "CI=true react-scripts test", |
31 | 22 | "eject": "react-scripts eject"
|
32 | 23 | },
|
33 | 24 | "eslintConfig": {
|
|
46 | 37 | ]
|
47 | 38 | },
|
48 | 39 | "devDependencies": {
|
| 40 | + "typescript": "^3.7.5", |
| 41 | + "@testing-library/jest-dom": "^5.11.1", |
49 | 42 | "@testing-library/react": "^10.0.4",
|
50 | 43 | "@typescript-eslint/eslint-plugin": "^2.24.0",
|
51 | 44 | "@typescript-eslint/parser": "^2.24.0",
|
| 45 | + "@testing-library/user-event": "^12.0.11", |
| 46 | + "@types/jest": "^26.0.3", |
| 47 | + "@types/node": "^14.0.1", |
| 48 | + "@types/react": "^16.9.19", |
| 49 | + "@types/react-dom": "^16.9.5", |
| 50 | + "@types/react-router-dom": "^5.1.3", |
| 51 | + "@types/jwt-decode": "^2.2.1", |
52 | 52 | "eslint-config-airbnb": "^18.1.0",
|
53 | 53 | "eslint-config-react-app": "^5.2.1",
|
54 | 54 | "eslint-plugin-flowtype": "^4.6.0",
|
|
0 commit comments