fix: After using an app with AudioRecorder widget, Appsmith always shows the mic symbol in the tab (#8424)

-- Upgrade underlying package, react-media-recorder to the latest one
This commit is contained in:
Paul Li 2021-10-13 08:40:04 -04:00 committed by GitHub
parent d7411be855
commit a9e2eac8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@
"react-infinite-scroller": "^1.2.4",
"react-instantsearch-dom": "^6.4.0",
"react-json-view": "^1.19.1",
"react-media-recorder": "^1.5.0",
"react-media-recorder": "^1.6.1",
"react-mentions": "^4.1.1",
"react-paginating": "^1.4.0",
"react-player": "^2.3.1",

View File

@ -12868,10 +12868,10 @@ react-lifecycles-compat@^3.0.4:
version "3.0.4"
resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz"
react-media-recorder@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/react-media-recorder/-/react-media-recorder-1.5.0.tgz#8cc86ba61c8bd1a94ff1bc2fdf6a8ad203b9c05e"
integrity sha512-Wosm8/Wg/VG3CP56yOOkdFCwcbVPjFLPu+aKkyCzxGCK+ol2QZMemNYLJC5KU5jZ7nHlpHq7YEOiVi17vmqnPQ==
react-media-recorder@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/react-media-recorder/-/react-media-recorder-1.6.1.tgz#000aa19b6bfe829cdee52d8292cd4d7e5941da30"
integrity sha512-89KX1IVFEf/fjVGR6xalZ2vUUhlN3wRpXO3SLRmUUTSNvq2onanWqvHathP3Vwyy1G6cOAE5A3wmFy+OlsCnWg==
react-mentions@^4.1.1:
version "4.1.1"