bump notify and timeswitch deps

This commit is contained in:
Dave Conway-Jones 2022-08-19 11:40:53 +01:00
parent 5bb8b4d968
commit e5e8a33d80
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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" : {