Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 577ecf4

Browse files
authoredMar 2, 2025··
Update eslint (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60380f9 commit 577ecf4

File tree

2 files changed

+101
-113
lines changed

2 files changed

+101
-113
lines changed
 

‎package-lock.json

+95-107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/eslint-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.19",
3+
"version": "3.0.20",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -22,13 +22,13 @@
2222
"lint:fix": "eslint --fix ."
2323
},
2424
"dependencies": {
25-
"@eslint/js": "^9.20.0",
25+
"@eslint/js": "^9.21.0",
2626
"@types/eslint__js": "^8.42.3",
27-
"eslint": "^9.20.1",
28-
"eslint-config-prettier": "^10.0.1",
27+
"eslint": "^9.21.0",
28+
"eslint-config-prettier": "^10.0.2",
2929
"eslint-config-react": "^1.1.7",
3030
"eslint-config-typescript": "^3.0.0",
31-
"eslint-import-resolver-typescript": "^3.8.2",
31+
"eslint-import-resolver-typescript": "^3.8.3",
3232
"eslint-plugin-import": "^2.31.0",
3333
"eslint-plugin-jest": "^28.11.0",
3434
"eslint-plugin-jest-dom": "^5.5.0",
@@ -37,6 +37,6 @@
3737
"globals": "^15.15.0",
3838
"prettier": "^3.5.2",
3939
"typescript": "^5.7.3",
40-
"typescript-eslint": "^8.24.1"
40+
"typescript-eslint": "^8.25.0"
4141
}
4242
}

0 commit comments

Comments
 (0)
Please sign in to comment.