opengoal-launcher/package.json
dependabot[bot] a3cd7c5b78
build(deps-dev): bump prettier-plugin-svelte from 2.7.1 to 2.8.0 (#50)
Bumps
[prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte)
from 2.7.1 to 2.8.0.
<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>2.8.0</h2>
<ul>
<li>(feat) support <code>singleAttributePerLine</code> Prettier option
(<a
href="https://github-redirect.dependabot.com/sveltejs/prettier-plugin-svelte/issues/305">#305</a>)</li>
<li>(feat) add <code>svelteSortOrder: none</code> Prettier option which
skips reordering scripts/styles/html (<a
href="https://github-redirect.dependabot.com/sveltejs/prettier-plugin-svelte/issues/314">#305</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sveltejs/prettier-plugin-svelte/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier-plugin-svelte&package-manager=npm_and_yarn&previous-version=2.7.1&new-version=2.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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

37 lines
1.1 KiB
JSON

{
"name": "opengoal-launcher",
"private": true,
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauricon": "tauricon",
"package": "node ./scripts/rename-binaries.js",
"update-bin": "node ./scripts/update-binaries.js && npm run package",
"lint": "npx prettier --check .",
"format": "npx prettier --write .",
"mock-bin": "node ./scripts/dummy-binaries.js",
"prepare-release-config": "node ./scripts/merge-config.js",
"release": "npm run prepare-release-config && npm run tauri build -- --config ./.tauri/release-config.combined.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.49",
"@tauri-apps/cli": "^1.1.1",
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
"@tsconfig/svelte": "^3.0.0",
"execa": "^6.1.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
"vite": "^2.9.14"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"svelte-navigator": "^3.2.2"
}
}