Skip to content

Commit

Permalink
Merge branch 'master' of github.com:misanorot/ioBroker.alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
misanorot committed Oct 22, 2024
2 parents 6a60621 + f0f20f2 commit 61de5b9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"@iobroker/adapter-core": "^3.2.1",
"node-schedule": "^2.1.1",
"suncalc2": "^1.8.1"
},
Expand All @@ -35,9 +35,9 @@
"@iobroker/testing": "^4.1.3",
"@tsconfig/node16": "^16.1.3",
"@types/chai": "^4.3.6",
"@types/chai-as-promised": "^8.0.0",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.1",
"@types/node": "^22.7.4",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
Expand All @@ -48,7 +48,7 @@
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"typescript": "~5.5.2"
"typescript": "~5.6.2"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit 61de5b9

Please sign in to comment.