mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
update dependencies
This commit is contained in:
parent
d800d354b1
commit
1b07d62997
2 changed files with 775 additions and 757 deletions
32
package.json
32
package.json
|
|
@ -17,8 +17,8 @@
|
|||
"hat": "0.0.3",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.8.6",
|
||||
"react-dom": "16.8.6",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"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",
|
||||
"stremio-icons": "git+ssh://git@github.com/Stremio/stremio-icons.git#v1.0.11",
|
||||
|
|
@ -26,31 +26,31 @@
|
|||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.5.5",
|
||||
"@babel/core": "7.6.0",
|
||||
"@babel/plugin-proposal-class-properties": "7.5.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
|
||||
"@babel/preset-env": "7.5.5",
|
||||
"@babel/preset-env": "7.6.0",
|
||||
"@babel/preset-react": "7.0.0",
|
||||
"@babel/runtime": "7.5.5",
|
||||
"@storybook/addon-actions": "5.1.10",
|
||||
"@babel/runtime": "7.6.0",
|
||||
"@storybook/addon-actions": "5.1.11",
|
||||
"@storybook/addon-console": "1.2.1",
|
||||
"@storybook/addons": "5.1.10",
|
||||
"@storybook/react": "5.1.10",
|
||||
"@storybook/addons": "5.1.11",
|
||||
"@storybook/react": "5.1.11",
|
||||
"babel-loader": "8.0.6",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.0.4",
|
||||
"css-loader": "3.1.0",
|
||||
"css-loader": "3.2.0",
|
||||
"cssnano": "4.1.10",
|
||||
"cssnano-preset-advanced": "4.0.7",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"less": "3.9.0",
|
||||
"less": "3.10.3",
|
||||
"less-loader": "5.0.0",
|
||||
"mini-css-extract-plugin": "0.8.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"storybook-addon-jsx": "7.1.5",
|
||||
"terser-webpack-plugin": "1.4.1",
|
||||
"webpack": "4.39.1",
|
||||
"webpack-cli": "3.3.6",
|
||||
"webpack-dev-server": "3.7.2"
|
||||
"storybook-addon-jsx": "7.1.6",
|
||||
"terser-webpack-plugin": "2.0.1",
|
||||
"webpack": "4.39.3",
|
||||
"webpack-cli": "3.3.8",
|
||||
"webpack-dev-server": "3.8.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue