Skip to content

Commit 0c0657a

Browse files
committed
Fixed requiered version of dependency.
1 parent a3cca5e commit 0c0657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"semantic-ui-less": "^2.4.1",
1515
"semantic-ui-react": "^0.81.3",
1616
"js-yaml": ">=3.13.1",
17-
"handlebars": ">=4.0.14",
17+
"handlebars": ">=4.1.0",
1818
"eslint": ">=4.18.2"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)