Skip to content

Commit

Permalink
* update deps and release-script config
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Nov 17, 2021
1 parent fd9ebb9 commit 0f929b6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .releaseconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": ["iobroker", "license"]
}
30 changes: 29 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,28 @@
"url": "https://github.com/ioBroker/ioBroker.hm-rpc"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.0",
"@iobroker/adapter-core": "^2.5.1",
"binrpc": "^3.3.1",
"homematic-xmlrpc": "^1.0.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.4.1",
"@alcalzone/release-script-plugin-iobroker": "^3.4.1",
"@alcalzone/release-script-plugin-license": "^3.4.1",
"@iobroker/testing": "^2.4.4",
"@iobroker/testing": "^2.5.2",
"axios": "^0.24.0",
"chai": "^4.3.4",
"eslint": "^8.0.1",
"eslint": "^8.2.0",
"gulp": "^4.0.2",
"hm-simulator": "^0.1.1",
"mocha": "^9.0.2"
"mocha": "^9.1.3"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.hm-rpc/issues"
},
"main": "main.js",
"scripts": {
"release": "release-script -p iobroker",
"release": "release-script",
"test:package": "mocha test/packageFiles --exit",
"test:integration": "mocha test/integrationAdapter --exit",
"test": "mocha --exit"
Expand Down

0 comments on commit 0f929b6

Please sign in to comment.