Skip to content

Commit c2a95a8

Browse files
Update eslint to ^9.24.0 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 109c4a3 commit c2a95a8

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.29",
3+
"version": "3.0.30",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -22,8 +22,8 @@
2222
"lint:fix": "eslint --fix ."
2323
},
2424
"dependencies": {
25-
"@eslint/js": "^9.23.0",
26-
"eslint": "^9.23.0",
25+
"@eslint/js": "^9.24.0",
26+
"eslint": "^9.24.0",
2727
"eslint-config-prettier": "^10.1.1",
2828
"eslint-config-react": "^1.1.7",
2929
"eslint-config-typescript": "^3.0.0",

0 commit comments

Comments
 (0)