Skip to content

Commit

Permalink
Merge pull request #8 from Randers-Kommune-Digitalisering/st-update-n…
Browse files Browse the repository at this point in the history
…odered

Update package.json
  • Loading branch information
st-randers authored Jun 28, 2024
2 parents 5b539cd + 68d1a3b commit be145e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node-red/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-template",
"version": "3.0.2",
"version": "4.0.0",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,12 +29,12 @@
}
],
"dependencies": {
"node-red": "3.0.2",
"node-red": "4.0.0",
"node-red-contrib-mysql-config": "1.0.4",
"node-red-contrib-prometheus-exporter": "1.0.5",
"node-red-contrib-js-storage":"1.0.3"
},
"engines": {
"node": ">=12"
"node": ">=18"
}
}

0 comments on commit be145e4

Please sign in to comment.