Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
st-randers authored Jun 28, 2024
1 parent 5b539cd commit 68d1a3b
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 68d1a3b

Please sign in to comment.