Browse Source

Cleanup connection logic

pull/21/head
Sacha Weatherstone 4 years ago
parent
commit
4513a5b5f3
  1. 6
      package.json

6
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",

Loading…
Cancel
Save