mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-22 09:18:33 +00:00
chore(deps-dev): bump svelte from 5.0.0-next.184 to 5.0.0-next.190 (#8143)
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 5.0.0-next.184 to 5.0.0-next.190. - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.0.0-next.190/packages/svelte) --- updated-dependencies: - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
50df5099aa
commit
dbd7b01ac7
5 changed files with 8 additions and 15 deletions
|
|
@ -36,7 +36,7 @@
|
|||
"monaco-editor": "^0.50.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"svelte": "5.0.0-next.184",
|
||||
"svelte": "5.0.0-next.190",
|
||||
"svelte-check": "^3.8.4",
|
||||
"svelte-eslint-parser": "^0.41.0",
|
||||
"svelte-fa": "^4.0.2",
|
||||
|
|
|
|||
|
|
@ -125,14 +125,7 @@ async function stopReceivingLogs(providerInternalId: string): Promise<void> {
|
|||
</div>
|
||||
{/if}
|
||||
<div class="px-2 text-sm italic text-gray-700">
|
||||
<Button
|
||||
on:click={() => {
|
||||
showModalProviderInfo = providerInfo;
|
||||
// startReceivinLogs(providerInfo);
|
||||
}}
|
||||
icon={faHistory}>
|
||||
Show Logs
|
||||
</Button>
|
||||
<Button on:click={() => (showModalProviderInfo = providerInfo)} icon={faHistory}>Show Logs</Button>
|
||||
</div>
|
||||
|
||||
{#if providerLifecycleError}
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
"jsdom": "^24.1.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss-load-config": "^6.0.1",
|
||||
"svelte": "5.0.0-next.184",
|
||||
"svelte": "5.0.0-next.190",
|
||||
"svelte-check": "^3.8.4",
|
||||
"svelte-eslint-parser": "^0.41.0",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"react-dom": "18.3.1",
|
||||
"storybook": "^8.1.11",
|
||||
"storybook-dark-mode": "^4.0.2",
|
||||
"svelte": "5.0.0-next.184",
|
||||
"svelte": "5.0.0-next.190",
|
||||
"svelte-check": "^3.8.4",
|
||||
"svelte-preprocess": "^6.0.2",
|
||||
"tailwindcss": "^3.4.6",
|
||||
|
|
|
|||
|
|
@ -18653,10 +18653,10 @@ svelte2tsx@~0.7.0:
|
|||
dedent-js "^1.0.1"
|
||||
pascal-case "^3.1.1"
|
||||
|
||||
svelte@5.0.0-next.184:
|
||||
version "5.0.0-next.184"
|
||||
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.0.0-next.184.tgz#e46ebacced825ea42a62cf70da9ea87d0e4d1dd1"
|
||||
integrity sha512-oHWNajXOytt/5s2Ark3o/CP7bHLx+o/QZjTkCtU1dECqSmYyGqrIsoZi0Cx0VBdXAHMqI+1/T70ppaL1cL7LEw==
|
||||
svelte@5.0.0-next.190:
|
||||
version "5.0.0-next.190"
|
||||
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.0.0-next.190.tgz#bf8c6401dadd56b26cb0c6ecd9a3a4b305a78c71"
|
||||
integrity sha512-6cnB92hY2o1Nr8zqrMX/mYJVslXD19C1fbyo3drB3azYBsAtjaBQaxG6JD7dZnicEGJhM/k3H7J5GXgFpijNzA==
|
||||
dependencies:
|
||||
"@ampproject/remapping" "^2.2.1"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.15"
|
||||
|
|
|
|||
Loading…
Reference in a new issue