diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-25 04:37:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-25 04:37:41 +0000 |
commit | 72ec3ba876c213e9556ba462e11c121fb3b02253 (patch) | |
tree | 93e1dc80881c4855d82fdc2167dbbe7c313586cc /clients | |
parent | Bump typescript from 5.4.5 to 5.5.2 (diff) | |
download | zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar.gz zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar.bz2 zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar.lz zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar.xz zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.tar.zst zorascript-72ec3ba876c213e9556ba462e11c121fb3b02253.zip |
Bump svelte-check from 3.8.1 to 3.8.2
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.8.1 to 3.8.2.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.1...svelte-check-3.8.2)
---
updated-dependencies:
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients')
-rw-r--r-- | clients/www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index d2ba389..d05a33f 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -34,7 +34,7 @@ "prettier": "^3.3.2", "prettier-plugin-svelte": "^3.2.5", "svelte": "^4.2.18", - "svelte-check": "^3.8.1", + "svelte-check": "^3.8.2", "svelte-persisted-store": "^0.11.0", "tailwindcss": "3.4.4", "tslib": "^2.6.3", |