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 e5610e5

Browse files
committedDec 4, 2024
chore: bump eslint packages
1 parent b4305cb commit e5610e5

File tree

3 files changed

+116
-117
lines changed

3 files changed

+116
-117
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@types/tar": "^6.1.11",
131131
"babel-jest": "29.7.0",
132132
"depcheck": "^1.4.7",
133-
"eslint": "^9.13.0",
133+
"eslint": "^9.16.0",
134134
"globals": "^15.11.0",
135135
"jest": "29.7.0",
136136
"jest-environment-jsdom": "29.7.0",

‎packages/eslint/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"type-check": "yarn g:tsc --build"
1111
},
1212
"devDependencies": {
13-
"@eslint/js": "^9.13.0",
14-
"eslint": "^9.13.0",
13+
"@eslint/js": "^9.16.0",
14+
"eslint": "^9.16.0",
1515
"eslint-plugin-chai-friendly": "^1.0.1",
1616
"eslint-plugin-import": "^2.31.0",
17-
"eslint-plugin-jest": "^28.8.3",
17+
"eslint-plugin-jest": "^28.9.0",
1818
"eslint-plugin-jsx-a11y": "^6.10.2",
1919
"eslint-plugin-local-rules": "^3.0.2",
2020
"eslint-plugin-react": "^7.37.2",
2121
"eslint-plugin-react-hooks": "^5.0.0",
22-
"typescript-eslint": "^8.12.2"
22+
"typescript-eslint": "^8.17.0"
2323
}
2424
}

0 commit comments

Comments
 (0)
Please sign in to comment.