Skip to content

Commit 6c47767

Browse files
Update eslint
1 parent 4d24fc1 commit 6c47767

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

package-lock.json

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

packages/eslint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.25",
3+
"version": "3.0.26",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -23,12 +23,12 @@
2323
},
2424
"dependencies": {
2525
"@eslint/js": "^9.22.0",
26-
"@types/eslint__js": "^8.42.3",
26+
"@types/eslint__js": "^9.14.0",
2727
"eslint": "^9.22.0",
2828
"eslint-config-prettier": "^10.1.1",
2929
"eslint-config-react": "^1.1.7",
3030
"eslint-config-typescript": "^3.0.0",
31-
"eslint-import-resolver-typescript": "^3.9.1",
31+
"eslint-import-resolver-typescript": "^4.2.2",
3232
"eslint-plugin-import": "^2.31.0",
3333
"eslint-plugin-jest": "^28.11.0",
3434
"eslint-plugin-jest-dom": "^5.5.0",

0 commit comments

Comments
 (0)