Merge pull request #3153 from jellyfin/dependabot/npm_and_yarn/screenfull-6.0.0
Bump screenfull from 5.1.0 to 6.0.0
This commit is contained in:
commit
15439114ef
5 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ import * as userSettings from '../../scripts/settings/userSettings';
|
|||
import globalize from '../../scripts/globalize';
|
||||
import loading from '../loading/loading';
|
||||
import { appHost } from '../apphost';
|
||||
import * as Screenfull from 'screenfull';
|
||||
import Screenfull from 'screenfull';
|
||||
import ServerConnections from '../ServerConnections';
|
||||
import alert from '../alert';
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import loading from '../../components/loading/loading';
|
|||
import keyboardnavigation from '../../scripts/keyboardNavigation';
|
||||
import dialogHelper from '../../components/dialogHelper/dialogHelper';
|
||||
import ServerConnections from '../../components/ServerConnections';
|
||||
import * as Screenfull from 'screenfull';
|
||||
import Screenfull from 'screenfull';
|
||||
import TableOfContents from './tableOfContents';
|
||||
import dom from '../../scripts/dom';
|
||||
import { translateHtml } from '../../scripts/globalize';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue