From 0c0657a3395bf604ce0b362d091dba4ce28c1ae2 Mon Sep 17 00:00:00 2001 From: joerg84 Date: Thu, 4 Jul 2019 12:38:31 +0200 Subject: [PATCH] Fixed requiered version of dependency. --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 5885aa666..de6ba1e4b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -14,7 +14,7 @@ "semantic-ui-less": "^2.4.1", "semantic-ui-react": "^0.81.3", "js-yaml": ">=3.13.1", - "handlebars": ">=4.0.14", + "handlebars": ">=4.1.0", "eslint": ">=4.18.2" }, "devDependencies": {