From 4513a5b5f3d3797794df120bc795a04bc7846b6a Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 7 Mar 2022 20:10:10 +1100 Subject: [PATCH] Cleanup connection logic --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 534d323e..2eb73a35 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@emeraldpay/hashicon-react": "^0.5.2", "@meshtastic/eslint-config": "^1.0.6", - "@meshtastic/meshtasticjs": "^0.6.50", + "@meshtastic/meshtasticjs": "^0.6.51", "@reduxjs/toolkit": "^1.8.0", "@tippyjs/react": "^4.2.6", "base64-js": "^1.5.1", @@ -32,7 +32,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.4", - "react-flow-renderer": "^10.0.0-next.48", + "react-flow-renderer": "^10.0.0-next.51", "react-hook-form": "^7.27.1", "react-icons": "^4.3.1", "react-json-pretty": "^2.2.0", @@ -56,7 +56,7 @@ "@vitejs/plugin-react": "^1.2.0", "autoprefixer": "^10.4.2", "gzipper": "^7.0.0", - "postcss": "^8.4.7", + "postcss": "^8.4.8", "rollup-plugin-visualizer": "^5.6.0", "tailwindcss": "^3.0.23", "tar": "^6.1.11",