Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 7e17628 commit 7014e2d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"axe-core": "^4.10.2",
"cypress": "13.17.0",
"cypress-axe": "^1.6.0",
"eslint": "9.20.0",
"eslint": "9.20.1",
"eslint-config-next": "15.1.6",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
Expand Down
130 changes: 65 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/utils/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"eslint": ">=9.20.0"
"eslint": ">=9.20.1"
}
}
2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@sanity/eslint-config-studio": "^5.0.1",
"@types/react": "^19.0.8",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"prettier": "^3.5.0",
"typescript": "^5.7.3"
},
Expand Down

0 comments on commit 7014e2d

Please sign in to comment.