opengoal-launcher/package.json
dependabot[bot] 9edab84c40
build(deps-dev): bump the frontend-deps group with 5 updates (#578)
Bumps the frontend-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [flowbite](https://github.com/themesberg/flowbite) | `2.5.1` | `2.5.2`
|
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) |
`0.46.17` | `0.46.22` |
|
[prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte)
| `3.2.6` | `3.2.7` |
| [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) |
`6.0.2` | `6.0.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.7` | `5.4.8` |

Updates `flowbite` from 2.5.1 to 2.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite/releases">flowbite's
releases</a>.</em></p>
<blockquote>
<h2>v2.5.2</h2>
<ul>
<li>release new <a
href="https://flowbite.com/docs/plugins/wysiwyg/">WYSIWYG text
editor</a> component</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5c8df35e2b"><code>5c8df35</code></a>
docs(readme): add wysiwyg to readme</li>
<li><a
href="26cb313102"><code>26cb313</code></a>
Merge pull request <a
href="https://redirect.github.com/themesberg/flowbite/issues/971">#971</a>
from themesberg/wysiwyg</li>
<li><a
href="933b112fef"><code>933b112</code></a>
chore(wysiwyg) update to <code>v2.5.2</code></li>
<li><a
href="7aa2a6b366"><code>7aa2a6b</code></a>
feat(wysiwyg): finish the component</li>
<li><a
href="e799dc286e"><code>e799dc2</code></a>
feat(wysiwyg): add toggle buttons</li>
<li><a
href="30f5133ec3"><code>30f5133</code></a>
feat(wysiwyg): add next and prev cell navigation butoons</li>
<li><a
href="6e4cb24cf8"><code>6e4cb24</code></a>
feat(wysiwyg): set styles for currently selected cells</li>
<li><a
href="3d3261d3af"><code>3d3261d</code></a>
feat(wysiwyg): delete table feature and organise buttons</li>
<li><a
href="8270c05898"><code>8270c05</code></a>
feat(wysiwyg): add column and row behaviour actions</li>
<li><a
href="145f5617fb"><code>145f561</code></a>
docs(wysiwyg): write js behaviour docs</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite/compare/v2.5.1...v2.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `flowbite-svelte` from 0.46.17 to 0.46.22
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-svelte/releases">flowbite-svelte's
releases</a>.</em></p>
<blockquote>
<h2>v0.46.22</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.21...v0.46.22">https://github.com/themesberg/flowbite-svelte/compare/v0.46.21...v0.46.22</a></p>
<h2>v0.46.21</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.20...v0.46.21">https://github.com/themesberg/flowbite-svelte/compare/v0.46.20...v0.46.21</a></p>
<h2>v0.46.20</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.19...v0.46.20">https://github.com/themesberg/flowbite-svelte/compare/v0.46.19...v0.46.20</a></p>
<h2>v0.46.19</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.18...v0.46.19">https://github.com/themesberg/flowbite-svelte/compare/v0.46.18...v0.46.19</a></p>
<h2>v0.46.18</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: change github repo link for admin dashboard in extend section
by <a
href="https://github.com/tony-stark-eth"><code>@​tony-stark-eth</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1443">themesberg/flowbite-svelte#1443</a></li>
<li>Format all files and a format check to github actions by <a
href="https://github.com/koplas"><code>@​koplas</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1445">themesberg/flowbite-svelte#1445</a></li>
<li>Make it easier to see if controls are disabled by <a
href="https://github.com/cintek"><code>@​cintek</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1448">themesberg/flowbite-svelte#1448</a></li>
<li>Update sidenav.md to stop infinite expansion of height by <a
href="https://github.com/Ben-Nicholas"><code>@​Ben-Nicholas</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1402">themesberg/flowbite-svelte#1402</a></li>
<li>feat: add capability to pass disabled prop for a select option by <a
href="https://github.com/igarren"><code>@​igarren</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1450">themesberg/flowbite-svelte#1450</a></li>
<li>Fix: Using focus trap in web components by <a
href="https://github.com/Palkess"><code>@​Palkess</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1338">themesberg/flowbite-svelte#1338</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/tony-stark-eth"><code>@​tony-stark-eth</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1443">themesberg/flowbite-svelte#1443</a></li>
<li><a
href="https://github.com/Ben-Nicholas"><code>@​Ben-Nicholas</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1402">themesberg/flowbite-svelte#1402</a></li>
<li><a href="https://github.com/igarren"><code>@​igarren</code></a> made
their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1450">themesberg/flowbite-svelte#1450</a></li>
<li><a href="https://github.com/Palkess"><code>@​Palkess</code></a> made
their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-svelte/pull/1338">themesberg/flowbite-svelte#1338</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.17...v0.46.18">https://github.com/themesberg/flowbite-svelte/compare/v0.46.17...v0.46.18</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md">flowbite-svelte's
changelog</a>.</em></p>
<blockquote>
<h2>0.46.22</h2>
<h3>Patch Changes</h3>
<ul>
<li>fix: omit size from Toggle (<a
href="cbdc23136d"><code>cbdc23136d7cbd57338fee3ae57fd0b347fcedd6</code></a>)</li>
</ul>
<h2>0.46.21</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>types: add $Props (<a
href="458b98eea9"><code>458b98eea93e1b9c82374d1727e057bf97d85930</code></a>)</p>
</li>
<li>
<p>types: component type updates types: Button and ToolbarButton update
for using anchor and button, HTMLAnchorAttributes, HTMLButtonAttributes
types: GradientButton uses import ButtonProps from
&quot;./Button.svelte&quot; instead of using ComponentProps that does
not work. (<a
href="a1ba5af532"><code>a1ba5af532261772bfd8b0b2c8267f65e814f997</code></a>)</p>
</li>
<li>
<p>fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1454">#1454</a>
extends HTMLInputAttributes for Checkbox component (<a
href="4ce2ced37a"><code>4ce2ced37a28885614ac1d863386e396f190a65e</code></a>)</p>
</li>
</ul>
<h2>0.46.20</h2>
<h3>Patch Changes</h3>
<ul>
<li>types: add $Props (<a
href="46a29798f7"><code>46a29798f77a63482a0951720eb761e474d11287</code></a>)</li>
</ul>
<h2>0.46.19</h2>
<h3>Patch Changes</h3>
<ul>
<li>types: add $Props (<a
href="264f88f447"><code>264f88f447592e81bb86ffd2f5202277c9b3116e</code></a>)</li>
</ul>
<h2>0.46.18</h2>
<h3>Patch Changes</h3>
<ul>
<li>bug fixes and features (<a
href="bca44f8c50"><code>bca44f8c500ea0b04215530b27e0cf460c5aa4b6</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cbdc23136d"><code>cbdc231</code></a>
chore: changeset</li>
<li><a
href="e0082a712b"><code>e0082a7</code></a>
fix: omit size in Toggle interface</li>
<li><a
href="622db7d6f1"><code>622db7d</code></a>
v0.46.21</li>
<li><a
href="4ce2ced37a"><code>4ce2ced</code></a>
fix: update component data</li>
<li><a
href="458b98eea9"><code>458b98e</code></a>
fix: <a
href="https://redirect.github.com/themesberg/flowbite-svelte/issues/1454">#1454</a>
extends HTMLInputAttributes for Checkbox compo</li>
<li><a
href="a1ba5af532"><code>a1ba5af</code></a>
chore: add todo list</li>
<li><a
href="ef5ba59eaf"><code>ef5ba59</code></a>
fix: github workflow</li>
<li><a
href="5fe2f0c44d"><code>5fe2f0c</code></a>
chore: format for github action fail</li>
<li><a
href="5ce805c595"><code>5ce805c</code></a>
fix: Paging.svelte and update component-data</li>
<li><a
href="efcecf79c1"><code>efcecf7</code></a>
v0.46.20</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite-svelte/compare/v0.46.17...v0.46.22">compare
view</a></li>
</ul>
</details>
<br />

Updates `prettier-plugin-svelte` from 3.2.6 to 3.2.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md">prettier-plugin-svelte's
changelog</a>.</em></p>
<blockquote>
<h2>3.2.7 (unreleased)</h2>
<ul>
<li>(fix) force quote style inside style directives</li>
<li>(fix) preserve commas in array expressions</li>
<li>(fix) Svelte 5: properly determine end of snippet parameters with TS
annotations</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10d387a807"><code>10d387a</code></a>
chore: release 3.2.7</li>
<li><a
href="2f8396102d"><code>2f83961</code></a>
chore: run prettier in ci (<a
href="https://redirect.github.com/sveltejs/prettier-plugin-svelte/issues/452">#452</a>)</li>
<li><a
href="5630294dae"><code>5630294</code></a>
fix: preserve commas in array expressions</li>
<li><a
href="a1a3f9221e"><code>a1a3f92</code></a>
fix: properly determine end of snippet parameters with TS
annotations</li>
<li><a
href="0c5692a8a7"><code>0c5692a</code></a>
fix: force quote style inside style directives</li>
<li>See full diff in <a
href="https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.6...v3.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `svelte-preprocess` from 6.0.2 to 6.0.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">6.0.3</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)
(<a
href="9d49f3d1e1">9d49f3d</a>)</li>
<li>ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)
(<a
href="9b5432540b">9b54325</a>),
closes <a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/656">#656</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c522b8e119"><code>c522b8e</code></a>
chore(release): 6.0.3</li>
<li><a
href="455e6e9580"><code>455e6e9</code></a>
chore: cleanup fix</li>
<li><a
href="9b5432540b"><code>9b54325</code></a>
fix: ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)</li>
<li><a
href="9d49f3d1e1"><code>9d49f3d</code></a>
fix: add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)</li>
<li><a
href="359b1f6434"><code>359b1f6</code></a>
docs: update broken documentation example (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/650">#650</a>)</li>
<li>See full diff in <a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.4.7 to 5.4.8
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.8 (2024-09-25)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern api custom importer (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18">#18</a>
(<a
href="7d47fc1c74">7d47fc1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18183">#18183</a></li>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)
(<a
href="8464d976b1">8464d97</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18128">#18128</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18184">#18184</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0474550c9f"><code>0474550</code></a>
release: v5.4.8</li>
<li><a
href="8464d976b1"><code>8464d97</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)</li>
<li><a
href="7d47fc1c74"><code>7d47fc1</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern a...</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.8/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 17:35:22 -04:00

67 lines
2.2 KiB
JSON

{
"name": "opengoal-launcher",
"private": true,
"version": "2.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"coverage": "vitest run --coverage",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "npx prettier --plugin prettier-plugin-svelte --check .",
"format": "npx prettier --plugin prettier-plugin-svelte --write .",
"update-release-meta": "node ./scripts/update-release-meta.mjs",
"release": "npm run tauri build -- --config ./.tauri/release-config.json",
"release-id": "node ./scripts/get-release-id.mjs",
"verify-release-assets": "node ./scripts/verify-release-assets.mjs",
"mock-mkcert": "mkcert -cert-file ./fixtures/cert.pem -key-file ./fixtures/key.pem localhost",
"mock-mod-source": "npx http-server --cors -p 8081 -S -C ./fixtures/cert.pem -K ./fixtures/key.pem ./fixtures",
"update-rust-bindings": "cd src-tauri && cargo test"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@iconify-json/ic": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/plugin-throttling": "^9.3.1",
"@octokit/rest": "^21.0.2",
"@popperjs/core": "^2.11.7",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tauri-apps/cli": "^1.6.2",
"@testing-library/svelte": "^5.2.1",
"@tsconfig/svelte": "^5.0.4",
"@vitest/coverage-v8": "^2.1.1",
"ansi-to-span": "^0.0.1",
"autoprefixer": "^10.4.20",
"classnames": "^2.5.1",
"escape-html": "^1.0.3",
"execa": "^9.4.0",
"flowbite": "^2.5.2",
"flowbite-svelte": "0.46.22",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"svelte-i18n": "^4.0.0",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"dependencies": {
"@tauri-apps/api": "^1.6.0",
"@types/semver": "^7.5.8",
"country-flag-emoji-polyfill": "^0.1.8",
"http-server": "^14.1.1",
"semver": "^7.6.3",
"svelte-navigator": "^3.2.2"
},
"packageManager": "yarn@1.22.19"
}