Skip to content

Commit

Permalink
Merge pull request #100 from microsoft/update_oniguruma
Browse files Browse the repository at this point in the history
 chore: update oniguruma@7.2.0 for node12
  • Loading branch information
alexdima committed Jul 12, 2019
2 parents 739afbe + be76001 commit 939c3c4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
matrix:
node_10_x:
node_version: 10.x
node_12_x:
node_version: 12.x
steps:
- task: NodeTool@0
inputs:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prepublishOnly": "node scripts/release.js"
},
"dependencies": {
"oniguruma": "^7.0.0"
"oniguruma": "^7.2.0"
},
"devDependencies": {
"@types/mocha": "5.2.6",
Expand Down
2 changes: 1 addition & 1 deletion test-cases/suite1/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@
"string.interpolated.makefile",
"meta.scope.function-call.makefile",
"string.interpolated.makefile",
"variable.other.makefile"
"variable.language.makefile"
]
},
{
Expand Down

0 comments on commit 939c3c4

Please sign in to comment.