Skip to content

Commit f0e6700

Browse files
committed
[Dev Deps] pin @types/eslint due to a breaking change in a patch
See DefinitelyTyped/DefinitelyTyped#52730 (review)
1 parent 6c1e5b3 commit f0e6700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"string.prototype.matchall": "^4.0.4"
4343
},
4444
"devDependencies": {
45-
"@types/eslint": "^7.2.8",
45+
"@types/eslint": "=7.2.10",
4646
"@types/estree": "^0.0.47",
4747
"@types/node": "^14.14.37",
4848
"@typescript-eslint/parser": "^2.34.0",

0 commit comments

Comments
 (0)