Skip to content

Commit

Permalink
chore: update is-expression and jest (#3253)
Browse files Browse the repository at this point in the history
This means we pull in the current latest version of acorn, resulting in a single version everywhere, rather than multiple copies of acorn in this repo.
  • Loading branch information
ForbesLindesay committed May 19, 2020
1 parent 9e96bb7 commit eca9342
Show file tree
Hide file tree
Showing 3 changed files with 1,520 additions and 1,073 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
],
"devDependencies": {
"coveralls": "3.0.9",
"jest": "24.9.0",
"jest": "^26.0.1",
"prettier": "1.19.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/package.json
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": {
"character-parser": "^2.2.0",
"is-expression": "^3.0.0",
"is-expression": "^4.0.0",
"pug-error": "^1.3.3"
},
"devDependencies": {
Expand Down

0 comments on commit eca9342

Please sign in to comment.