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:
parent
da0a255bcc
commit
e560d37f99
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue