Skip to content

Commit f170bf5

Browse files
Fix: resolve build errors from dependency issues
1 parent 7253034 commit f170bf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"@tailwindcss/forms": "^0.5.9",
5858
"@tailwindcss/typography": "^0.5.15",
5959
"@types/eslint": "^9.6.0",
60-
"accessible-autocomplete": "^3.0.1",
6160
"autoprefixer": "^10.4.20",
6261
"eslint": "^9.7.0",
6362
"eslint-config-prettier": "^9.1.0",
@@ -81,6 +80,7 @@
8180
"vite": "^5.0.11"
8281
},
8382
"dependencies": {
83+
"accessible-autocomplete": "^3.0.1",
8484
"@dwp/dwp-frontend": "^3.3.0",
8585
"@maptiler/sdk": "^3.0.1",
8686
"@ministryofjustice/frontend": "^4.0.1",

src/lib/components/data-vis/map/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FullscreenControl,
1616
ScaleControl,
1717
} from "svelte-maplibre";
18-
import { contrastingColor, colorPalette } from "./colors.ts";
18+
import { contrastingColor, colorPalette } from "./colors";
1919
import { hoverStateFilter } from "svelte-maplibre/filters.js";
2020
import type { maplibregl, ExpressionSpecification } from "maplibre-gl";
2121
import fullTopo from "./fullTopo.json";

0 commit comments

Comments
 (0)