Skip to content

Commit

Permalink
Update Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies committed Apr 28, 2024
1 parent 716eeb7 commit 6206641
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# node-red-contrib-zwave-js Change Log

- 9.0.4

**Maintenance Release**
- Update dependencies


- 9.0.3

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "node-red-contrib-zwave-js",
"version": "9.0.3",
"version": "9.0.4",
"license": "MIT",
"description": "The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.",
"dependencies": {
"limiter": "^2.1.0",
"lodash": "^4.17.21",
"winston": "^3.11.0",
"winston-transport": "^4.6.0",
"zwave-js": "^12.4.0"
"winston": "^3.13.0",
"winston-transport": "^4.7.0",
"zwave-js": "^12.5.6"
},
"devDependencies": {
"eslint": "^8.55.0",
"prettier": "^3.1.0"
"eslint": "^9.1.1",
"prettier": "^3.2.5"
},
"scripts": {
"validate": "node-red-dev validate -o validation_result.json"
Expand Down

0 comments on commit 6206641

Please sign in to comment.