Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Jul 14, 2020
1 parent f581c2f commit cd8199f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.eslintrc.js
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
strategy:
matrix:
node-version: [
8,
9,
10,
11,
12,
13,
14,
]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hap-controller",
"version": "0.3.4",
"version": "0.3.5",
"description": "Library to implement a HAP (HomeKit) controller",
"main": "lib/index.js",
"directories": {
Expand All @@ -26,18 +26,18 @@
},
"homepage": "https://github.com/mrstegeman/hap-controller-node#readme",
"dependencies": {
"@abandonware/noble": "^1.9.2-8",
"@abandonware/noble": "^1.9.2-9",
"dnssd": "^0.4.1",
"fast-srp-hap": "^2.0.2",
"hkdf": "0.0.2",
"http-parser-js": "^0.5.2",
"libsodium-wrappers": "^0.7.6",
"uuid": "^8.0.0"
"uuid": "^8.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint": "^7.4.0",
"event-to-promise": "^0.8.0",
"jest": "^25.5.3"
"jest": "^26.1.0"
}
}

0 comments on commit cd8199f

Please sign in to comment.