Skip to content

Commit

Permalink
Merge pull request #255 from NRCHKB/1.1.0-dev.6
Browse files Browse the repository at this point in the history
Update dependencies (hap-nodejs 0.7.3)
  • Loading branch information
Shaquu authored May 20, 2020
2 parents 5c59de7 + 12e51f1 commit 6d97ce5
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 423 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Error status is not passed to callback when "No response" was triggered [#227](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/pull/227) also discussed in [#185](https://github.com/NRCHKB/node-red-contrib-homekit-bridged/pull/185)

### Changed
- Updated hap-nodejs to 0.6.4
- Updated hap-nodejs to 0.7.3
- Updated dependencies to latest versions
- Moved lint-staged config to main level and added minimum nodejs version

Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-bridged",
"version": "1.1.0-dev.5",
"version": "1.1.0-dev.6",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"main": "homekit.js",
"scripts": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"homepage": "https://github.com/NRCHKB/node-red-contrib-homekit-bridged#readme",
"dependencies": {
"debug": "^4.1.1",
"hap-nodejs": "^0.6.4"
"hap-nodejs": "^0.7.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"lint-staged": "^10.1.6",
"mocha": "^7.1.1",
"node-red": "^1.0.5",
"lint-staged": "^10.2.4",
"mocha": "^7.1.2",
"node-red": "^1.0.6",
"node-red-node-test-helper": "^0.2.3",
"prettier": "^2.0.4"
"prettier": "^2.0.5"
},
"eslintConfig": {
"env": {
Expand Down Expand Up @@ -101,7 +101,8 @@
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "lf"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 6d97ce5

Please sign in to comment.