Skip to content

Commit

Permalink
fix: limit antlr4 to ~4.11.0 for Node v14 support
Browse files Browse the repository at this point in the history
Limit antlr4 to `~4.11.0` to support Node v14.

antlr4 `4.12.0` drops Node.JS v14 support,
see antlr/antlr4@2c75e64
  • Loading branch information
aloisklink authored and MindaugasLaganeckas committed Aug 3, 2023
1 parent 855354b commit a77d2cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"vite-svg-loader": "^4.0.0",
"yarn-upgrade-all": "^0.7.0"
},
"resolutions": {
"antlr4": "~4.11.0"
},
"files": [
"src/",
"dist/",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1214,10 +1214,10 @@ ansi-styles@^5.0.0:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==

antlr4@^4.11.0:
version "4.13.0"
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.13.0.tgz#25c0b17f0d9216de114303d38bafd6f181d5447f"
integrity sha512-zooUbt+UscjnWyOrsuY/tVFL4rwrAGwOivpQmvmUDE22hy/lUA467Rc1rcixyRwcRUIXFYBwv7+dClDSHdmmew==
antlr4@^4.11.0, antlr4@~4.11.0:
version "4.11.0"
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.11.0.tgz#d7466f5044fa6e333c0ec821b30c6157f6b004ae"
integrity sha512-GUGlpE2JUjAN+G8G5vY+nOoeyNhHsXoIJwP1XF1oRw89vifA1K46T6SEkwLwr7drihN7I/lf0DIjKc4OZvBX8w==

any-promise@^1.0.0:
version "1.3.0"
Expand Down

0 comments on commit a77d2cc

Please sign in to comment.