Skip to content

Commit eca9342

Browse files
chore: update is-expression and jest (#3253)
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.
1 parent 9e96bb7 commit eca9342

File tree

3 files changed

+1520
-1073
lines changed

3 files changed

+1520
-1073
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"devDependencies": {
88
"coveralls": "3.0.9",
9-
"jest": "24.9.0",
9+
"jest": "^26.0.1",
1010
"prettier": "1.19.1"
1111
},
1212
"repository": {

packages/pug-lexer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"dependencies": {
99
"character-parser": "^2.2.0",
10-
"is-expression": "^3.0.0",
10+
"is-expression": "^4.0.0",
1111
"pug-error": "^1.3.3"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)