Skip to content

Commit 23d10c3

Browse files
Moved shiki from devDependencies to dependencies in package.json and ran npm install.
Removed an unused and conflicting import of colorPalette from src/lib/components/data-vis/map/Map.svelte.
1 parent e582ab5 commit 23d10c3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103
"npm": "^11.0.0",
104104
"prism-svelte": "^0.5.0",
105105
"prismjs": "^1.29.0",
106+
"shiki": "^1.27.2",
106107
"sveaflet": "^0.1.4",
107108
"svelte-maplibre": "^1.0.0-next.12",
108109
"svelte-preprocess": "^6.0.3",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
ControlButton,
1212
ControlGroup,
1313
} from "svelte-maplibre";
14-
import { contrastingColor, colorPalette } from "./colors";
14+
import { contrastingColor } from "./colors";
1515
import { colorbrewer } from "./colorbrewer.js";
1616
import { hoverStateFilter } from "svelte-maplibre/filters.js";
1717
import type { maplibregl, ExpressionSpecification } from "maplibre-gl";

0 commit comments

Comments
 (0)