mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +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
|
@ -39,7 +39,7 @@
|
|||
"rollup-plugin-terser": "^7.0.2",
|
||||
"sass": "^1.49.11",
|
||||
"sveld": "^0.17.2",
|
||||
"svelte": "^3.46.6",
|
||||
"svelte": "^3.50.0",
|
||||
"svelte-check": "^2.8.1",
|
||||
"typescript": "^4.7.4"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue