diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-13 04:26:50 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-13 04:27:36 +0000 |
commit | e0d7153e77579cefbd6b5d87f87a257d6cf975b3 (patch) | |
tree | 1bf1c3f4d19e28c536ce331c8f81e04821d40adf /clients/www | |
parent | Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0 (diff) | |
download | zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar.gz zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar.bz2 zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar.lz zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar.xz zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.tar.zst zorascript-e0d7153e77579cefbd6b5d87f87a257d6cf975b3.zip |
Bump svelte-check from 3.6.6 to 3.6.7
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.6...svelte-check-3.6.7)
---
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 '')
-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 c84a33a..3b89565 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -33,7 +33,7 @@ "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "svelte": "^4.2.12", - "svelte-check": "^3.6.6", + "svelte-check": "^3.6.7", "tailwindcss": "3.4.1", "tslib": "^2.6.2", "typescript": "^5.4.2", |