diff --git a/README.md b/README.md index 06c6e764..cf403635 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ because without his work, we would not have all the great information about the ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Updated packages +* (bluefox) Breaking change: minimal supported node.js version is 16.x + ### 1.9.26 (2023-02-03) * (bluefox) Corrected widget diff --git a/package.json b/package.json index 24a6be14..8c502399 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "url": "https://github.com/iobroker-community-adapters/ioBroker.info" }, "engines": { - "node": ">=12.0.0" + "node": ">=16.0.0" }, "dependencies": { - "axios": "^1.3.6", - "@iobroker/adapter-core": "^2.6.8", - "systeminformation": "^5.17.17", - "semver": "^7.3.8", + "axios": "^1.5.0", + "@iobroker/adapter-core": "^3.0.3", + "systeminformation": "^5.21.4", + "semver": "^7.5.4", "jshashes": "^1.0.8" }, "optionalDependencies": { @@ -47,12 +47,12 @@ "@types/sinon-chai": "^3.2.9", "chai": "^4.3.8", "chai-as-promised": "^7.1.1", - "eslint": "^8.48.0", + "eslint": "^8.49.0", "mocha": "^10.2.0", "proxyquire": "^2.1.3", "sinon": "^15.2.0", "sinon-chai": "^3.7.0", - "typescript": "~4.9.5" + "typescript": "~5.2.2" }, "main": "main.js", "files": [ diff --git a/widgets/info/js/info.js b/widgets/info/js/info.js index 731770b3..2ea29649 100644 --- a/widgets/info/js/info.js +++ b/widgets/info/js/info.js @@ -23,7 +23,7 @@ async function getTranslation(){ } vis.binds.info = { - version: "0.0.9", + version: "1.9.26", showVersion: function () { if (vis.binds.info.version) { console.log("Version Info-Adapter-Widget: " + vis.binds.info.version);