Skip to content

Commit

Permalink
fix eclipse-theia#4966: pin onigasm to 2.2.1 to fix PHP tokenization
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <[email protected]>
  • Loading branch information
akosyakov committed May 29, 2019
1 parent 8b37dd5 commit cd3a35a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jsonc-parser": "^2.0.2",
"monaco-css": "^2.0.1",
"monaco-html": "^2.0.2",
"onigasm": "^2.1.0",
"onigasm": "2.2.1",
"vscode-textmate": "^4.0.1"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7038,9 +7038,10 @@ onetime@^2.0.0:
dependencies:
mimic-fn "^1.0.0"

onigasm@^2.1.0:
onigasm@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.1.tgz#d56da809d63d3bb25510e8b8e447ffe98e56bebb"
integrity sha512-pa361CpVfsWOk0MQ1jLuJ1GvEJMHEHgZmaBpOIfBbvbp2crkDHacXB6mA4vgEfO7fL0OEMUSuZjX0Q9yTx6jTg==
dependencies:
lru-cache "^4.1.1"

Expand Down

0 comments on commit cd3a35a

Please sign in to comment.