Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Sep 21, 2024
2 parents aa3cd66 + 1086873 commit 7f6e1ad
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 54 deletions.
98 changes: 48 additions & 50 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 @@
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"easy-crc": "^1.1.0",
"mqtt": "^5.9.0",
"mqtt": "^5.10.1",
"node-schedule": "^2.1.1"
},
"devDependencies": {
Expand All @@ -39,16 +39,16 @@
"@iobroker/testing": "^4.1.3",
"@tsconfig/node18": "^18.2.2",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.9",
"@types/node": "^22.5.1",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.5.0",
"chai-as-promised": "^8.0.0",
"eslint": "^8.57.0",
"mocha": "^10.5.2",
"mocha": "^10.7.3",
"proxyquire": "^2.1.3",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
Expand Down

0 comments on commit 7f6e1ad

Please sign in to comment.