diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 95606b5909b..555f259d5c8 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -37,7 +37,7 @@ "postcss": "^8.4.40", "postcss-load-config": "^6.0.1", "svelte": "5.0.0-next.201", - "svelte-check": "^3.8.4", + "svelte-check": "^3.8.5", "svelte-eslint-parser": "^0.41.0", "svelte-fa": "^4.0.2", "svelte-preprocess": "^6.0.2", diff --git a/packages/ui/package.json b/packages/ui/package.json index f0f535e5024..ddf1112e635 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -149,7 +149,7 @@ "postcss": "^8.4.40", "postcss-load-config": "^6.0.1", "svelte": "5.0.0-next.201", - "svelte-check": "^3.8.4", + "svelte-check": "^3.8.5", "svelte-eslint-parser": "^0.41.0", "svelte-preprocess": "^6.0.2", "tailwindcss": "^3.4.7", diff --git a/storybook/package.json b/storybook/package.json index 758d7748e99..a77542dbeda 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -42,7 +42,7 @@ "storybook": "^8.1.11", "storybook-dark-mode": "^4.0.2", "svelte": "5.0.0-next.201", - "svelte-check": "^3.8.4", + "svelte-check": "^3.8.5", "svelte-preprocess": "^6.0.2", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", diff --git a/yarn.lock b/yarn.lock index 33c257ed06e..c18b785cf4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18590,10 +18590,10 @@ 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.4: - version "3.8.4" - resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-3.8.4.tgz#7cd51e978e5a289a1278a2ea2ff77d8bd3e2f0c1" - integrity sha512-61aHMkdinWyH8BkkTX9jPLYxYzaAAz/FK/VQqdr2FiCQQ/q04WCwDlpGbHff1GdrMYTmW8chlTFvRWL9k0A8vg== +svelte-check@^3.8.5: + version "3.8.5" + resolved "https://registry.yarnpkg.com/svelte-check/-/svelte-check-3.8.5.tgz#03152c4b951f820a2b4111d6b241f804c69b6828" + integrity sha512-3OGGgr9+bJ/+1nbPgsvulkLC48xBsqsgtc8Wam281H4G9F5v3mYGa2bHRsPuwHC5brKl4AxJH95QF73kmfihGQ== dependencies: "@jridgewell/trace-mapping" "^0.3.17" chokidar "^3.4.1"