Skip to content

Commit d2f4720

Browse files
Update eslint (major) (#253)
* Update eslint * Remove dependency for types stub --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Stan Lemon <[email protected]>
1 parent 1844fa5 commit d2f4720

File tree

2 files changed

+9
-30
lines changed

2 files changed

+9
-30
lines changed

package-lock.json

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

packages/eslint-config/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.26",
3+
"version": "3.0.27",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -23,12 +23,11 @@
2323
},
2424
"dependencies": {
2525
"@eslint/js": "^9.23.0",
26-
"@types/eslint__js": "^8.42.3",
2726
"eslint": "^9.23.0",
2827
"eslint-config-prettier": "^10.1.1",
2928
"eslint-config-react": "^1.1.7",
3029
"eslint-config-typescript": "^3.0.0",
31-
"eslint-import-resolver-typescript": "^3.10.0",
30+
"eslint-import-resolver-typescript": "^4.2.7",
3231
"eslint-plugin-import": "^2.31.0",
3332
"eslint-plugin-jest": "^28.11.0",
3433
"eslint-plugin-jest-dom": "^5.5.0",

0 commit comments

Comments
 (0)