Skip to content

Commit 212fb11

Browse files
Update eslint
1 parent 0102dcf commit 212fb11

2 files changed

Lines changed: 31 additions & 112 deletions

File tree

package-lock.json

Lines changed: 27 additions & 108 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stanlemon/eslint-config",
3-
"version": "3.0.39",
3+
"version": "3.0.40",
44
"description": "My typical eslint setup, but without all the copy and paste.",
55
"keywords": [
66
"eslint"
@@ -22,12 +22,12 @@
2222
"lint:fix": "eslint --fix ."
2323
},
2424
"dependencies": {
25-
"@eslint/js": "^9.26.0",
26-
"eslint": "^9.26.0",
25+
"@eslint/js": "^9.27.0",
26+
"eslint": "^9.27.0",
2727
"eslint-config-prettier": "^10.1.5",
2828
"eslint-config-react": "^1.1.7",
2929
"eslint-config-typescript": "^3.0.0",
30-
"eslint-import-resolver-typescript": "^4.3.4",
30+
"eslint-import-resolver-typescript": "^4.3.5",
3131
"eslint-plugin-import": "^2.31.0",
3232
"eslint-plugin-jest": "^28.11.0",
3333
"eslint-plugin-jest-dom": "^5.5.0",

0 commit comments

Comments
 (0)