Skip to content

Commit

Permalink
Update dependencies (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
YasharF authored and ForbesLindesay committed Dec 16, 2019
1 parent c915b1c commit 201b9c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/pug-attrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pug"
],
"dependencies": {
"constantinople": "^3.0.1",
"constantinople": "^4.0.1",
"js-stringify": "^1.0.1",
"pug-runtime": "^2.0.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/pug-code-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"pug"
],
"dependencies": {
"constantinople": "^3.1.2",
"constantinople": "^4.0.1",
"doctypes": "^1.1.0",
"js-stringify": "^1.0.1",
"pug-attrs": "^2.0.4",
"pug-error": "^1.3.3",
"pug-runtime": "^2.0.5",
"void-elements": "^2.0.1",
"void-elements": "^3.1.0",
"with": "^5.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"dependencies": {
"clean-css": "^4.1.11",
"constantinople": "^3.0.1",
"constantinople": "^4.0.1",
"jstransformer": "1.0.0",
"pug-error": "^1.3.3",
"pug-walk": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-lexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pug-error": "^1.3.3"
},
"devDependencies": {
"acorn": "^3.0.4"
"acorn": "^7.1.0"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug-strip-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pug-error": "^1.3.3"
},
"devDependencies": {
"line-json": "^1.0.0"
"line-json": "^2.0.0"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/pug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jstransformer-uglify-js": "^1.1.1",
"jstransformer-verbatim": "^1.0.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.2.8",
"rimraf": "^3.0.0",
"uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
},
"files": [
Expand Down

0 comments on commit 201b9c7

Please sign in to comment.