Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Dec 2, 2024
1 parent b5a5165 commit c82eeb2
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 393 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,27 @@
"test": "mocha",
"release": "pnpm run test && pnpm run build && changeset publish"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.14.4",
"dependencies": {
"@node-red/util": "^4.0.0",
"compare-versions": "^6.1.0",
"@node-red/util": "^4.0.5",
"compare-versions": "^6.1.1",
"dot-prop": "^6.0.1",
"got": "^11.8.6",
"multiple-select": "^1.7.0",
"set-interval-async": "^3.0.3",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@changesets/cli": "^2.27.10",
"concurrently": "^9.1.0",
"grunt": "^1.6.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.4.0",
"nyc": "^17.0.0",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"should": "^13.2.3",
"taze": "^0.13.8"
"taze": "^0.18.0"
},
"node-red": {
"version": ">=1.2.9",
Expand Down
Loading

0 comments on commit c82eeb2

Please sign in to comment.