update package.json requirements
This commit is contained in:
parent
48fb55e609
commit
cad1e6ff3e
12
package.json
12
package.json
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "PlanktoScope",
|
"name": "planktoscope",
|
||||||
"description": "PlanktoScope main software project",
|
"description": "PlanktoScope main software project",
|
||||||
"version": "2.3",
|
"version": "2.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-red-contrib-dir2files": "^0.3.0",
|
"node-red-contrib-dir2files": "^0.3.0",
|
||||||
"node-red-contrib-gpsd": "^1.0.2",
|
"node-red-contrib-gpsd": "^1.0.4",
|
||||||
"node-red-contrib-python3-function": "^0.0.4",
|
"node-red-contrib-python3-function": "^0.0.4",
|
||||||
"node-red-contrib-ui-multistate-switch": "^1.1.0",
|
"node-red-contrib-ui-multistate-switch": "^1.2.2",
|
||||||
"node-red-dashboard": "^2.29.0",
|
"node-red-dashboard": "^3.1.2",
|
||||||
"node-red-node-pi-gpio": "^1.2.3",
|
"node-red-node-pi-gpio": "^2.0.1",
|
||||||
"node-red-node-ui-list": "^0.3.4"
|
"node-red-node-ui-list": "^0.3.6"
|
||||||
},
|
},
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|
Loading…
Reference in a new issue