chore: dump hls.js version to support hevc codec

This commit is contained in:
Ante Brähler
2025-01-11 02:05:02 +01:00
parent d79e90015f
commit a3d36493ec
2 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
"name": "vite-react-typescript-starter",
"version": "0.0.0",
"dependencies": {
"hls.js": "^1.4.0",
"hls.js": "^1.6.0-beta.2",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -2547,9 +2547,9 @@
}
},
"node_modules/hls.js": {
"version": "1.5.17",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.17.tgz",
"integrity": "sha512-wA66nnYFvQa1o4DO/BFgLNRKnBTVXpNeldGRBJ2Y0SvFtdwvFKCbqa9zhHoZLoxHhZ+jYsj3aIBkWQQCPNOhMw=="
"version": "1.6.0-beta.2",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.0-beta.2.tgz",
"integrity": "sha512-m0MyvPNZj5ZOoOXPwHAALyPqDlJrGTOnHnZCG5FkID6q1ZneYokS/LwQjjQpYceCfxQiUT1zofT1o7Sq9FLGvA=="
},
"node_modules/ignore": {
"version": "5.3.2",
@@ -5791,9 +5791,9 @@
}
},
"hls.js": {
"version": "1.5.17",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.5.17.tgz",
"integrity": "sha512-wA66nnYFvQa1o4DO/BFgLNRKnBTVXpNeldGRBJ2Y0SvFtdwvFKCbqa9zhHoZLoxHhZ+jYsj3aIBkWQQCPNOhMw=="
"version": "1.6.0-beta.2",
"resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.6.0-beta.2.tgz",
"integrity": "sha512-m0MyvPNZj5ZOoOXPwHAALyPqDlJrGTOnHnZCG5FkID6q1ZneYokS/LwQjjQpYceCfxQiUT1zofT1o7Sq9FLGvA=="
},
"ignore": {
"version": "5.3.2",

View File

@@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"hls.js": "^1.4.0",
"hls.js": "^1.6.0-beta.2",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",