Skip to content

Commit

Permalink
Bump XLR version - Video rendering error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenberttpingol committed Nov 22, 2024
1 parent 6bef0a1 commit f198340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@mapbox/leaflet-pip": "^1.1.0",
"@popperjs/core": "^2.11.8",
"@ssddanbrown/codemirror-lang-twig": "^1.0.0",
"@xibosignage/xibo-layout-renderer": "^1.0.4",
"@xibosignage/xibo-layout-renderer": "^1.0.5",
"@xiechao/codemirror-lang-handlebars": "^1.0.4",
"ajax-bootstrap-select": "^1.4.5",
"blueimp-file-upload": "^10.32.0",
Expand Down
4 changes: 2 additions & 2 deletions ui/bundle_preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
window.jQuery = window.$ = require('jquery');

// XLR
require('xibo-layout-renderer/dist/styles.css');
import '@xibosignage/xibo-layout-renderer/dist/styles.css';

import XiboLayoutRenderer from 'xibo-layout-renderer';
import XiboLayoutRenderer from '@xibosignage/xibo-layout-renderer';

window.XiboLayoutRenderer = XiboLayoutRenderer;

0 comments on commit f198340

Please sign in to comment.