|
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", |
23 | 23 | "date-fns": "^2.14.0", |
24 | 24 | "diff": "^5.0.0", |
25 | | - "dompurify": "^3.1.3", |
| 25 | + "dompurify": "^3.1.7", |
26 | 26 | "font-awesome": "^4.7.0", |
27 | 27 | "fs-extra": "^11.2.0", |
28 | 28 | "history": "^4.10.1", |
29 | 29 | "html-react-parser": "^1.4.14", |
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": { |
101 | 101 | "@babel/helper-validator-identifier": "^7.12.11", |
| 102 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
102 | 103 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
103 | 104 | "@jest/globals": "^29.7.0", |
104 | 105 | "@testing-library/jest-dom": "^5.17.0", |
105 | 106 | "@testing-library/react": "^10.4.9", |
106 | 107 | "@testing-library/user-event": "^12.0.14", |
| 108 | + "@types/dompurify": "^3.0.5", |
107 | 109 | "@types/react-router-dom": "^5.3.3", |
108 | 110 | "babel-eslint": "^10.1.0", |
109 | 111 | "cross-env": "^5.2.1", |
|
124 | 126 | "node-fetch": "^3.1.1", |
125 | 127 | "node-sass": "^8.0.0", |
126 | 128 | "prettier": "^1.19.1", |
| 129 | + "react-error-overlay": "^6.0.9", |
127 | 130 | "redux-mock-store": "^1.5.4", |
128 | 131 | "sinon": "^7.3.2", |
129 | 132 | "surge": "^0.21.6" |
|
0 commit comments