chore(deps-dev): 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>
This commit is contained in:
dependabot[bot] 2024-06-25 10:27:33 +00:00 committed by Florent BENOIT
parent d40a02baac
commit 8480f29341
4 changed files with 7 additions and 9 deletions

View file

@ -35,7 +35,7 @@
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"svelte": "4.2.18",
"svelte-check": "^3.8.1",
"svelte-check": "^3.8.2",
"svelte-eslint-parser": "^0.39.1",
"svelte-fa": "^4.0.2",
"svelte-preprocess": "^6.0.1",

View file

@ -141,7 +141,7 @@
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"svelte": "4.2.18",
"svelte-check": "^3.8.1",
"svelte-check": "^3.8.2",
"svelte-eslint-parser": "^0.39.1",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",

View file

@ -42,7 +42,7 @@
"storybook": "^8.0.9",
"storybook-dark-mode": "^4.0.2",
"svelte": "4.2.18",
"svelte-check": "^3.8.1",
"svelte-check": "^3.8.2",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",

View file

@ -18830,15 +18830,13 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
svelte-check@^3.8.1:
version "3.8.1"
resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-3.8.1.tgz#953bf68f47572e2ddf236b6d9a2244750a98deb6"
integrity sha512-KlQ0TRVe01mdvh49Ylkr9FQxO/UWbQOtaIrccl3gjgkvby1TxY41VkT7ijCl6i29FjaJPE4m6YGmhdqov0MfkA==
svelte-check@^3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-3.8.2.tgz#7bfdff18536b70cbcebae4935b574eb44b5b5557"
integrity sha512-n6bVsE71RPuMXZz1CalD2fXO0RIyEDHn1YdGhcFEwZrwc/HoS5wWoEvEe+mcL9tivCTRtQIdbxLLStfIHFOX+Q==
dependencies:
"@jridgewell/trace-mapping" "^0.3.17"
chokidar "^3.4.1"
fast-glob "^3.2.7"
import-fresh "^3.2.1"
picocolors "^1.0.0"
sade "^1.7.4"
svelte-preprocess "^5.1.3"