|
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "@coreui/coreui": "^2.1.9", |
16 | | - "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", |
| 16 | + "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.0", |
17 | 17 | "@coreui/icons": "0.3.0", |
18 | | - "@coreui/react": "~2.1.5", |
| 18 | + "@coreui/react": "~2.1.7", |
19 | 19 | "bootstrap": "^4.3.1", |
20 | 20 | "chart.js": "^2.8.0", |
21 | 21 | "classnames": "^2.2.6", |
22 | 22 | "core-js": "^2.6.5", |
23 | 23 | "enzyme": "^3.9.0", |
24 | | - "enzyme-adapter-react-16": "^1.11.2", |
| 24 | + "enzyme-adapter-react-16": "^1.13.0", |
25 | 25 | "flag-icon-css": "^3.3.0", |
26 | 26 | "font-awesome": "^4.7.0", |
27 | | - "node-sass": "^4.11.0", |
| 27 | + "node-sass": "^4.12.0", |
28 | 28 | "prop-types": "^15.7.2", |
29 | | - "react": "^16.8.5", |
30 | | - "react-app-polyfill": "^0.2.2", |
31 | | - "react-chartjs-2": "^2.7.4", |
32 | | - "react-dom": "^16.8.5", |
| 29 | + "react": "^16.8.6", |
| 30 | + "react-app-polyfill": "^1.0.1", |
| 31 | + "react-chartjs-2": "^2.7.6", |
| 32 | + "react-dom": "^16.8.6", |
33 | 33 | "react-router-config": "^4.4.0-beta.8", |
34 | 34 | "react-router-dom": "~4.3.1", |
35 | | - "react-test-renderer": "^16.8.5", |
| 35 | + "react-test-renderer": "^16.8.6", |
36 | 36 | "reactstrap": "^7.1.0", |
37 | 37 | "simple-line-icons": "^2.4.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "react-scripts": "^2.1.8" |
| 40 | + "react-scripts": "^3.0.1" |
41 | 41 | }, |
42 | 42 | "scripts": { |
43 | 43 | "start": "react-scripts start", |
44 | 44 | "build": "react-scripts build", |
45 | 45 | "test": "react-scripts test", |
46 | | - "test:cov": "react-scripts test --coverage", |
| 46 | + "test:cov": "npm test -- --coverage --watchAll=false", |
47 | 47 | "test:debug": "react-scripts --inspect-brk test --runInBand", |
48 | 48 | "eject": "react-scripts eject" |
49 | 49 | }, |
|
0 commit comments