Skip to content

Commit

Permalink
#435: install widgets again
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-engineering committed Nov 24, 2024
1 parent e706c52 commit bafd726
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ sometimes npm intall must be called more then one time to successfully install a

### **WORK IN PROGRESS**
* (René) see issue #417: test with nodejs@22
* (René) issue #435: install widgets again

### 4.3.4 (2024-08-24)
* (René) update dependencies
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"node": ">= 18"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.6",
"better-sqlite3": "^11.3.0",
"mysql2": "^3.11.1",
"@iobroker/adapter-core": "^3.2.2",
"better-sqlite3": "^11.5.0",
"mysql2": "^3.11.4",
"suncalc2": "^1.8.1"
},
"devDependencies": {
Expand All @@ -33,8 +33,8 @@
"@alcalzone/release-script-plugin-manual-review": "^3.7.0",
"@iobroker/adapter-dev": "^1.3.0",
"@iobroker/testing": "^5.0.0",
"chai": "^5.1.1",
"mocha": "^10.7.3"
"chai": "^5.1.2",
"mocha": "^11.0.0"
},
"main": "main.js",
"bugs": {
Expand Down Expand Up @@ -64,6 +64,7 @@
"!test",
"!typings",
"www/",
"widgets/",
"io-package.json",
"LICENSE",
"main.js"
Expand Down

0 comments on commit bafd726

Please sign in to comment.