update node-red-dashboard version dependency

This commit is contained in:
Romain Bazile 2021-02-23 17:37:42 +01:00
parent fe7627f9e7
commit e77db13d58

View file

@ -6,13 +6,13 @@
"node-red-contrib-gpsd": "^1.0.2", "node-red-contrib-gpsd": "^1.0.2",
"node-red-contrib-python3-function": "0.0.4", "node-red-contrib-python3-function": "0.0.4",
"node-red-contrib-web-worldmap": "~2.5.3", "node-red-contrib-web-worldmap": "~2.5.3",
"node-red-dashboard": "~2.23.4", "node-red-dashboard": ">=2.28.1",
"node-red-node-pi-gpio": "~1.2.0" "node-red-node-pi-gpio": "~1.2.0"
}, },
"node-red": { "node-red": {
"settings": { "settings": {
"flowFile": "flows/main.json", "flowFile": "flows/main.json",
"credentialsFile": "flows/main_cred.json" "credentialsFile": "flows/main_cred.json"
} }
} }
} }