From 9af38cd07b6bf92417063689ae4ccd102d84649a Mon Sep 17 00:00:00 2001 From: TA2k Date: Wed, 16 Oct 2024 11:05:07 +0200 Subject: [PATCH] Update package.json --- package.json | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index fe52f7b..c68fe73 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -67,4 +54,4 @@ "url": "https://github.com/TA2k/ioBroker.hekr/issues" }, "readmeFilename": "README.md" -} \ No newline at end of file +}