30 changed files with 238 additions and 204 deletions
@ -1 +1 @@ |
|||
@buf:registry=https://buf.build/gen/npm/v1 |
|||
@jsr:registry=https://npm.jsr.io |
|||
|
|||
@ -37,8 +37,8 @@ |
|||
}, |
|||
"homepage": "https://meshtastic.org", |
|||
"dependencies": { |
|||
"@bufbuild/protobuf": "^1.10.0", |
|||
"@meshtastic/js": "2.3.7-5", |
|||
"@bufbuild/protobuf": "^2.2.3", |
|||
"@meshtastic/js": "npm:@jsr/[email protected]", |
|||
"@noble/curves": "^1.8.1", |
|||
"@radix-ui/react-accordion": "^1.2.3", |
|||
"@radix-ui/react-checkbox": "^1.1.4", |
|||
@ -63,44 +63,44 @@ |
|||
"crypto-random-string": "^5.0.0", |
|||
"immer": "^10.1.1", |
|||
"js-cookie": "^3.0.5", |
|||
"lucide-react": "^0.475.0", |
|||
"mapbox-gl": "^3.9.4", |
|||
"maplibre-gl": "4.1.2", |
|||
"lucide-react": "^0.477.0", |
|||
"mapbox-gl": "^3.10.0", |
|||
"maplibre-gl": "5.1.1", |
|||
"react": "^19.0.0", |
|||
"react-dom": "^19.0.0", |
|||
"react-hook-form": "^7.54.2", |
|||
"react-map-gl": "7.1.9", |
|||
"react-map-gl": "8.0.1", |
|||
"react-qrcode-logo": "^3.0.0", |
|||
"react-scan": "^0.2.4", |
|||
"react-scan": "^0.2.8", |
|||
"rfc4648": "^1.5.4", |
|||
"vite-plugin-node-polyfills": "^0.23.0", |
|||
"zustand": "5.0.3" |
|||
}, |
|||
"devDependencies": { |
|||
"@biomejs/biome": "^1.9.4", |
|||
"@tailwindcss/postcss": "^4.0.7", |
|||
"@tailwindcss/postcss": "^4.0.9", |
|||
"@testing-library/react": "^16.2.0", |
|||
"@types/chrome": "^0.0.304", |
|||
"@types/chrome": "^0.0.307", |
|||
"@types/js-cookie": "^3.0.6", |
|||
"@types/node": "^22.13.4", |
|||
"@types/node": "^22.13.7", |
|||
"@types/react": "^19.0.10", |
|||
"@types/react-dom": "^19.0.4", |
|||
"@types/serviceworker": "^0.0.122", |
|||
"@types/w3c-web-serial": "^1.0.7", |
|||
"@types/web-bluetooth": "^0.0.20", |
|||
"@types/serviceworker": "^0.0.123", |
|||
"@types/w3c-web-serial": "^1.0.8", |
|||
"@types/web-bluetooth": "^0.0.21", |
|||
"@vitejs/plugin-react": "^4.3.4", |
|||
"autoprefixer": "^10.4.20", |
|||
"gzipper": "^8.2.0", |
|||
"happy-dom": "^17.1.4", |
|||
"postcss": "^8.5.1", |
|||
"happy-dom": "^17.1.8", |
|||
"postcss": "^8.5.3", |
|||
"simple-git-hooks": "^2.11.1", |
|||
"tailwind-merge": "^3.0.1", |
|||
"tailwindcss": "^4.0.7", |
|||
"tailwind-merge": "^3.0.2", |
|||
"tailwindcss": "^4.0.9", |
|||
"tailwindcss-animate": "^1.0.7", |
|||
"tar": "^7.4.3", |
|||
"typescript": "^5.7.3", |
|||
"vite": "^6.1.1", |
|||
"typescript": "^5.8.2", |
|||
"vite": "^6.2.0", |
|||
"vite-plugin-pwa": "^0.21.1", |
|||
"vitest": "^3.0.6" |
|||
"vitest": "^3.0.7" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue