Merge branch 'development' into feat/next-video-action

This commit is contained in:
Lachezar Lechev 2023-12-04 12:34:20 +02:00
commit 08180fcd2b
No known key found for this signature in database
GPG key ID: 69BDCB3ED8CE8037
2 changed files with 12 additions and 26 deletions

36
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@babel/runtime": "7.16.0", "@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3", "@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "5.0.1", "@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.44.28", "@stremio/stremio-core-web": "0.44.29",
"@stremio/stremio-icons": "5.0.0-beta.3", "@stremio/stremio-icons": "5.0.0-beta.3",
"@stremio/stremio-video": "0.0.26", "@stremio/stremio-video": "0.0.26",
"a-color-picker": "1.2.1", "a-color-picker": "1.2.1",
@ -69,21 +69,6 @@
"workbox-webpack-plugin": "^6.5.3" "workbox-webpack-plugin": "^6.5.3"
} }
}, },
"../core-web": {
"name": "@stremio/stremio-core-web",
"version": "0.44.28",
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.16.0"
},
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.10",
"@babel/preset-env": "7.16.0",
"babel-plugin-bundled-import-meta": "0.3.2"
}
},
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
"version": "7.16.0", "version": "7.16.0",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
@ -2719,8 +2704,12 @@
"integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA==" "integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA=="
}, },
"node_modules/@stremio/stremio-core-web": { "node_modules/@stremio/stremio-core-web": {
"resolved": "../core-web", "version": "0.44.29",
"link": true "resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.29.tgz",
"integrity": "sha512-F+ezw3De5yrWZ4HG9ZzFL8xbThUfJqHOLm07hAYC4M4fpycX1HnPuvE/rlzHcEeWsp0KD0JgvA68AcWq0CErHw==",
"dependencies": {
"@babel/runtime": "7.16.0"
}
}, },
"node_modules/@stremio/stremio-icons": { "node_modules/@stremio/stremio-icons": {
"version": "5.0.0-beta.3", "version": "5.0.0-beta.3",
@ -16845,14 +16834,11 @@
"integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA==" "integrity": "sha512-Dt3PYmy1DZ473QNs99KYXVWQPHtpIl37VUY0+gCEvvuCqE1fRrZIJtZ9KbysUKonvO7WwdQDztgcW0iGoc1dEA=="
}, },
"@stremio/stremio-core-web": { "@stremio/stremio-core-web": {
"version": "file:../core-web", "version": "0.44.29",
"resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.44.29.tgz",
"integrity": "sha512-F+ezw3De5yrWZ4HG9ZzFL8xbThUfJqHOLm07hAYC4M4fpycX1HnPuvE/rlzHcEeWsp0KD0JgvA68AcWq0CErHw==",
"requires": { "requires": {
"@babel/cli": "7.16.8", "@babel/runtime": "7.16.0"
"@babel/core": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.10",
"@babel/preset-env": "7.16.0",
"@babel/runtime": "7.16.0",
"babel-plugin-bundled-import-meta": "0.3.2"
} }
}, },
"@stremio/stremio-icons": { "@stremio/stremio-icons": {

View file

@ -15,7 +15,7 @@
"@babel/runtime": "7.16.0", "@babel/runtime": "7.16.0",
"@sentry/browser": "6.13.3", "@sentry/browser": "6.13.3",
"@stremio/stremio-colors": "5.0.1", "@stremio/stremio-colors": "5.0.1",
"@stremio/stremio-core-web": "0.44.28", "@stremio/stremio-core-web": "0.44.29",
"@stremio/stremio-icons": "5.0.0-beta.3", "@stremio/stremio-icons": "5.0.0-beta.3",
"@stremio/stremio-video": "0.0.26", "@stremio/stremio-video": "0.0.26",
"a-color-picker": "1.2.1", "a-color-picker": "1.2.1",