|
7 | 7 | "scripts": {
|
8 | 8 | "start": "BROWSER=none react-scripts start",
|
9 | 9 | "build": "react-scripts build",
|
10 |
| - "test": "react-scripts test --env=jest-environment-jsdom-sixteen", |
| 10 | + "test": "react-scripts test --env=jest-environment-jsdom", |
11 | 11 | "test:ci": "cross-env CI=true yarn test --coverage",
|
12 | 12 | "eject": "react-scripts eject",
|
13 | 13 | "lint": "eslint --ext .ts,.tsx --ignore-path .eslintignore .",
|
|
42 | 42 | "react-dom": "17.0.2",
|
43 | 43 | "react-i18next": "11.7.0",
|
44 | 44 | "react-router": "5.2.0",
|
45 |
| - "react-scripts": "4.0.2", |
| 45 | + "react-scripts": "5.0.0", |
46 | 46 | "react-toastify": "6.0.6",
|
47 | 47 | "react-virtualized": "9.21.2",
|
48 | 48 | "reactour": "1.18.0",
|
|
64 | 64 | "@types/file-saver": "2.0.1",
|
65 | 65 | "@types/google-protobuf": "3.7.2",
|
66 | 66 | "@types/history": "4.7.6",
|
67 |
| - "@types/jest": "26.0.3", |
| 67 | + "@types/jest": "27.4.1", |
68 | 68 | "@types/lodash": "4.14.157",
|
69 | 69 | "@types/node": "14.0.14",
|
70 | 70 | "@types/react": "17.0.13",
|
71 | 71 | "@types/react-dom": "17.0.8",
|
72 | 72 | "@types/react-router": "5.1.8",
|
73 | 73 | "@types/react-virtualized": "9.21.10",
|
74 | 74 | "@types/reactour": "1.17.1",
|
75 |
| - "@typescript-eslint/eslint-plugin": "4.7.0", |
76 |
| - "@typescript-eslint/parser": "4.7.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "5.17.0", |
| 76 | + "@typescript-eslint/parser": "5.17.0", |
77 | 77 | "cross-env": "7.0.2",
|
78 |
| - "eslint-config-prettier": "6.15.0", |
79 |
| - "eslint-plugin-prettier": "3.1.4", |
80 |
| - "eslint-plugin-react": "7.21.5", |
| 78 | + "eslint-config-prettier": "8.5.0", |
| 79 | + "eslint-plugin-prettier": "4.0.0", |
| 80 | + "eslint-plugin-react": "7.29.4", |
81 | 81 | "google-protobuf": "3.12.2",
|
82 | 82 | "jest-canvas-mock": "2.3.0",
|
83 |
| - "jest-environment-jsdom-sixteen": "1.0.3", |
| 83 | + "jest-environment-jsdom": "27.5.1", |
84 | 84 | "prettier": "2.1.2",
|
85 | 85 | "sass": "1.43.4",
|
86 | 86 | "ts-protoc-gen": "0.12.0",
|
87 | 87 | "typescript": "4.1.6"
|
88 | 88 | },
|
| 89 | + "resolutions": { |
| 90 | + "history": "4.10.1" |
| 91 | + }, |
89 | 92 | "eslintConfig": {
|
90 | 93 | "extends": "react-app",
|
91 | 94 | "ignorePatterns": [
|
|
0 commit comments