Skip to content

Commit

Permalink
update dependencies, add adapter-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Aug 13, 2023
1 parent abdec53 commit 5269da6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Actually only following attributes are supported:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
* (mcm1957) Dependencies have been updated
* (mcm1957) Adapter now requires node 16

### 2.0.4 (2023-08-13)
* (LausiD) Several problems have been fixed (#213, #214)

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem"
},
"engines": {
"node": ">= 16.0.0"
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.3"
},
Expand All @@ -31,6 +34,7 @@
"@alcalzone/release-script-plugin-iobroker": "^3.6.0",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@alcalzone/release-script-plugin-manual-review": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"@iobroker/legacy-testing": "^0.3.7",
"axios": "^1.4.0",
"chai": "^4.3.7",
Expand All @@ -49,9 +53,8 @@
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes"
"translate": "translate-adapter",
"build": "build-adapter"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem/issues"
Expand Down

0 comments on commit 5269da6

Please sign in to comment.