Merge branch 'fix_antlrVersion' into 'master'

fix: lock antlr version

See merge request dt-insight-front/infrastructure/dt-sql-parser!2
This commit is contained in:
小威 2020-11-26 14:41:44 +08:00
commit 4837c95f16

View File

@ -1,6 +1,6 @@
{ {
"name": "dt-sql-parser", "name": "dt-sql-parser",
"version": "3.0.4", "version": "3.0.5",
"description": "sql,hive,parser ", "description": "sql,hive,parser ",
"keywords": [ "keywords": [
"hive", "hive",
@ -27,7 +27,7 @@
}, },
"git repository": "https://github.com/HSunboy/dt-sql-parser", "git repository": "https://github.com/HSunboy/dt-sql-parser",
"dependencies": { "dependencies": {
"@types/antlr4": "^4.7.0", "@types/antlr4": "4.7.0",
"antlr4": "^4.7.2" "antlr4": "4.7.2"
} }
} }