Skip to content

Commit ae48f34

Browse files
fix(deps): update dependency eslint-plugin-react to v7.31.10 (#1022)
* fix(deps): update dependency eslint-plugin-react to v7.31.10 * chore: update lockfile Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emmanuel Chambon <[email protected]>
1 parent 7c3c058 commit ae48f34

File tree

3 files changed

+2196
-6075
lines changed

3 files changed

+2196
-6075
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
runs-on: ubuntu-20.04
5454
needs: [test]
5555
if: github.ref == 'refs/heads/main'
56+
env:
57+
HUSKY: 0
5658
steps:
5759
- uses: actions/[email protected]
5860
with:
@@ -79,5 +81,4 @@ jobs:
7981
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8082
- run: pnpm lerna publish -y --create-release github --ignore-scripts --no-verify-access
8183
env:
82-
HUSKY: 0
8384
GH_TOKEN: ${{ secrets.GH_TOKEN }}

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-eslint-comments": "3.2.0",
2626
"eslint-plugin-import": "2.26.0",
2727
"eslint-plugin-jsx-a11y": "6.6.1",
28-
"eslint-plugin-react": "7.31.8",
28+
"eslint-plugin-react": "7.31.10",
2929
"eslint-plugin-react-hooks": "4.6.0"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)