chore: use dev build of core-web

This commit is contained in:
Tim 2024-10-31 15:10:16 +01:00
parent 79cde15ade
commit 7874062156
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.47.8",
"@stremio/stremio-core-web": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz",
"@stremio/stremio-icons": "5.2.0",
"@stremio/stremio-video": "0.0.38",
"a-color-picker": "1.2.1",
@ -3133,8 +3133,9 @@
},
"node_modules/@stremio/stremio-core-web": {
"version": "0.47.8",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.47.8.tgz",
"integrity": "sha512-X5yKSCm5DXR7U6oIO+2kaI1q3TnaWP6df/HFa1RBi/uw+8IYk+FB8GWpryxXyisJTFiUfQgcJDIlHROauaBQkg==",
"resolved": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz",
"integrity": "sha512-TulKl3gUdMxIUa6xJpoVzyLWRLq0RRLmD3b0GuA5hx9MZC0zF8abeWzCV38Y/jWRIXSxnku+x6KR3E9ODFPS8Q==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.24.1"
}
@ -3143,6 +3144,7 @@
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.1.tgz",
"integrity": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==",
"license": "MIT",
"dependencies": {
"regenerator-runtime": "^0.14.0"
},
@ -3153,7 +3155,8 @@
"node_modules/@stremio/stremio-core-web/node_modules/regenerator-runtime": {
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
"license": "MIT"
},
"node_modules/@stremio/stremio-icons": {
"version": "5.2.0",

View file

@ -16,7 +16,7 @@
"@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.47.8",
"@stremio/stremio-core-web": "http://stremio.github.io/stremio-core/stremio-core-web/development/stremio-stremio-core-web-0.47.8.tgz",
"@stremio/stremio-icons": "5.2.0",
"@stremio/stremio-video": "0.0.38",
"a-color-picker": "1.2.1",