|
37 | 37 | },
|
38 | 38 | "homepage": "https://meshtastic.org",
|
39 | 39 | "dependencies": {
|
40 |
| - "@bufbuild/protobuf": "^1.10.0", |
41 |
| - "@meshtastic/js": "2.3.7-5", |
| 40 | + "@bufbuild/protobuf": "^2.2.3", |
| 41 | + "@meshtastic/core": "npm:@jsr/[email protected]", |
| 42 | + "@meshtastic/js": "npm:@jsr/[email protected]", |
| 43 | + "@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", |
| 44 | + "@meshtastic/transport-web-serial": "npm:@jsr/meshtastic__transport-web-serial", |
42 | 45 | "@noble/curves": "^1.8.1",
|
43 | 46 | "@radix-ui/react-accordion": "^1.2.3",
|
44 | 47 | "@radix-ui/react-checkbox": "^1.1.4",
|
|
63 | 66 | "crypto-random-string": "^5.0.0",
|
64 | 67 | "immer": "^10.1.1",
|
65 | 68 | "js-cookie": "^3.0.5",
|
66 |
| - "lucide-react": "^0.475.0", |
67 |
| - "mapbox-gl": "^3.9.4", |
68 |
| - "maplibre-gl": "4.1.2", |
| 69 | + "lucide-react": "^0.477.0", |
| 70 | + "mapbox-gl": "^3.10.0", |
| 71 | + "maplibre-gl": "5.1.1", |
69 | 72 | "react": "^19.0.0",
|
70 | 73 | "react-dom": "^19.0.0",
|
71 | 74 | "react-error-boundary": "^5.0.0",
|
72 | 75 | "react-hook-form": "^7.54.2",
|
73 |
| - "react-map-gl": "7.1.9", |
| 76 | + "react-map-gl": "8.0.1", |
74 | 77 | "react-qrcode-logo": "^3.0.0",
|
75 |
| - "react-scan": "^0.2.4", |
| 78 | + "react-scan": "^0.2.8", |
76 | 79 | "rfc4648": "^1.5.4",
|
77 | 80 | "vite-plugin-node-polyfills": "^0.23.0",
|
78 | 81 | "zustand": "5.0.3"
|
79 | 82 | },
|
80 | 83 | "devDependencies": {
|
81 | 84 | "@biomejs/biome": "^1.9.4",
|
82 |
| - "@tailwindcss/postcss": "^4.0.7", |
| 85 | + "@tailwindcss/postcss": "^4.0.9", |
83 | 86 | "@testing-library/react": "^16.2.0",
|
84 |
| - "@types/chrome": "^0.0.304", |
| 87 | + "@types/chrome": "^0.0.307", |
85 | 88 | "@types/js-cookie": "^3.0.6",
|
86 |
| - "@types/node": "^22.13.4", |
| 89 | + "@types/node": "^22.13.7", |
87 | 90 | "@types/react": "^19.0.10",
|
88 | 91 | "@types/react-dom": "^19.0.4",
|
89 |
| - "@types/serviceworker": "^0.0.122", |
90 |
| - "@types/w3c-web-serial": "^1.0.7", |
91 |
| - "@types/web-bluetooth": "^0.0.20", |
| 92 | + "@types/serviceworker": "^0.0.123", |
| 93 | + "@types/w3c-web-serial": "^1.0.8", |
| 94 | + "@types/web-bluetooth": "^0.0.21", |
92 | 95 | "@vitejs/plugin-react": "^4.3.4",
|
93 | 96 | "autoprefixer": "^10.4.20",
|
94 | 97 | "gzipper": "^8.2.0",
|
95 |
| - "happy-dom": "^17.1.4", |
96 |
| - "postcss": "^8.5.1", |
| 98 | + "happy-dom": "^17.1.8", |
| 99 | + "postcss": "^8.5.3", |
97 | 100 | "simple-git-hooks": "^2.11.1",
|
98 |
| - "tailwind-merge": "^3.0.1", |
99 |
| - "tailwindcss": "^4.0.7", |
| 101 | + "tailwind-merge": "^3.0.2", |
| 102 | + "tailwindcss": "^4.0.9", |
100 | 103 | "tailwindcss-animate": "^1.0.7",
|
101 | 104 | "tar": "^7.4.3",
|
102 |
| - "typescript": "^5.7.3", |
103 |
| - "vite": "^6.1.1", |
| 105 | + "typescript": "^5.8.2", |
| 106 | + "vite": "^6.2.0", |
104 | 107 | "vite-plugin-pwa": "^0.21.1",
|
105 |
| - "vitest": "^3.0.6" |
| 108 | + "vitest": "^3.0.7" |
106 | 109 | }
|
107 | 110 | }
|
0 commit comments