Skip to content

Commit

Permalink
Pint eslint-plugin-react at 7.31
Browse files Browse the repository at this point in the history
v7.32 introduces new configuration option which we'll need to manually
upgrade to.
  • Loading branch information
kilemensi committed Sep 7, 2023
1 parent 60783fa commit c5f473c
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 42 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"extends": [
"plugin:markdown/recommended",
"plugin:json/recommended",
"plugin:import/warnings",
"plugin:import/errors",
"airbnb",
"plugin:react-hooks/recommended",
"airbnb/hooks",
"plugin:prettier/recommended",
"plugin:@next/next/recommended"
],
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,29 +43,29 @@
"webpack": "^5.88.2"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-env": "^7.22.14",
"@babel/core": "^7.22.15",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@material-ui/codemod": "^4.5.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-module-resolver": "^1.0.0",
"eslint-plugin-module-resolver": "^1.5.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^7.0.1",
"jscodeshift": "^0.13.0",
"lint-staged": "^12.3.3",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"svg-url-loader": "^7.1.1"
},
"browserslist": [
Expand Down
Loading

0 comments on commit c5f473c

Please sign in to comment.