update core-web

This commit is contained in:
nklhrstv 2022-10-05 17:04:50 +03:00
parent dac345a5ce
commit 18625488b6
2 changed files with 10 additions and 31 deletions

39
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "4.0.1",
"@stremio/stremio-core-web": "0.44.1",
"@stremio/stremio-core-web": "0.44.2",
"@stremio/stremio-icons": "3.0.5",
"@stremio/stremio-video": "0.0.20-rc.7",
"a-color-picker": "1.2.1",
@ -2616,22 +2616,11 @@
"integrity": "sha512-yT3No1gIWKLV2BhQIeSgG94EzXxmEqXJLulO+pFpziqWNUbmmEKeE+nRvW5wtoIK4SLy+v0bLd0b6HBH3KFfWw=="
},
"node_modules/@stremio/stremio-core-web": {
"version": "0.44.1",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.1.tgz",
"integrity": "sha512-HFJRUaKv4UtbeGIVIerFT2A2yjYiXBDgRXKAmCvaUEUMYV9/QWvFDv+lcomgPhZ2gx91Z3fIqNkVIUun4VRkZw==",
"version": "0.44.2",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.2.tgz",
"integrity": "sha512-nOi+teRN9dqhe40D04WyKk4Zrscbjj+kN7YkLufFCitNB3ytl/1Xl1yhK82gaD8l9mXHByU+wqIX6+gdD6PAGg==",
"dependencies": {
"@babel/runtime": "7.15.4"
}
},
"node_modules/@stremio/stremio-core-web/node_modules/@babel/runtime": {
"version": "7.15.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
"integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
"engines": {
"node": ">=6.9.0"
"@babel/runtime": "7.16.0"
}
},
"node_modules/@stremio/stremio-icons": {
@ -15766,21 +15755,11 @@
"integrity": "sha512-yT3No1gIWKLV2BhQIeSgG94EzXxmEqXJLulO+pFpziqWNUbmmEKeE+nRvW5wtoIK4SLy+v0bLd0b6HBH3KFfWw=="
},
"@stremio/stremio-core-web": {
"version": "0.44.1",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.1.tgz",
"integrity": "sha512-HFJRUaKv4UtbeGIVIerFT2A2yjYiXBDgRXKAmCvaUEUMYV9/QWvFDv+lcomgPhZ2gx91Z3fIqNkVIUun4VRkZw==",
"version": "0.44.2",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.2.tgz",
"integrity": "sha512-nOi+teRN9dqhe40D04WyKk4Zrscbjj+kN7YkLufFCitNB3ytl/1Xl1yhK82gaD8l9mXHByU+wqIX6+gdD6PAGg==",
"requires": {
"@babel/runtime": "7.15.4"
},
"dependencies": {
"@babel/runtime": {
"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"
}
}
"@babel/runtime": "7.16.0"
}
},
"@stremio/stremio-icons": {

View file

@ -15,7 +15,7 @@
"@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "4.0.1",
"@stremio/stremio-core-web": "0.44.1",
"@stremio/stremio-core-web": "0.44.2",
"@stremio/stremio-icons": "3.0.5",
"@stremio/stremio-video": "0.0.20-rc.7",
"a-color-picker": "1.2.1",