|
23 | 23 | "big.js": "5.2.2", |
24 | 24 | "bootstrap": "4.5.0", |
25 | 25 | "copy-to-clipboard": "3.3.1", |
| 26 | + "d3": "6.3.1", |
26 | 27 | "date-fns": "2.14.0", |
27 | 28 | "debug": "4.1.1", |
28 | 29 | "emotion-theming": "10.0.27", |
29 | 30 | "file-saver": "2.0.2", |
| 31 | + "history": "4.10.1", |
30 | 32 | "http-proxy-middleware": "1.0.4", |
31 | 33 | "i18next": "19.5.1", |
32 | 34 | "i18next-browser-languagedetector": "5.0.0", |
33 | 35 | "lodash": "4.17.19", |
34 | 36 | "lottie-web": "5.7.0", |
35 | | - "mobx": "5.15.4", |
36 | | - "mobx-react-lite": "2.0.7", |
37 | | - "mobx-react-router": "4.1.0", |
| 37 | + "mobx": "6.0.2", |
| 38 | + "mobx-react-lite": "3.0.1", |
38 | 39 | "mobx-utils": "5.6.1", |
| 40 | + "rc-select": "11.5.0", |
39 | 41 | "rc-tooltip": "4.2.1", |
40 | | - "react": "16.13.1", |
41 | | - "react-dom": "16.13.1", |
| 42 | + "react": "17.0.1", |
| 43 | + "react-dom": "17.0.1", |
42 | 44 | "react-i18next": "11.7.0", |
43 | 45 | "react-router": "5.2.0", |
44 | | - "react-scripts": "3.4.1", |
| 46 | + "react-scripts": "4.0.0", |
45 | 47 | "react-toastify": "6.0.6", |
46 | 48 | "react-virtualized": "9.21.2", |
47 | 49 | "reactour": "1.18.0", |
|
54 | 56 | "@storybook/addons": "5.3.19", |
55 | 57 | "@storybook/preset-create-react-app": "3.1.2", |
56 | 58 | "@storybook/react": "5.3.19", |
57 | | - "@testing-library/jest-dom": "5.11.0", |
58 | | - "@testing-library/react": "10.4.3", |
59 | | - "@testing-library/user-event": "12.0.11", |
| 59 | + "@testing-library/jest-dom": "5.11.5", |
| 60 | + "@testing-library/react": "11.1.1", |
| 61 | + "@testing-library/user-event": "12.2.0", |
60 | 62 | "@types/big.js": "4.0.5", |
| 63 | + "@types/d3": "6.2.0", |
61 | 64 | "@types/debug": "4.1.5", |
62 | 65 | "@types/file-saver": "2.0.1", |
63 | 66 | "@types/google-protobuf": "3.7.2", |
64 | 67 | "@types/history": "4.7.6", |
65 | 68 | "@types/jest": "26.0.3", |
66 | 69 | "@types/lodash": "4.14.157", |
67 | 70 | "@types/node": "14.0.14", |
68 | | - "@types/react": "16.9.41", |
69 | | - "@types/react-dom": "16.9.8", |
| 71 | + "@types/react": "16.9.56", |
| 72 | + "@types/react-dom": "16.9.9", |
70 | 73 | "@types/react-router": "5.1.8", |
71 | 74 | "@types/react-virtualized": "9.21.10", |
72 | 75 | "@types/reactour": "1.17.1", |
73 | | - "@typescript-eslint/eslint-plugin": "3.5.0", |
74 | | - "@typescript-eslint/parser": "3.5.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "4.7.0", |
| 77 | + "@typescript-eslint/parser": "4.7.0", |
75 | 78 | "cross-env": "7.0.2", |
76 | | - "eslint-config-prettier": "6.11.0", |
| 79 | + "eslint-config-prettier": "6.15.0", |
77 | 80 | "eslint-plugin-prettier": "3.1.4", |
78 | | - "eslint-plugin-react": "7.20.2", |
| 81 | + "eslint-plugin-react": "7.21.5", |
79 | 82 | "google-protobuf": "3.12.2", |
80 | | - "jest-canvas-mock": "2.2.0", |
| 83 | + "jest-canvas-mock": "2.3.0", |
81 | 84 | "jest-environment-jsdom-sixteen": "1.0.3", |
82 | 85 | "node-sass": "4.14.1", |
83 | | - "prettier": "2.0.5", |
| 86 | + "prettier": "2.1.2", |
84 | 87 | "ts-protoc-gen": "0.12.0", |
85 | | - "typescript": "~3.9.5" |
| 88 | + "typescript": "4.0.5" |
86 | 89 | }, |
87 | 90 | "eslintConfig": { |
88 | 91 | "extends": "react-app", |
|
92 | 95 | }, |
93 | 96 | "jest": { |
94 | 97 | "globalSetup": "./src/setupTestsGlobal.ts", |
| 98 | + "resetMocks": false, |
95 | 99 | "collectCoverageFrom": [ |
96 | 100 | "src/**/*.{js,jsx,ts,tsx}", |
97 | 101 | "!src/**/*.d.ts", |
|
0 commit comments