From 8ea27c4794afe58014fd6dded8a64b937ac09c4d Mon Sep 17 00:00:00 2001 From: David Power Date: Tue, 12 Mar 2024 08:40:13 +0100 Subject: [PATCH] use next version of meshtastic/js which is required for change f6123d0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 103b128e..abdbcbf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshtastic-web", - "version": "2.2.19-0", + "version": "2.2.19-1", "type": "module", "description": "Meshtastic web client", "license": "GPL-3.0-only", @@ -22,7 +22,7 @@ "dependencies": { "@bufbuild/protobuf": "^1.7.2", "@emeraldpay/hashicon-react": "^0.5.2", - "@meshtastic/js": "2.2.23-0", + "@meshtastic/js": "2.2.24-1", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5",