Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Update dependency handlebars to v4 (master) - autoclosed #313

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dijon/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"dependencies": {
"jquery": "^2.0.0",
"handlebars": "^1.0.0",
"handlebars": "^4.0.0",
"todomvc-common": "^1.0.1",
"todomvc-app-css": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/jquery/package.json
Expand Up @@ -4,7 +4,7 @@
"todomvc-common": "~1.0.1",
"todomvc-app-css": "~1.0.1",
"jquery": "~2.1.1",
"handlebars": "~2.0.0",
"handlebars": "~4.7.0",
"director": "~1.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/spine/package.json
Expand Up @@ -4,7 +4,7 @@
"spine": "^1.0.9",
"todomvc-common": "^1.0.1",
"todomvc-app-css": "^1.0.1",
"handlebars": "^1.0.0",
"handlebars": "^4.0.0",
"jquery": "^1.8.3"
}
}