Skip to content

Commit

Permalink
Pin handlebars to 4.2.1
Browse files Browse the repository at this point in the history
Handlebars released a new version, v4.3.0, today which throws type errors in
Page Kit. #596
  • Loading branch information
binaryberry committed Sep 24, 2019
1 parent 01f3cdb commit 01a2abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dotcom-server-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/glob": "^7.1.1",
"dateformat": "^3.0.3",
"glob": "^7.1.3",
"handlebars": "^4.1.1",
"handlebars": "4.2.1",
"mixin-deep": "^2.0.0"
},
"engines": {
Expand Down

0 comments on commit 01a2abc

Please sign in to comment.