fix(deps): update dependency react-aria-menubutton to v7 (#5382)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-19 14:22:04 +03:00
committed by GitHub
parent ad874af117
commit 8ec9ba0747
2 changed files with 6 additions and 13 deletions

View File

@ -17,7 +17,7 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"dependencies": {
"react-aria-menubutton": "^6.0.0",
"react-aria-menubutton": "^7.0.0",
"react-toggled": "^1.1.2",
"react-transition-group": "^4.0.0"
},