Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Oct 19, 2024
2 parents 3a4554b + 00d3436 commit 4a1afeb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 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 @@ -27,7 +27,7 @@
"node": ">= 20"
},
"dependencies": {
"@iobroker/adapter-core": "^3.2.1",
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"node-schedule": "^2.1.1",
"ws": "^8.18.0"
Expand All @@ -42,8 +42,8 @@
"@tsconfig/node14": "^14.1.0",
"@types/chai": "^4.3.9",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
Expand All @@ -54,7 +54,7 @@
"proxyquire": "^2.1.3",
"sinon": "^19.0.2",
"sinon-chai": "^3.7.0",
"typescript": "~5.6.2"
"typescript": "~5.6.3"
},
"main": "main.js",
"files": [
Expand Down

0 comments on commit 4a1afeb

Please sign in to comment.