Skip to content

Commit

Permalink
Update react-scripts and eslint plugin versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sachie committed Jan 11, 2022
1 parent b564c1d commit 144fd4f
Show file tree
Hide file tree
Showing 3 changed files with 3,619 additions and 5,378 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
}],
"react/jsx-one-expression-per-line": 0,
"react/jsx-props-no-spreading": [2, {
"html": "ignore",
"exceptions": ["Label"]
"html": "ignore",
"exceptions": ["Label"]
}],
"react/function-component-definition": [2, {
"namedComponents": "arrow-function",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "^4.0.3"
"react-scripts": "^5.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand All @@ -67,14 +67,14 @@
"eslint-plugin-jest-dom": "^3.9.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^5.0.0",
"eslint-plugin-testing-library": "^5.0.3",
"eslint-plugin-unicorn": "^38.0.1",
"husky": "^7.0.1",
"istanbul": "^0.4.5",
"prettier": "^2.4.0",
"sass": "^1.46.0",
"sass": "^1.47.0",
"sass-loader": "^12.1.0",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "^2.2.0",
Expand Down

0 comments on commit 144fd4f

Please sign in to comment.