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:
metonym 2022-09-05 08:22:58 -07:00 committed by GitHub
commit 73385bf598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 4 deletions

View file

@ -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"
},