1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Added PGS support for browsers legacy browsers without OffscreenCanvas or Worker support like webOS 1.2 by updating libpgs.

This commit is contained in:
David Schulte 2024-08-18 00:56:41 +02:00
parent da0a255bcc
commit e560d37f99
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -45,7 +45,7 @@
"jquery": "3.7.1", "jquery": "3.7.1",
"jstree": "3.3.16", "jstree": "3.3.16",
"libarchive.js": "2.0.2", "libarchive.js": "2.0.2",
"libpgs": "0.4.1", "libpgs": "0.6.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"markdown-it": "14.1.0", "markdown-it": "14.1.0",
"material-design-icons-iconfont": "6.7.0", "material-design-icons-iconfont": "6.7.0",
@ -14973,9 +14973,9 @@
} }
}, },
"node_modules/libpgs": { "node_modules/libpgs": {
"version": "0.4.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/libpgs/-/libpgs-0.4.1.tgz", "resolved": "https://registry.npmjs.org/libpgs/-/libpgs-0.6.0.tgz",
"integrity": "sha512-I4mIGz7Lf23xy/8mwSx0qlStz0oZFCz9dLC1xXNaqv5MbVdFhZWE+OMhVBLGjfVkjugyboM9XJ+4bCSibAIGuA==", "integrity": "sha512-k8ic6VTJTCun8Ump8iAe+tZi3pa1ZhDlq1v4hmZOmYQzSQ44QpZoClMXuSfJ1B91eRWOO6q50rXhyCPuB9dXbg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/lie": { "node_modules/lie": {
@ -36537,9 +36537,9 @@
} }
}, },
"libpgs": { "libpgs": {
"version": "0.4.1", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/libpgs/-/libpgs-0.4.1.tgz", "resolved": "https://registry.npmjs.org/libpgs/-/libpgs-0.6.0.tgz",
"integrity": "sha512-I4mIGz7Lf23xy/8mwSx0qlStz0oZFCz9dLC1xXNaqv5MbVdFhZWE+OMhVBLGjfVkjugyboM9XJ+4bCSibAIGuA==" "integrity": "sha512-k8ic6VTJTCun8Ump8iAe+tZi3pa1ZhDlq1v4hmZOmYQzSQ44QpZoClMXuSfJ1B91eRWOO6q50rXhyCPuB9dXbg=="
}, },
"lie": { "lie": {
"version": "3.1.1", "version": "3.1.1",

View file

@ -106,7 +106,7 @@
"jquery": "3.7.1", "jquery": "3.7.1",
"jstree": "3.3.16", "jstree": "3.3.16",
"libarchive.js": "2.0.2", "libarchive.js": "2.0.2",
"libpgs": "0.4.1", "libpgs": "0.6.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"markdown-it": "14.1.0", "markdown-it": "14.1.0",
"material-design-icons-iconfont": "6.7.0", "material-design-icons-iconfont": "6.7.0",