Skip to content

Commit

Permalink
Merge branch 'develop' into fix/use-map-clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpiper authored Jun 28, 2022
2 parents db2c4a9 + 0ea3615 commit 7633c2e
Show file tree
Hide file tree
Showing 10 changed files with 80,224 additions and 241 deletions.
14,169 changes: 14,140 additions & 29 deletions api/package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion legacy/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ vault.txt
server/www/img/icons/
server/www/
app/locales/
package-lock.json
app/stats.html
6 changes: 3 additions & 3 deletions legacy/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import * as UshahidiSdk from 'ushahidi-platform-sdk/build/src/index';
import { Chart, registerables } from 'chart.js';

// Change to https://gitlab.com/mmillerbkg/chartjs-adapter-dayjs/-/tree/master once moment is exchanged to dayjs
import 'chartjs-adapter-dayjs';
import 'chartjs-adapter-dayjs-3';

// Load platform-pattern-library CSS
require('ushahidi-platform-pattern-library/assets/css/style.min.css');
Expand Down Expand Up @@ -253,5 +253,5 @@ angular
event.title = title;
window.dispatchEvent(event);
});
}])
.run(require('./gtm-userprops.js'));
}]);
// .run(require('./gtm-userprops.js'));
36,289 changes: 36,289 additions & 0 deletions legacy/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"dependencies": {
"@toast-ui/editor": "2.0.1",
"@uirouter/angularjs": "^1.0.10",
"URIjs": "^1.14.1",
"angular": "^1.5.6",
"angular-cache": "^4.6.0",
"angular-elastic": "^2.5.1",
Expand All @@ -100,8 +99,8 @@
"angular-translate": "^2.11.0",
"angular-translate-loader-static-files": "^2.11.0",
"angular-ui-bootstrap": "^2.5.0",
"chart.js": "^3.5.0",
"chartjs-adapter-dayjs": "^1.0.0",
"chart.js": "^3.8.0",
"chartjs-adapter-dayjs-3": "^1.2.3",
"checklist-model": "~0.11.0",
"cross-fetch": "^3.0.4",
"dayjs": "^1.10.5",
Expand All @@ -121,6 +120,7 @@
"single-spa-angularjs": "^4.2.3",
"sortablejs": "1.10.0",
"underscore": "^1.7.0",
"URIjs": "^1.14.1",
"ushahidi-platform-pattern-library": "5.0.3",
"ushahidi-platform-sdk": "^0.5.0"
},
Expand Down
Loading

0 comments on commit 7633c2e

Please sign in to comment.