update stremio-core-web

This commit is contained in:
nklhrstv 2021-10-29 13:57:27 +03:00
parent 7c433f1f71
commit d23073c28c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -5341,17 +5341,17 @@
"integrity": "sha512-yT3No1gIWKLV2BhQIeSgG94EzXxmEqXJLulO+pFpziqWNUbmmEKeE+nRvW5wtoIK4SLy+v0bLd0b6HBH3KFfWw=="
},
"@stremio/stremio-core-web": {
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.25.0.tgz",
"integrity": "sha512-Q+osRCijNoP4/Edyov1jSY7EelXtfUL0yDQSgYRtXvEEK+4cQPtpgK/b9HhvZD1QDOg4+LsuFZnEXDoD7Q46yw==",
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.26.0.tgz",
"integrity": "sha512-qmwqSELPUyIkChy9hT1Fgxdj1MupD3wNvJT4EO9mDcqEz6LF83b7LOK5bSlvZOqkPADpW5GDyjdMSwjFur4//A==",
"requires": {
"@babel/runtime": "7.10.0"
"@babel/runtime": "7.15.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz",
"integrity": "sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==",
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}

View file

@ -16,7 +16,7 @@
"@babel/runtime": "7.12.5",
"@sentry/browser": "5.11.1",
"@stremio/stremio-colors": "4.0.1",
"@stremio/stremio-core-web": "0.25.0",
"@stremio/stremio-core-web": "0.26.0",
"@stremio/stremio-icons": "3.0.5",
"@stremio/stremio-video": "0.0.14",
"a-color-picker": "1.2.1",