Skip to content

Commit

Permalink
Upgrade node and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Nov 19, 2022
1 parent bc1c24d commit e1989e4
Show file tree
Hide file tree
Showing 4 changed files with 700 additions and 446 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-crabs-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"homebridge-roomba2": patch
---

Update to node 18 and upgrade dependencies
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
18
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@changesets/cli": "^2.18.1",
"@changesets/cli": "^2.25.2",
"@types/promise-timeout": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"homebridge": "^1.3.8",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"homebridge": "^1.5.1",
"rimraf": "^3.0.2",
"typescript": "^4.5.2"
"typescript": "^4.9.3"
}
}
Loading

0 comments on commit e1989e4

Please sign in to comment.