Skip to content

Commit

Permalink
bumped node-red dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oseiler2 committed May 9, 2023
1 parent 6f5da07 commit 4341c15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
13 changes: 12 additions & 1 deletion docker/nodered/.config.nodes.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"node-red": {
"name": "node-red",
"version": "2.2.2",
"version": "3.0.0",
"local": false,
"user": false,
"nodes": {
"junction": {
"name": "junction",
"types": [
"junction"
],
"enabled": true,
"local": false,
"user": false,
"module": "node-red",
"file": "/usr/src/node-red/node_modules/@node-red/nodes/core/common/05-junction.js"
},
"inject": {
"name": "inject",
"types": [
Expand Down
18 changes: 9 additions & 9 deletions docker/nodered/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-influxdb": "~0.6.1",
"node-red-dashboard": "~3.1.7",
"node-red-node-email": "~1.15.1"
}
"name": "node-red-project",
"description": "A Node-RED Project",
"version": "0.0.1",
"private": true,
"dependencies": {
"node-red-contrib-influxdb": "~0.6.1",
"node-red-dashboard": "~3.4.0",
"node-red-node-email": "~2.0.0"
}
}

0 comments on commit 4341c15

Please sign in to comment.