Skip to content

Commit

Permalink
Merge pull request #827 from CodeWritingCow/codewritingcow/822-fix-de…
Browse files Browse the repository at this point in the history
…ployment-failure-bug

822: Fix deployment failure bug — revert mapbox-gl to v3.2.0
  • Loading branch information
CodeWritingCow authored Jul 23, 2024
2 parents b561103 + 99c463e commit dd010c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
"autoprefixer": "10.4.19",
"clsx": "^2.1.1",
"framer-motion": "^11.3.8",
"framer-motion": "^11.3.8",
"lodash": "^4.17.21",
"mapbox-gl": "^3.5.2",
"mapbox-gl": "^3.2.0",
"maplibre-gl": "^4.5.0",
"multi-range-slider-react": "^2.0.7",
"next": "^14.2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Filters/MultiSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

type MultiSelectProps = {
display: string;
options: string[];
options: any[];

Check warning on line 14 in src/components/Filters/MultiSelect.tsx

View workflow job for this annotation

GitHub Actions / lint

Unexpected any. Specify a different type
selectedKeys: string[];
toggleDimension: (dimension: string) => void;
handleSelectionChange: (e: React.ChangeEvent<HTMLSelectElement>) => void;
Expand Down

0 comments on commit dd010c2

Please sign in to comment.