mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(a11y): resolve accessibility warnings in Svelte 3.50.0 (#1480)
Fixes #1479 * chore(deps-dev): upgrade svelte 3.47.0 -> 3.50.0 * fix(toggle): ignore `a11y-role-has-required-aria-props` warning * fix(header-search): resolve a11y warnings
This commit is contained in:
parent
dbf8283e35
commit
73385bf598
4 changed files with 13 additions and 4 deletions
|
@ -1414,11 +1414,16 @@ svelte-preprocess@^4.10.6:
|
|||
sorcery "^0.10.0"
|
||||
strip-indent "^3.0.0"
|
||||
|
||||
svelte@^3.46.6, svelte@^3.47.0:
|
||||
svelte@^3.47.0:
|
||||
version "3.49.0"
|
||||
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.49.0.tgz#5baee3c672306de1070c3b7888fc2204e36a4029"
|
||||
integrity sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==
|
||||
|
||||
svelte@^3.50.0:
|
||||
version "3.50.0"
|
||||
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.50.0.tgz#d11a7a6bd1e084ec051d55104a9af8bccf54461f"
|
||||
integrity sha512-zXeOUDS7+85i+RxLN+0iB6PMbGH7OhEgjETcD1fD8ZrhuhNFxYxYEHU41xuhkHIulJavcu3PKbPyuCrBxdxskQ==
|
||||
|
||||
terser@^5.0.0:
|
||||
version "5.14.2"
|
||||
resolved "https://registry.yarnpkg.com/terser/-/terser-5.14.2.tgz#9ac9f22b06994d736174f4091aa368db896f1c10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue