Skip to content

Commit 642866d

Browse files
vveerrggclaude
andcommitted
chore(deps): update devDependencies to latest
- eslint 10.0.2 → 10.0.3 - @types/node ^20 → ^22 - Bump to 0.2.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 12d4bef commit 642866d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-nostr",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Node-RED nodes for seamless Nostr protocol integration. Features robust WebSocket handling, event filtering, and NPUB-based routing. Built with TypeScript for type safety and extensive testing. Perfect for Nostr automation flows.",
55
"author": "vveerrgg",
66
"type": "commonjs",
@@ -58,14 +58,14 @@
5858
},
5959
"devDependencies": {
6060
"@eslint/js": "^10.0.1",
61-
"@types/node": "^20.19.33",
61+
"@types/node": "^22.19.15",
6262
"@types/node-red": "^1.3.5",
6363
"@types/ws": "^8.18.1",
6464
"@typescript-eslint/eslint-plugin": "^8.56.0",
6565
"@typescript-eslint/parser": "^8.56.0",
6666
"@vitest/coverage-v8": "^4.0.18",
6767
"@vitest/ui": "^4.0.18",
68-
"eslint": "^10.0.1",
68+
"eslint": "^10.0.3",
6969
"node-red": "^4.1.5",
7070
"node-red-node-test-helper": "^0.3.6",
7171
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)