fix: update react-dropdown-aria to make dropdowns selectable

This commit is contained in:
Anya Stasiuk 2020-08-03 09:16:41 +03:00
parent 887136db38
commit f40f2e0639
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -3204,9 +3204,9 @@
} }
}, },
"parse-json": { "parse-json": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.1.tgz",
"integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", "integrity": "sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"error-ex": "^1.3.1", "error-ex": "^1.3.1",
@ -14908,9 +14908,9 @@
} }
}, },
"react-dropdown-aria": { "react-dropdown-aria": {
"version": "2.0.6", "version": "2.0.7",
"resolved": "https://registry.npmjs.org/react-dropdown-aria/-/react-dropdown-aria-2.0.6.tgz", "resolved": "https://registry.npmjs.org/react-dropdown-aria/-/react-dropdown-aria-2.0.7.tgz",
"integrity": "sha512-/9NlFopChlSKmuGL2P6S3oDwl9ddXcbNLnd1a7POov4f5/oGtSc3qBFmS4wH5xmLJe/38MhPOKF3e2q3laRi1g==", "integrity": "sha512-wRjmmMUmA/q33ZugY0lTka4b6jY1ehp8qgHG2yeda64z5I0gTOtyxUVI/tA9ZBlBqysDN22hMGHNMnPb2sg+Qw==",
"requires": { "requires": {
"emotion": "^9.2.6" "emotion": "^9.2.6"
} }

View File

@ -152,7 +152,7 @@
"polished": "^3.6.5", "polished": "^3.6.5",
"prismjs": "^1.20.0", "prismjs": "^1.20.0",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"react-dropdown-aria": "^2.0.6", "react-dropdown-aria": "^2.0.7",
"react-tabs": "^3.1.1", "react-tabs": "^3.1.1",
"slugify": "^1.4.4", "slugify": "^1.4.4",
"stickyfill": "^1.1.1", "stickyfill": "^1.1.1",