Skip to content

Commit

Permalink
fix: fix styling and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesSheelam authored and alee committed Dec 10, 2024
1 parent 54ecf4e commit 8a78be6
Show file tree
Hide file tree
Showing 4 changed files with 16,649 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"highcharts-vue": "^1.4.3",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"proj4": "^2.14.0",
"proj4": "^2.15.0",
"query-string": "^8.2.0",
"sass": "^1.71.1",
"sortablejs": "^1.15.2",
Expand Down
16,649 changes: 16,647 additions & 2 deletions frontend/src/assets/world.geo.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/components/UserMapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ const mapChartOptions = {
},
],
};
</script>
</script>
1 change: 0 additions & 1 deletion frontend/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export type InstitutionMetric = {
value: number;
};


export type MetricsData = Record<
| "startYear"
| "totalMembers"
Expand Down

0 comments on commit 8a78be6

Please sign in to comment.