|
16 | 16 | "axios": "^0.21.2", |
17 | 17 | "axios-mock-adapter": "^1.22.0", |
18 | 18 | "bootstrap": "^4.5.3", |
19 | | - "chart.js": "^4.4.7", |
| 19 | + "chart.js": "^3.9.1", |
20 | 20 | "chartjs-plugin-datalabels": "^2.2.0", |
21 | 21 | "classnames": "^2.2.6", |
22 | 22 | "d3": "^7.8.5", |
|
30 | 30 | "html-to-pdfmake": "^2.0.6", |
31 | 31 | "joi": "^14.0.6", |
32 | 32 | "jwt-decode": "^2.2.0", |
33 | | - "leaflet": "^1.9.4", |
34 | 33 | "lodash": "^4.17.21", |
35 | 34 | "lz-string": "^1.5.0", |
36 | 35 | "moment": "^2.29.2", |
|
50 | 49 | "react-html-parser": "^2.0.2", |
51 | 50 | "react-icons": "^4.3.1", |
52 | 51 | "react-input-range": "^1.3.0", |
53 | | - "react-leaflet": "^4.2.1", |
54 | | - "react-leaflet-cluster": "^2.1.0", |
| 52 | + "react-leaflet": ">=3.1.0 <3.2.0", |
| 53 | + "@react-leaflet/core": ">=1.0.0 <1.1.0", |
| 54 | + "leaflet": "1.7.1", |
| 55 | + "react-leaflet-cluster": "^1.0.4", |
55 | 56 | "react-multi-select-component": "^4.0.2", |
56 | 57 | "react-phone-input-2": "^2.14.0", |
57 | 58 | "react-redux": "^7.2.0", |
|
81 | 82 | "prestart": "npm run test", |
82 | 83 | "postinstall": "node ./postinstall.js", |
83 | 84 | "start": "react-scripts start", |
84 | | - "build": "npm run postinstall && react-scripts build", |
| 85 | + "build": "npm run postinstall && set CI=false && react-scripts build", |
85 | 86 | "test": "cross-env CI=true react-scripts test --env=jest-environment-jsdom-sixteen", |
86 | 87 | "test:watch": " react-scripts test --env=jest-environment-jsdom-sixteen", |
87 | 88 | "test:coverage": "cross-env CI=true react-scripts test --env=jest-environment-jsdom-sixteen --coverage", |
|
94 | 95 | "browserslist": [ |
95 | 96 | ">0.2%", |
96 | 97 | "not dead", |
97 | | - "not ie <= 11", |
98 | 98 | "not op_mini all" |
99 | 99 | ], |
100 | 100 | "devDependencies": { |
|
126 | 126 | "node-fetch": "^3.1.1", |
127 | 127 | "node-sass": "^8.0.0", |
128 | 128 | "prettier": "^1.19.1", |
| 129 | + "react-error-overlay": "^6.0.9", |
129 | 130 | "redux-mock-store": "^1.5.4", |
130 | 131 | "sinon": "^7.3.2", |
131 | 132 | "surge": "^0.21.6" |
|
0 commit comments