Merge pull request #770 from Stremio/fix/library-item-progress

Fix library item progress
This commit is contained in:
Tim 2024-12-23 17:13:33 +01:00 committed by GitHub
commit 5a58043b6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@babel/runtime": "7.26.0",
"@sentry/browser": "8.42.0",
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.48.2",
"@stremio/stremio-core-web": "0.48.3",
"@stremio/stremio-icons": "5.4.0",
"@stremio/stremio-video": "0.0.48",
"a-color-picker": "1.2.1",
@ -3380,9 +3380,9 @@
"license": "MIT"
},
"node_modules/@stremio/stremio-core-web": {
"version": "0.48.2",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.48.2.tgz",
"integrity": "sha512-zkz4ftGMoK9RmIDlGLd/DYLtaXuf4HxnMEN1NduKNXDlYPSJ4Q/b1hCbXrVqVK/nx6s+8X4XyYr9IOwFLaT5ew==",
"version": "0.48.3",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.48.3.tgz",
"integrity": "sha512-JL8pOLOEVACYG+33Dtp/mrB2/vuc7RoYZdxX1BQa5MPR8EzsODjpvL5uETmdxo/swgtMZyx2A6/e1B53eKA4oQ==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.24.1"

View file

@ -16,7 +16,7 @@
"@babel/runtime": "7.26.0",
"@sentry/browser": "8.42.0",
"@stremio/stremio-colors": "5.2.0",
"@stremio/stremio-core-web": "0.48.2",
"@stremio/stremio-core-web": "0.48.3",
"@stremio/stremio-icons": "5.4.0",
"@stremio/stremio-video": "0.0.48",
"a-color-picker": "1.2.1",