mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Fix new formatting errors
This commit is contained in:
parent
a9c7c71794
commit
e81f0846b2
28 changed files with 115 additions and 84 deletions
|
@ -38,7 +38,7 @@
|
||||||
"https://plugins.dprint.dev/json-0.17.4.wasm",
|
"https://plugins.dprint.dev/json-0.17.4.wasm",
|
||||||
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
|
"https://plugins.dprint.dev/markdown-0.15.3.wasm",
|
||||||
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
"https://plugins.dprint.dev/toml-0.5.4.wasm",
|
||||||
"https://plugins.dprint.dev/prettier-0.13.0.json@dc5d12b7c1bf1a4683eff317c2c87350e75a5a3dfcc127f3d5628931bfb534b1",
|
"https://plugins.dprint.dev/prettier-0.46.1.json@e5bd083088a8dfc6e5ce2d3c9bee81489b065bd5345ef55b59f5d96627928b7a",
|
||||||
"https://plugins.dprint.dev/disrupted/css-0.2.2.wasm"
|
"https://plugins.dprint.dev/disrupted/css-0.2.2.wasm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"caniuse-lite": "^1.0.30001431",
|
"caniuse-lite": "^1.0.30001431",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
"diff": "^5.0.0",
|
"diff": "^5.0.0",
|
||||||
"dprint": "=0.35.3",
|
"dprint": "=0.47.2",
|
||||||
"esbuild": "^0.18.10",
|
"esbuild": "^0.18.10",
|
||||||
"esbuild-sass-plugin": "^2",
|
"esbuild-sass-plugin": "^2",
|
||||||
"esbuild-svelte": "^0.8.1",
|
"esbuild-svelte": "^0.8.1",
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
"eslint-plugin-svelte": "^2.30.0",
|
"eslint-plugin-svelte": "^2.30.0",
|
||||||
"license-checker-rseidelsohn": "^4.2.6",
|
"license-checker-rseidelsohn": "^4.2.6",
|
||||||
"prettier": "^2.4.1",
|
"prettier": "^2.4.1",
|
||||||
"prettier-plugin-svelte": "^2.10.1",
|
"prettier-plugin-svelte": "^3.2.6",
|
||||||
"svelte": "5.0.0-next.179",
|
"svelte": "5.0.0-next.179",
|
||||||
"svelte-check": "^3.4.4",
|
"svelte-check": "^3.4.4",
|
||||||
"svelte-preprocess": "^5.0.4",
|
"svelte-preprocess": "^5.0.4",
|
||||||
|
|
|
@ -54,7 +54,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:blur
|
on:blur
|
||||||
on:click={updateAllState}
|
on:click={updateAllState}
|
||||||
on:keyup={updateAllState}
|
on:keyup={updateAllState}
|
||||||
/>
|
></anki-editable>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
anki-editable {
|
anki-editable {
|
||||||
|
|
|
@ -95,7 +95,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
resolve,
|
resolve,
|
||||||
hidden,
|
hidden,
|
||||||
}}
|
}}
|
||||||
/>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
|
@ -18,7 +18,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
.collapse-badge {
|
.collapse-badge {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
transition: opacity var(--transition) ease-in-out,
|
transition:
|
||||||
|
opacity var(--transition) ease-in-out,
|
||||||
transform var(--transition) ease-in;
|
transform var(--transition) ease-in;
|
||||||
:global(.collapse-label:hover) & {
|
:global(.collapse-label:hover) & {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
|
@ -13,7 +13,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:dblclick
|
on:dblclick
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.handle-background {
|
.handle-background {
|
||||||
|
|
|
@ -32,7 +32,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:mousedown|preventDefault
|
on:mousedown|preventDefault
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
<div
|
<div
|
||||||
class:nightMode={$pageTheme.isDark}
|
class:nightMode={$pageTheme.isDark}
|
||||||
class:active
|
class:active
|
||||||
|
@ -42,7 +42,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:pointermove
|
on:pointermove
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
<div
|
<div
|
||||||
class:nightMode={$pageTheme.isDark}
|
class:nightMode={$pageTheme.isDark}
|
||||||
class:active
|
class:active
|
||||||
|
@ -52,7 +52,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:pointermove
|
on:pointermove
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
<div
|
<div
|
||||||
class:nightMode={$pageTheme.isDark}
|
class:nightMode={$pageTheme.isDark}
|
||||||
class:active
|
class:active
|
||||||
|
@ -62,7 +62,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:pointermove
|
on:pointermove
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
<div
|
<div
|
||||||
class:nightMode={$pageTheme.isDark}
|
class:nightMode={$pageTheme.isDark}
|
||||||
class:active
|
class:active
|
||||||
|
@ -72,7 +72,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:pointermove
|
on:pointermove
|
||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
role="button"
|
role="button"
|
||||||
/>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
|
@ -43,10 +43,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{#if !result}
|
{#if !result}
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
<div class="spinner" class:nightMode={$pageTheme.isDark}>
|
<div class="spinner" class:nightMode={$pageTheme.isDark}>
|
||||||
<div />
|
<div></div>
|
||||||
<div />
|
<div></div>
|
||||||
<div />
|
<div></div>
|
||||||
<div />
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="label">{label}</div>
|
<div id="label">{label}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -48,8 +48,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
"md": $calc,
|
"md": $calc,
|
||||||
"lg": $calc,
|
"lg": $calc,
|
||||||
"xl": $calc,
|
"xl": $calc,
|
||||||
"xxl": $calc
|
"xxl": $calc,
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -80,7 +80,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
{#if animated && measuring}
|
{#if animated && measuring}
|
||||||
<!-- Maintain document flow while collapsible height is measured -->
|
<!-- Maintain document flow while collapsible height is measured -->
|
||||||
<div class="collapsible-placeholder" />
|
<div class="collapsible-placeholder"></div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Copyright: Ankitects Pty Ltd and contributors
|
Copyright: Ankitects Pty Ltd and contributors
|
||||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
-->
|
-->
|
||||||
<div class="arrow" />
|
<div class="arrow"></div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use "../sass/elevation" as elevation;
|
@use "../sass/elevation" as elevation;
|
||||||
|
|
|
@ -100,7 +100,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
class:invert={$pageTheme.isDark}
|
class:invert={$pageTheme.isDark}
|
||||||
data-bs-dismiss="modal"
|
data-bs-dismiss="modal"
|
||||||
aria-label="Close"
|
aria-label="Close"
|
||||||
/>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
{#if url}
|
{#if url}
|
||||||
<div class="chapter-redirect">
|
<div class="chapter-redirect">
|
||||||
|
|
|
@ -50,22 +50,30 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
use:initObserver
|
use:initObserver
|
||||||
>
|
>
|
||||||
<div class="d-flex flex-column flex-grow-1">
|
<div class="d-flex flex-column flex-grow-1">
|
||||||
<div class="scroll-edge" data-edge="top" />
|
<div class="scroll-edge" data-edge="top"></div>
|
||||||
<div class="d-flex flex-row flex-grow-1">
|
<div class="d-flex flex-row flex-grow-1">
|
||||||
<div class="scroll-edge" data-edge="left" />
|
<div class="scroll-edge" data-edge="left"></div>
|
||||||
<div class="scroll-content flex-grow-1">
|
<div class="scroll-content flex-grow-1">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<div class="scroll-edge" data-edge="right" />
|
<div class="scroll-edge" data-edge="right"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="scroll-edge" data-edge="bottom" />
|
<div class="scroll-edge" data-edge="bottom"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if scrollStates.top} <div class="scroll-shadow top-0" /> {/if}
|
{#if scrollStates.top}
|
||||||
{#if scrollStates.bottom} <div class="scroll-shadow bottom-0" /> {/if}
|
<div class="scroll-shadow top-0"></div>
|
||||||
{#if scrollStates.left} <div class="scroll-shadow start-0" /> {/if}
|
{/if}
|
||||||
{#if scrollStates.right} <div class="scroll-shadow end-0" /> {/if}
|
{#if scrollStates.bottom}
|
||||||
|
<div class="scroll-shadow bottom-0"></div>
|
||||||
|
{/if}
|
||||||
|
{#if scrollStates.left}
|
||||||
|
<div class="scroll-shadow start-0"></div>
|
||||||
|
{/if}
|
||||||
|
{#if scrollStates.right}
|
||||||
|
<div class="scroll-shadow end-0"></div>
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
Copyright: Ankitects Pty Ltd and contributors
|
Copyright: Ankitects Pty Ltd and contributors
|
||||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
-->
|
-->
|
||||||
<div />
|
<div></div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
div {
|
div {
|
||||||
|
|
|
@ -43,7 +43,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{#if itemHeight * startIndex > 0}
|
{#if itemHeight * startIndex > 0}
|
||||||
<tr><td style="height: {itemHeight * startIndex}px;" /></tr>
|
<tr><td style="height: {itemHeight * startIndex}px;"></td></tr>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#each slice as index (index)}
|
{#each slice as index (index)}
|
||||||
|
@ -55,7 +55,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<td
|
<td
|
||||||
style="height: {itemHeight * itemsCount -
|
style="height: {itemHeight * itemsCount -
|
||||||
itemHeight * endIndex}px;"
|
itemHeight * endIndex}px;"
|
||||||
/>
|
></td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
|
@ -56,7 +56,8 @@ body {
|
||||||
|
|
||||||
button:not(.btn, .btn-close) {
|
button:not(.btn, .btn-close) {
|
||||||
/* override transition for instant hover response */
|
/* override transition for instant hover response */
|
||||||
transition: color var(--transition) ease-in-out,
|
transition:
|
||||||
|
color var(--transition) ease-in-out,
|
||||||
box-shadow var(--transition) ease-in-out !important;
|
box-shadow var(--transition) ease-in-out !important;
|
||||||
border-radius: prop(border-radius);
|
border-radius: prop(border-radius);
|
||||||
@include button.base;
|
@include button.base;
|
||||||
|
|
|
@ -23,7 +23,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
bind:value
|
bind:value
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
/>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
</ConfigInput>
|
</ConfigInput>
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
),
|
),
|
||||||
new ValueTab(
|
new ValueTab(
|
||||||
tr.deckConfigTodayOnly(),
|
tr.deckConfigTodayOnly(),
|
||||||
$limits.newTodayActive ? $limits.newToday ?? null : null,
|
$limits.newTodayActive ? ($limits.newToday ?? null) : null,
|
||||||
(value) => ($limits.newToday = value ?? undefined),
|
(value) => ($limits.newToday = value ?? undefined),
|
||||||
null,
|
null,
|
||||||
$limits.newToday ?? null,
|
$limits.newToday ?? null,
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
),
|
),
|
||||||
new ValueTab(
|
new ValueTab(
|
||||||
tr.deckConfigTodayOnly(),
|
tr.deckConfigTodayOnly(),
|
||||||
$limits.reviewTodayActive ? $limits.reviewToday ?? null : null,
|
$limits.reviewTodayActive ? ($limits.reviewToday ?? null) : null,
|
||||||
(value) => ($limits.reviewToday = value ?? undefined),
|
(value) => ($limits.reviewToday = value ?? undefined),
|
||||||
null,
|
null,
|
||||||
$limits.reviewToday ?? null,
|
$limits.reviewToday ?? null,
|
||||||
|
|
|
@ -79,7 +79,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
class:invert={$pageTheme.isDark}
|
class:invert={$pageTheme.isDark}
|
||||||
data-bs-dismiss="modal"
|
data-bs-dismiss="modal"
|
||||||
aria-label="Close"
|
aria-label="Close"
|
||||||
/>
|
></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<form on:submit|preventDefault={onOkClicked}>
|
<form on:submit|preventDefault={onOkClicked}>
|
||||||
|
|
|
@ -27,4 +27,4 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
on:blur={update}
|
on:blur={update}
|
||||||
class="w-100"
|
class="w-100"
|
||||||
placeholder={render(defaults)}
|
placeholder={render(defaults)}
|
||||||
/>
|
></textarea>
|
||||||
|
|
|
@ -81,7 +81,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{total}
|
{total}
|
||||||
</td>
|
</td>
|
||||||
<td class="right">{graphData.totalCards}</td>
|
<td class="right">{graphData.totalCards}</td>
|
||||||
<td />
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -18,7 +18,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
const search = writable(initialSearch);
|
const search = writable(initialSearch);
|
||||||
const days = writable(initialDays);
|
const days = writable(initialDays);
|
||||||
|
|
||||||
export let graphs: typeof SvelteComponent<any>[];
|
export let graphs: (typeof SvelteComponent<any>)[];
|
||||||
/** See RangeBox */
|
/** See RangeBox */
|
||||||
export let controller: typeof SvelteComponent<any> | null = RangeBox;
|
export let controller: typeof SvelteComponent<any> | null = RangeBox;
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
{/each}
|
{/each}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<div class="spacer" />
|
<div class="spacer"></div>
|
||||||
</WithGraphData>
|
</WithGraphData>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
|
@ -106,7 +106,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</InputBox>
|
</InputBox>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="range-box-pad" />
|
<div class="range-box-pad"></div>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.range-box {
|
.range-box {
|
||||||
|
|
|
@ -80,7 +80,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<div class="editor-container" use:init>
|
<div class="editor-container" use:init>
|
||||||
<!-- svelte-ignore a11y-missing-attribute -->
|
<!-- svelte-ignore a11y-missing-attribute -->
|
||||||
<img id="image" />
|
<img id="image" />
|
||||||
<canvas id="canvas" />
|
<canvas id="canvas"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -49,12 +49,12 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
field.textareaValue = field.divValue;
|
field.textareaValue = field.divValue;
|
||||||
}}
|
}}
|
||||||
contenteditable
|
contenteditable
|
||||||
/>
|
></div>
|
||||||
<textarea
|
<textarea
|
||||||
id="{field.id}--textarea"
|
id="{field.id}--textarea"
|
||||||
class="text-area"
|
class="text-area"
|
||||||
bind:value={field.textareaValue}
|
bind:value={field.textareaValue}
|
||||||
/>
|
></textarea>
|
||||||
</div>
|
</div>
|
||||||
</Row>
|
</Row>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
|
@ -14,7 +14,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
export let addNote: () => void;
|
export let addNote: () => void;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div style:flex-grow="1" />
|
<div style:flex-grow="1"></div>
|
||||||
<div class="sticky-footer">
|
<div class="sticky-footer">
|
||||||
<ButtonGroup size={2}>
|
<ButtonGroup size={2}>
|
||||||
<LabelButton
|
<LabelButton
|
||||||
|
|
|
@ -33,7 +33,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
<th>{tr.importingStatus()}</th>
|
<th>{tr.importingStatus()}</th>
|
||||||
<th>{tr.editingFields()}</th>
|
<th>{tr.editingFields()}</th>
|
||||||
<th />
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
<svelte:fragment slot="row" let:index>
|
<svelte:fragment slot="row" let:index>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
95
yarn.lock
95
yarn.lock
|
@ -32,6 +32,46 @@
|
||||||
"@typescript/vfs" "^1.4.0"
|
"@typescript/vfs" "^1.4.0"
|
||||||
typescript "4.5.2"
|
typescript "4.5.2"
|
||||||
|
|
||||||
|
"@dprint/darwin-arm64@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/darwin-arm64/-/darwin-arm64-0.47.2.tgz#dea8bfa146159e565e510266a2f1d7ebd2676090"
|
||||||
|
integrity sha512-mVPFBJsXxGDKHHCAY8wbqOyS4028g1bN15H9tivCnPAjwaZhkUimZHXWejXADjhGn+Xm2SlakugY9PY/68pH3Q==
|
||||||
|
|
||||||
|
"@dprint/darwin-x64@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/darwin-x64/-/darwin-x64-0.47.2.tgz#9e03a7ebb1a38ffcd46fbade96e98e8326d4c77c"
|
||||||
|
integrity sha512-T7wzlc+rBV+6BRRiBjoqoy5Hj4TR2Nv2p2s9+ycyPGs10Kj/JXOWD8dnEHeBgUr2r4qe/ZdcxmsFQ5Hf2n0WuA==
|
||||||
|
|
||||||
|
"@dprint/linux-arm64-glibc@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/linux-arm64-glibc/-/linux-arm64-glibc-0.47.2.tgz#7d6c70b1c097d8dd8756cb4cdff40afdde4d42f3"
|
||||||
|
integrity sha512-B0m1vT5LdVtrNOVdkqpLPrSxuCD+l5bTIgRzPaDoIB1ChWQkler9IlX8C+RStpujjPj6SYvwo5vTzjQSvRdQkA==
|
||||||
|
|
||||||
|
"@dprint/linux-arm64-musl@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/linux-arm64-musl/-/linux-arm64-musl-0.47.2.tgz#76158f3400848d6d00023559c7b1fbf1cf1198c9"
|
||||||
|
integrity sha512-zID6wZZqpg2/Q2Us+ERQkbhLwlW3p3xaeEr00MPf49bpydmEjMiPuSjWPkNv+slQSIyIsVovOxF4lbNZjsdtvw==
|
||||||
|
|
||||||
|
"@dprint/linux-x64-glibc@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/linux-x64-glibc/-/linux-x64-glibc-0.47.2.tgz#1c30261e7a085bcbd6d673c7ac4064a4e50c1a02"
|
||||||
|
integrity sha512-rB3WXMdINnRd33DItIp7mObS7dzHW90ZzeJSsoKJLPp+Z7wXjjb27UUowfqVI4baa/1pd7sdbX54DPohMtfu/A==
|
||||||
|
|
||||||
|
"@dprint/linux-x64-musl@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/linux-x64-musl/-/linux-x64-musl-0.47.2.tgz#27d50baca893bbaa8d5ff6448621a1d68d5eba1b"
|
||||||
|
integrity sha512-E0+TNbzYdTXJ/jCVjUctVxkda/faw++aDQLfyWGcmdMJnbM7NZz+W4fUpDXzMPsjy+zTWxXcPK7/q2DZz2gnbg==
|
||||||
|
|
||||||
|
"@dprint/win32-arm64@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/win32-arm64/-/win32-arm64-0.47.2.tgz#eb7eb2b4acd17d8221ae85c835c80aa1b6b3110c"
|
||||||
|
integrity sha512-K1EieTCFjfOCmyIhw9zFSduE6qVCNHEveupqZEfbSkVGw5T9MJQ1I9+n7MDb3RIDYEUk0enJ58/w82q8oDKCyA==
|
||||||
|
|
||||||
|
"@dprint/win32-x64@0.47.2":
|
||||||
|
version "0.47.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@dprint/win32-x64/-/win32-x64-0.47.2.tgz#117c4b22de19dd11991851f27424ccc332d2266a"
|
||||||
|
integrity sha512-LhizWr8VrhHvq4ump8HwOERyFmdLiE8C6A42QSntGXzKdaa2nEOq20x/o56ZIiDcesiV+1TmosMKimPcOZHa+Q==
|
||||||
|
|
||||||
"@esbuild/aix-ppc64@0.19.12":
|
"@esbuild/aix-ppc64@0.19.12":
|
||||||
version "0.19.12"
|
version "0.19.12"
|
||||||
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
|
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
|
||||||
|
@ -1341,11 +1381,6 @@ buffer-crc32@^1.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405"
|
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405"
|
||||||
integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==
|
integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==
|
||||||
|
|
||||||
buffer-crc32@~0.2.3:
|
|
||||||
version "0.2.13"
|
|
||||||
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
|
|
||||||
integrity sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==
|
|
||||||
|
|
||||||
buffer-from@^1.0.0:
|
buffer-from@^1.0.0:
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
||||||
|
@ -1975,13 +2010,19 @@ domutils@^3.0.1:
|
||||||
domelementtype "^2.3.0"
|
domelementtype "^2.3.0"
|
||||||
domhandler "^5.0.3"
|
domhandler "^5.0.3"
|
||||||
|
|
||||||
dprint@=0.35.3:
|
dprint@=0.47.2:
|
||||||
version "0.35.3"
|
version "0.47.2"
|
||||||
resolved "https://registry.yarnpkg.com/dprint/-/dprint-0.35.3.tgz#be89ff5e76b46c21d5db84015ee9232e82e9bc14"
|
resolved "https://registry.yarnpkg.com/dprint/-/dprint-0.47.2.tgz#f3aca518324b9948066652c87e4c4a3bc509869d"
|
||||||
integrity sha512-BWFdr2Ury2dtqyjaTI9P5vCpb1yn5laLfO3Yo5egrrDlK2A2mv6CSpe/oK2cuOPESMY1JT2dubMv2dPDiJfMnA==
|
integrity sha512-geUcVIIrmLaY+YtuOl4gD7J/QCjsXZa5gUqre9sO6cgH0X/Fa9heBN3l/AWVII6rKPw45ATuCSDWz1pyO+HkPQ==
|
||||||
dependencies:
|
optionalDependencies:
|
||||||
https-proxy-agent "=5.0.1"
|
"@dprint/darwin-arm64" "0.47.2"
|
||||||
yauzl "=2.10.0"
|
"@dprint/darwin-x64" "0.47.2"
|
||||||
|
"@dprint/linux-arm64-glibc" "0.47.2"
|
||||||
|
"@dprint/linux-arm64-musl" "0.47.2"
|
||||||
|
"@dprint/linux-x64-glibc" "0.47.2"
|
||||||
|
"@dprint/linux-x64-musl" "0.47.2"
|
||||||
|
"@dprint/win32-arm64" "0.47.2"
|
||||||
|
"@dprint/win32-x64" "0.47.2"
|
||||||
|
|
||||||
eastasianwidth@^0.2.0:
|
eastasianwidth@^0.2.0:
|
||||||
version "0.2.0"
|
version "0.2.0"
|
||||||
|
@ -2467,13 +2508,6 @@ fastq@^1.6.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
reusify "^1.0.4"
|
reusify "^1.0.4"
|
||||||
|
|
||||||
fd-slicer@~1.1.0:
|
|
||||||
version "1.1.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
|
|
||||||
integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
|
|
||||||
dependencies:
|
|
||||||
pend "~1.2.0"
|
|
||||||
|
|
||||||
file-entry-cache@^6.0.1:
|
file-entry-cache@^6.0.1:
|
||||||
version "6.0.1"
|
version "6.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
||||||
|
@ -2762,7 +2796,7 @@ http-proxy-agent@^5.0.0:
|
||||||
agent-base "6"
|
agent-base "6"
|
||||||
debug "4"
|
debug "4"
|
||||||
|
|
||||||
https-proxy-agent@=5.0.1, https-proxy-agent@^5.0.0:
|
https-proxy-agent@^5.0.0:
|
||||||
version "5.0.1"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
|
||||||
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
|
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
|
||||||
|
@ -3563,11 +3597,6 @@ pathval@^1.1.1:
|
||||||
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
|
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
|
||||||
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
|
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
|
||||||
|
|
||||||
pend@~1.2.0:
|
|
||||||
version "1.2.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
|
|
||||||
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
|
|
||||||
|
|
||||||
picocolors@^1.0.0, picocolors@^1.0.1:
|
picocolors@^1.0.0, picocolors@^1.0.1:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
||||||
|
@ -3632,10 +3661,10 @@ prelude-ls@^1.2.1:
|
||||||
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
||||||
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
||||||
|
|
||||||
prettier-plugin-svelte@^2.10.1:
|
prettier-plugin-svelte@^3.2.6:
|
||||||
version "2.10.1"
|
version "3.2.6"
|
||||||
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-2.10.1.tgz#e1abbe5689e8a926c60b8bc42e61233556ca90d1"
|
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.6.tgz#22e5b6783a2c87bfe112e0f4b1886ea3db236bf4"
|
||||||
integrity sha512-Wlq7Z5v2ueCubWo0TZzKc9XHcm7TDxqcuzRuGd0gcENfzfT4JZ9yDlCbEgxWgiPmLHkBjfOtpAWkcT28MCDpUQ==
|
integrity sha512-Y1XWLw7vXUQQZmgv1JAEiLcErqUniAF2wO7QJsw8BVMvpLET2dI5WpEIEJx1r11iHVdSMzQxivyfrH9On9t2IQ==
|
||||||
|
|
||||||
prettier@^2.4.1:
|
prettier@^2.4.1:
|
||||||
version "2.8.8"
|
version "2.8.8"
|
||||||
|
@ -4628,14 +4657,6 @@ yaml@^1.10.2:
|
||||||
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
||||||
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
||||||
|
|
||||||
yauzl@=2.10.0:
|
|
||||||
version "2.10.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
|
|
||||||
integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
|
|
||||||
dependencies:
|
|
||||||
buffer-crc32 "~0.2.3"
|
|
||||||
fd-slicer "~1.1.0"
|
|
||||||
|
|
||||||
yocto-queue@^0.1.0:
|
yocto-queue@^0.1.0:
|
||||||
version "0.1.0"
|
version "0.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
||||||
|
|
Loading…
Reference in a new issue