Skip to content

Commit

Permalink
chore: fix integration tests by pinning @types/eslint v8 (#9620)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Jul 23, 2024
1 parent 05c9cb8 commit b68da19
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"type": "module",
"scripts": {
"// NOTE: @types/eslint has to be pinned until @stylistic/eslint-plugin latest works with latest": ""
},
"devDependencies": {
"@types/eslint__eslintrc": "latest",
"@eslint/eslintrc": "latest",
"@types/eslint__js": "latest",
"@eslint/js": "latest",
"@types/eslint": "latest",
"@types/eslint": "^8.56.10",
"eslint": "latest",
"@stylistic/eslint-plugin": "latest",
"eslint-plugin-deprecation": "latest",
Expand Down

0 comments on commit b68da19

Please sign in to comment.