From e3d6d2c24aba9210345ee738434ef101a4351ed1 Mon Sep 17 00:00:00 2001 From: philon- Date: Mon, 9 Jun 2025 20:19:49 +0200 Subject: [PATCH] Bump dependency version --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3648efe5..ffc6d035 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "dependencies": { "@bufbuild/protobuf": "^2.2.5", "@meshtastic/core": "npm:@jsr/meshtastic__core@2.6.2", - "@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", - "@meshtastic/transport-web-bluetooth": "npm:@jsr/meshtastic__transport-web-bluetooth", - "@meshtastic/transport-web-serial": "npm:@jsr/meshtastic__transport-web-serial", + "@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http@0.2.1", + "@meshtastic/transport-web-bluetooth": "npm:@jsr/meshtastic__transport-web-bluetooth@0.1.2", + "@meshtastic/transport-web-serial": "npm:@jsr/meshtastic__transport-web-serial@0.2.1", "@noble/curves": "^1.9.0", "@radix-ui/react-accordion": "^1.2.8", "@radix-ui/react-checkbox": "^1.2.3",