diff --git a/.dprint.json b/.dprint.json index 9d026facc..5b5d7f702 100644 --- a/.dprint.json +++ b/.dprint.json @@ -34,7 +34,7 @@ "https://plugins.dprint.dev/json-0.17.4.wasm", "https://plugins.dprint.dev/markdown-0.15.3.wasm", "https://plugins.dprint.dev/toml-0.5.4.wasm", - "https://plugins.dprint.dev/prettier-0.26.1.json@fdbe31f6aecd24f9d6b924214710a6766050d03146163b4e241e6056b2462f2e", + "https://plugins.dprint.dev/prettier-0.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1", "https://plugins.dprint.dev/disrupted/css-0.2.2.wasm" ] } diff --git a/ts/graphs/GraphsPage.svelte b/ts/graphs/GraphsPage.svelte index c22bbea99..969b4e585 100644 --- a/ts/graphs/GraphsPage.svelte +++ b/ts/graphs/GraphsPage.svelte @@ -16,7 +16,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html const search = writable(initialSearch); const days = writable(initialDays); - export let graphs: (typeof SvelteComponent)[]; + export let graphs: typeof SvelteComponent[]; /** See RangeBox */ export let controller: typeof SvelteComponent | null;