Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
* (bluefox) Updated packages
Browse files Browse the repository at this point in the history
* (bluefox) Breaking change: minimal supported node.js version is 16.x
  • Loading branch information
GermanBluefox committed Sep 10, 2023
1 parent e4b1147 commit 8356eed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ because without his work, we would not have all the great information about the

## Changelog
<!-- ### **WORK IN PROGRESS** -->
### **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

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion widgets/info/js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8356eed

Please sign in to comment.