mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-02 02:42:41 +02:00
chore: upgrade dependencies (#5608)
* chore: upgrade dependencies * Revert github-slugger * Fixes * Update snapshots * Update Babel deps
This commit is contained in:
parent
a52d499218
commit
b62a12bfc6
30 changed files with 783 additions and 882 deletions
|
@ -26,7 +26,7 @@ function getBrowserStorage(
|
|||
} else {
|
||||
try {
|
||||
return window[storageType];
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
logOnceBrowserStorageNotAvailableWarning(e);
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue