mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
dev dependencies update
This commit is contained in:
parent
c7d6c61de7
commit
a4308fd594
2 changed files with 1977 additions and 1654 deletions
34
package.json
34
package.json
|
|
@ -34,12 +34,12 @@
|
|||
"vtt.js": "0.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.7",
|
||||
"@babel/plugin-proposal-class-properties": "7.7.4",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
|
||||
"@babel/preset-env": "7.7.7",
|
||||
"@babel/preset-react": "7.7.4",
|
||||
"@babel/runtime": "7.7.7",
|
||||
"@babel/core": "7.8.7",
|
||||
"@babel/plugin-proposal-class-properties": "7.8.3",
|
||||
"@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",
|
||||
|
|
@ -49,23 +49,23 @@
|
|||
"babel-loader": "8.0.6",
|
||||
"clean-webpack-plugin": "3.0.0",
|
||||
"copy-webpack-plugin": "5.1.1",
|
||||
"css-loader": "3.4.0",
|
||||
"css-loader": "3.4.2",
|
||||
"cssnano": "4.1.10",
|
||||
"cssnano-preset-advanced": "4.0.7",
|
||||
"dotenv": "8.2.0",
|
||||
"eslint": "6.7.2",
|
||||
"eslint-plugin-react": "7.17.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-plugin-react": "7.19.0",
|
||||
"html-webpack-plugin": "3.2.0",
|
||||
"jest": "24.9.0",
|
||||
"less": "3.10.3",
|
||||
"less": "3.11.1",
|
||||
"less-loader": "5.0.0",
|
||||
"mini-css-extract-plugin": "0.8.2",
|
||||
"mini-css-extract-plugin": "0.9.0",
|
||||
"postcss-loader": "3.0.0",
|
||||
"react-test-renderer": "16.12.0",
|
||||
"storybook-addon-jsx": "7.1.13",
|
||||
"terser-webpack-plugin": "2.3.1",
|
||||
"webpack": "4.41.4",
|
||||
"webpack-cli": "3.3.10",
|
||||
"webpack-dev-server": "3.10.0"
|
||||
"react-test-renderer": "16.13.0",
|
||||
"storybook-addon-jsx": "7.1.15",
|
||||
"terser-webpack-plugin": "2.3.5",
|
||||
"webpack": "4.42.0",
|
||||
"webpack-cli": "3.3.11",
|
||||
"webpack-dev-server": "3.10.3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue