Skip to content

Commit

Permalink
Upgrade babel and eslint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maluen committed Mar 3, 2020
1 parent 5c42591 commit 307a359
Show file tree
Hide file tree
Showing 3 changed files with 1,714 additions and 828 deletions.
14 changes: 7 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ module.exports = {
},
"globals": {
},
"settings": {
"import/resolver": {
"webpack": {
"config": path.join(__dirname, 'webpack.config.babel.js')
},
}
},
// "settings": {
// "import/resolver": {
// "webpack": {
// "config": path.join(__dirname, 'webpack.config.babel.js')
// },
// }
// },
"rules": {
"react/jsx-filename-extension": 0,
"react/no-multi-comp": 0,
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"author": "Manuel Dell'Elce",
"license": "MPL-2.0",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-styled-components": "^1.6.4",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint": "^6.0.8",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
Expand All @@ -39,7 +39,7 @@
"write-json-webpack-plugin": "^1.0.2"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/polyfill": "^7.8.3",
"brace": "^0.11.1",
"lodash.memoize": "^4.1.2",
"noty": "^3.2.0-beta",
Expand Down
Loading

0 comments on commit 307a359

Please sign in to comment.