mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
dependencies updated
This commit is contained in:
parent
997f224904
commit
aaa932aa90
2 changed files with 1473 additions and 688 deletions
31
package.json
31
package.json
|
|
@ -17,8 +17,8 @@
|
|||
"hat": "0.0.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"prop-types": "15.6.2",
|
||||
"react": "16.6.0",
|
||||
"react-dom": "16.6.0",
|
||||
"react": "16.6.3",
|
||||
"react-dom": "16.6.3",
|
||||
"react-router": "4.3.1",
|
||||
"react-router-dom": "4.3.1",
|
||||
"stremio-addon-client": "git+ssh://git@github.com/Stremio/stremio-addon-client.git#v1.5.1",
|
||||
|
|
@ -33,28 +33,27 @@
|
|||
"stremio-translations": "git+ssh://git@github.com/Stremio/stremio-translations.git#v1.41.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.1.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
||||
"@babel/preset-env": "7.1.0",
|
||||
"@babel/core": "7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.2.1",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
|
||||
"@babel/preset-env": "7.2.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime": "7.1.2",
|
||||
"@storybook/addon-actions": "4.0.4",
|
||||
"@storybook/addon-links": "4.0.4",
|
||||
"@storybook/addons": "4.0.4",
|
||||
"@storybook/react": "4.0.4",
|
||||
"autoprefixer": "9.4.0",
|
||||
"@babel/runtime": "7.2.0",
|
||||
"@storybook/addon-actions": "4.1.2",
|
||||
"@storybook/addon-links": "4.1.2",
|
||||
"@storybook/addons": "4.1.2",
|
||||
"@storybook/react": "4.1.2",
|
||||
"autoprefixer": "9.4.3",
|
||||
"babel-loader": "8.0.4",
|
||||
"copy-webpack-plugin": "4.6.0",
|
||||
"css-loader": "1.0.1",
|
||||
"css-loader": "2.0.1",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"less": "3.8.1",
|
||||
"less": "3.9.0",
|
||||
"less-loader": "4.1.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"style-loader": "0.23.1",
|
||||
"terser-webpack-plugin": "1.1.0",
|
||||
"uglifyjs-webpack-plugin": "2.0.1",
|
||||
"webpack": "4.25.1",
|
||||
"webpack": "4.27.1",
|
||||
"webpack-cli": "3.1.2",
|
||||
"webpack-dev-server": "3.1.10"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue