mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Roll prettier plugin back for now
Depends on GLIBC_2.29
This commit is contained in:
parent
62c7cdc543
commit
5349f32e8d
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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<any>)[];
|
||||
export let graphs: typeof SvelteComponent<any>[];
|
||||
/** See RangeBox */
|
||||
export let controller: typeof SvelteComponent<any> | null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue