Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k authored Oct 16, 2024
1 parent ae2232a commit 9af38cd
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,31 +18,18 @@
"url": "https://github.com/TA2k/ioBroker.hekr"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.0",
"axios": "^0.24.0",
"@iobroker/adapter-core": "^3.2.2",
"axios": "^1.7.7",
"dgram": "^1.0.1",
"json-bigint": "^1.0.0",
"wss": "^3.3.4"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.2",
"@iobroker/adapter-dev": "^1.0.0",
"@iobroker/testing": "^2.5.4",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.10.0",
"mocha": "^9.2.1",
"proxyquire": "^2.1.3",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0",
"typescript": "~4.5.5"
"@iobroker/testing": "^5.0.0",
"@types/node": "^22.7.5",
"eslint": "^8.57.1",
"typescript": "~5.6.3"
},
"main": "main.js",
"files": [
Expand All @@ -67,4 +54,4 @@
"url": "https://github.com/TA2k/ioBroker.hekr/issues"
},
"readmeFilename": "README.md"
}
}

0 comments on commit 9af38cd

Please sign in to comment.