mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
bebel-runtime moved to runtime dependencies
This commit is contained in:
parent
834abf8c85
commit
a7dd83f985
2 changed files with 1 additions and 2 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
|
@ -1076,7 +1076,6 @@
|
|||
"version": "7.8.7",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz",
|
||||
"integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
"lint": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.8.7",
|
||||
"@sentry/browser": "5.11.1",
|
||||
"@stremio/stremio-colors": "4.0.1",
|
||||
"@stremio/stremio-core-web": "0.16.0",
|
||||
|
|
@ -38,7 +39,6 @@
|
|||
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
|
||||
"@babel/preset-env": "7.8.7",
|
||||
"@babel/preset-react": "7.8.3",
|
||||
"@babel/runtime": "7.8.7",
|
||||
"@storybook/addon-actions": "5.2.8",
|
||||
"@storybook/addon-console": "1.2.1",
|
||||
"@storybook/addons": "5.2.8",
|
||||
|
|
|
|||
Loading…
Reference in a new issue