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
2229c49464
commit
68e5f2831e
2 changed files with 1033 additions and 1245 deletions
30
package.json
30
package.json
|
|
@ -16,9 +16,9 @@
|
|||
"events": "1.1.1",
|
||||
"hat": "0.0.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"prop-types": "15.6.2",
|
||||
"react": "16.8.0-alpha.1",
|
||||
"react-dom": "16.8.0-alpha.1",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.8.6",
|
||||
"react-dom": "16.8.6",
|
||||
"stremio-colors": "git+ssh://git@github.com/Stremio/stremio-colors.git#v2.0.3",
|
||||
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.6",
|
||||
"stremio-json-data": "git+ssh://git@github.com/stremio/stremio-json-data.git#v1.2.3",
|
||||
|
|
@ -26,28 +26,28 @@
|
|||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.3.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.3.1",
|
||||
"@babel/preset-env": "7.3.1",
|
||||
"@babel/core": "7.4.3",
|
||||
"@babel/plugin-proposal-class-properties": "7.4.0",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
|
||||
"@babel/preset-env": "7.4.3",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime": "7.3.1",
|
||||
"@babel/runtime": "7.4.3",
|
||||
"@storybook/addon-actions": "4.1.11",
|
||||
"@storybook/addon-links": "4.1.11",
|
||||
"@storybook/addons": "4.1.11",
|
||||
"@storybook/react": "4.1.11",
|
||||
"autoprefixer": "9.4.6",
|
||||
"autoprefixer": "9.5.1",
|
||||
"babel-loader": "8.0.5",
|
||||
"copy-webpack-plugin": "4.6.0",
|
||||
"css-loader": "2.1.0",
|
||||
"copy-webpack-plugin": "5.0.2",
|
||||
"css-loader": "2.1.1",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"less": "3.9.0",
|
||||
"less-loader": "4.1.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"style-loader": "0.23.1",
|
||||
"terser-webpack-plugin": "1.2.1",
|
||||
"webpack": "4.29.0",
|
||||
"webpack-cli": "3.2.1",
|
||||
"webpack-dev-server": "3.1.14"
|
||||
"terser-webpack-plugin": "1.2.3",
|
||||
"webpack": "4.29.6",
|
||||
"webpack-cli": "3.3.0",
|
||||
"webpack-dev-server": "3.2.1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue