Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-react to v7.37.3 (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent ec859e7 commit 81f5f29
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 409 deletions.
2 changes: 1 addition & 1 deletion @pob/eslint-config-typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@pob/eslint-plugin": "59.2.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unicorn": "56.0.1",
"semver": "7.6.3",

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-import in dependencies

Check warning on line 50 in package.json

View workflow job for this annotation

GitHub Actions / build (22.x)

devDependencies > semver Invalid duplicate dependency: "7.6.3" should satisfies "^6.3.1" from eslint-plugin-react in dependencies
Expand Down
Loading

0 comments on commit 81f5f29

Please sign in to comment.