mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
dependencies updated
This commit is contained in:
parent
756d4842dd
commit
15348b9ad6
2 changed files with 1151 additions and 1174 deletions
30
package.json
30
package.json
|
|
@ -20,8 +20,8 @@
|
|||
"lodash.isequal": "4.5.0",
|
||||
"lodash.throttle": "4.1.1",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.11.0",
|
||||
"react-dom": "16.11.0",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-focus-lock": "2.2.1",
|
||||
"spatial-navigation-polyfill": "git+ssh://git@github.com/NikolaBorislavovHristov/spatial-navigation.git#964d09bf2b0853e27af6c25924b595d6621a019d",
|
||||
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.4",
|
||||
|
|
@ -30,20 +30,20 @@
|
|||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.6.4",
|
||||
"@babel/plugin-proposal-class-properties": "7.5.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
|
||||
"@babel/preset-env": "7.6.3",
|
||||
"@babel/preset-react": "7.6.3",
|
||||
"@babel/runtime": "7.6.3",
|
||||
"@storybook/addon-actions": "5.2.5",
|
||||
"@babel/core": "7.7.4",
|
||||
"@babel/plugin-proposal-class-properties": "7.7.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
|
||||
"@babel/preset-env": "7.7.4",
|
||||
"@babel/preset-react": "7.7.4",
|
||||
"@babel/runtime": "7.7.4",
|
||||
"@storybook/addon-actions": "5.2.8",
|
||||
"@storybook/addon-console": "1.2.1",
|
||||
"@storybook/addons": "5.2.5",
|
||||
"@storybook/react": "5.2.5",
|
||||
"@storybook/addons": "5.2.8",
|
||||
"@storybook/react": "5.2.8",
|
||||
"babel-loader": "8.0.6",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.0.4",
|
||||
"css-loader": "3.2.0",
|
||||
"copy-webpack-plugin": "5.0.5",
|
||||
"css-loader": "3.2.1",
|
||||
"cssnano": "4.1.10",
|
||||
"cssnano-preset-advanced": "4.0.7",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
|
|
@ -51,10 +51,10 @@
|
|||
"less-loader": "5.0.0",
|
||||
"mini-css-extract-plugin": "0.8.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"storybook-addon-jsx": "7.1.6",
|
||||
"storybook-addon-jsx": "7.1.13",
|
||||
"terser-webpack-plugin": "2.2.1",
|
||||
"webpack": "4.41.2",
|
||||
"webpack-cli": "3.3.9",
|
||||
"webpack-cli": "3.3.10",
|
||||
"webpack-dev-server": "3.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue