Skip to content

Commit

Permalink
fix(linter): Install fixed version of esquery 1.4.2
Browse files Browse the repository at this point in the history
esquery package is a transitive dependency for us - and a broken version was released last night.

This commit fixes esquery to 1.4.2 since 1.4.1 is buggy

See: estools/esquery#135
Patched by: estools/esquery#138
  • Loading branch information
davorpa committed Feb 16, 2023
1 parent 2369393 commit bb09f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vite": "4.1.1"
},
"overrides": {
"esquery": "1.4.0"
"esquery": "1.4.2"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit bb09f1f

Please sign in to comment.