Skip to content

Commit

Permalink
fix: pin esquery v1.4.0 (fixes #16896) (#16897)
Browse files Browse the repository at this point in the history
the new released v1.4.1 breaks eslint.

related: 
* #16896
* estools/esquery#135
  • Loading branch information
aladdin-add committed Feb 16, 2023
1 parent 67865a0 commit 9698bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"eslint-utils": "^3.0.0",
"eslint-visitor-keys": "^3.3.0",
"espree": "^9.4.0",
"esquery": "^1.4.0",
"esquery": "1.4.0",
"esutils": "^2.0.2",
"fast-deep-equal": "^3.1.3",
"file-entry-cache": "^6.0.1",
Expand Down

0 comments on commit 9698bc5

Please sign in to comment.