Skip to content

Commit b51f17d

Browse files
committed
switch to non-deprecated package
1 parent 401ed75 commit b51f17d

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

pnpm-lock.yaml

Lines changed: 4 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/kit.svelte.dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prismjs": "^1.29.0",
2626
"shiki-twoslash": "^3.1.0",
2727
"svelte": "^3.53.1",
28-
"topojson": "^3.0.2",
28+
"topojson-client": "^3.1.0",
2929
"tiny-glob": "^0.2.9",
3030
"typescript": "^4.9.3",
3131
"uvu": "^0.5.6",

sites/kit.svelte.dev/src/routes/Grow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { onMount } from 'svelte';
33
import * as d3 from 'd3';
44
import { csvParse } from 'd3-dsv';
5-
import * as topojson from 'topojson';
5+
import * as topojson from 'topojson-client';
66
77
import Grow from './grow.svg';
88

0 commit comments

Comments
 (0)