|
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 .", |
|
22 | 22 | "@improbable-eng/grpc-web": "0.14.0", |
23 | 23 | "big.js": "6.1.1", |
24 | 24 | "bootstrap": "4.6.1", |
| 25 | + "buffer": "6.0.3", |
25 | 26 | "copy-to-clipboard": "3.3.1", |
26 | 27 | "d3": "6.3.1", |
27 | 28 | "date-fns": "2.14.0", |
|
42 | 43 | "react-dom": "17.0.2", |
43 | 44 | "react-i18next": "11.7.0", |
44 | 45 | "react-router": "5.2.0", |
45 | | - "react-scripts": "4.0.2", |
| 46 | + "react-scripts": "5.0.0", |
46 | 47 | "react-toastify": "6.0.6", |
47 | 48 | "react-virtualized": "9.21.2", |
48 | 49 | "reactour": "1.18.0", |
|
64 | 65 | "@types/file-saver": "2.0.1", |
65 | 66 | "@types/google-protobuf": "3.7.2", |
66 | 67 | "@types/history": "4.7.6", |
67 | | - "@types/jest": "26.0.3", |
| 68 | + "@types/jest": "27.4.1", |
68 | 69 | "@types/lodash": "4.14.157", |
69 | 70 | "@types/node": "14.0.14", |
70 | 71 | "@types/react": "17.0.13", |
71 | 72 | "@types/react-dom": "17.0.8", |
72 | 73 | "@types/react-router": "5.1.8", |
73 | 74 | "@types/react-virtualized": "9.21.10", |
74 | 75 | "@types/reactour": "1.17.1", |
75 | | - "@typescript-eslint/eslint-plugin": "4.7.0", |
76 | | - "@typescript-eslint/parser": "4.7.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "5.17.0", |
| 77 | + "@typescript-eslint/parser": "5.17.0", |
77 | 78 | "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", |
| 79 | + "eslint-config-prettier": "8.5.0", |
| 80 | + "eslint-plugin-prettier": "4.0.0", |
| 81 | + "eslint-plugin-react": "7.29.4", |
81 | 82 | "google-protobuf": "3.12.2", |
82 | 83 | "jest-canvas-mock": "2.3.0", |
83 | | - "jest-environment-jsdom-sixteen": "1.0.3", |
| 84 | + "jest-environment-jsdom": "27.5.1", |
84 | 85 | "prettier": "2.1.2", |
85 | 86 | "sass": "1.43.4", |
86 | 87 | "ts-protoc-gen": "0.12.0", |
87 | 88 | "typescript": "4.1.6" |
88 | 89 | }, |
| 90 | + "resolutions": { |
| 91 | + "history": "4.10.1" |
| 92 | + }, |
89 | 93 | "eslintConfig": { |
90 | 94 | "extends": "react-app", |
91 | 95 | "ignorePatterns": [ |
|
0 commit comments