Browse Source

use next version of meshtastic/js which is required for change f6123d0

pull/177/head
David Power 2 years ago
committed by Sacha Weatherstone
parent
commit
8ea27c4794
  1. 4
      package.json

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "meshtastic-web", "name": "meshtastic-web",
"version": "2.2.19-0", "version": "2.2.19-1",
"type": "module", "type": "module",
"description": "Meshtastic web client", "description": "Meshtastic web client",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.7.2", "@bufbuild/protobuf": "^1.7.2",
"@emeraldpay/hashicon-react": "^0.5.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-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.0.5",

Loading…
Cancel
Save