mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump notify and timeswitch deps
This commit is contained in:
parent
5bb8b4d968
commit
e5e8a33d80
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "node-red-node-notify",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "A Node-RED node to send local popup Notify alerts",
|
||||
"dependencies": {
|
||||
"node-notifier": "^5.4.5"
|
||||
"node-notifier": "^10.0.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name" : "node-red-node-timeswitch",
|
||||
"version" : "0.1.0",
|
||||
"version" : "0.2.0",
|
||||
"description" : "A Node-RED node to provide a simple timeswitch to schedule daily on/off events.",
|
||||
"dependencies" : {
|
||||
"spacetime": "^6.12.5",
|
||||
"spacetime": "^6.16.3",
|
||||
"suncalc": "^1.8.0"
|
||||
},
|
||||
"repository" : {
|
||||
|
Loading…
Reference in New Issue
Block a user