Skip to content

Commit

Permalink
Rollback antlr to 4.13.1 because 4.13.2 seems to be broken.
Browse files Browse the repository at this point in the history
With python3_12_1, getting Calling deprecated method in Lexer class: mode(...)
  • Loading branch information
kaby76 committed Sep 18, 2024
1 parent 0923359 commit 3f6524e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"author": "",
"license": "ISC",
"dependencies": {
"antlr4": "4.13.2",
"antlr4": "4.13.1",
"fs-extra": "^11.1.0",
"timer-node": "^5.0.6",
"typescript-string-operations": "^1.4.1"
"timer-node": "^5.0.6"
},
"type": "module"
}
Expand Down

0 comments on commit 3f6524e

Please sign in to comment.