Skip to content

Commit

Permalink
v5.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed May 19, 2021
1 parent f306521 commit 07018b7
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 83 deletions.
149 changes: 71 additions & 78 deletions 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
@@ -1,6 +1,6 @@
{
"name": "homebridge-fritz-platform",
"version": "5.0.32",
"version": "5.0.33",
"description": "Homebridge Plugin to control FritzBox router, smarthome devices and more.",
"main": "index.js",
"funding": [
Expand Down Expand Up @@ -45,19 +45,19 @@
"homebridge": "^1.1.6"
},
"dependencies": {
"@seydx/fritzbox": "^1.0.10",
"@seydx/fritzbox": "^1.0.11",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"fakegato-history": "0.6.1",
"form-data": "^4.0.0",
"fs-extra": "10.0.0",
"moment": "^2.29.1",
"ping": "0.4.1",
"rxjs": "^6.6.7"
"rxjs": "^7.0.1"
},
"devDependencies": {
"@babel/core": "7.14.2",
"@babel/eslint-parser": "7.14.2",
"@babel/core": "7.14.3",
"@babel/eslint-parser": "7.14.3",
"@babel/eslint-plugin": "7.13.16",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit 07018b7

Please sign in to comment.