Skip to content

Commit

Permalink
Switch antlr4 deps from ^ to ~ (#677)
Browse files Browse the repository at this point in the history
We only want patch upgrades on antlr4.
  • Loading branch information
cmoesel authored Nov 25, 2020
1 parent 1f2c3a2 commit c510c97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@types/antlr4": "^4.7.2",
"@types/antlr4": "~4.7.2",
"@types/fs-extra": "^8.1.0",
"@types/html-minifier": "^3.5.3",
"@types/ini": "^1.3.30",
Expand Down Expand Up @@ -71,7 +71,7 @@
"typescript": "^3.8.3"
},
"dependencies": {
"antlr4": "^4.8.0",
"antlr4": "~4.8.0",
"axios": "^0.19.2",
"chalk": "^3.0.0",
"commander": "^4.1.1",
Expand Down

0 comments on commit c510c97

Please sign in to comment.