From 91e4e6fd417c09abd4bfec31efcbcdda3e0a60e9 Mon Sep 17 00:00:00 2001 From: NuclearConsent Date: Tue, 26 Mar 2024 13:25:54 -0500 Subject: [PATCH] Use latest meshtasticdotjs and bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c14d2feb..ca490ac2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshtastic-web", - "version": "2.2.19-1", + "version": "2.2.20", "type": "module", "description": "Meshtastic web client", "license": "GPL-3.0-only", @@ -22,7 +22,7 @@ "dependencies": { "@bufbuild/protobuf": "^1.8.0", "@emeraldpay/hashicon-react": "^0.5.2", - "@meshtastic/js": "2.3.0-0", + "@meshtastic/js": "2.3.2-0", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dialog": "^1.0.5",