Browse Source

update deps

pull/181/head
Sacha Weatherstone 2 years ago
parent
commit
ae470dbf84
Failed to extract signature
  1. 2
      biome.json
  2. 36
      package.json
  3. 1919
      pnpm-lock.yaml

2
biome.json

@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.5.0/schema.json", "$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
"organizeImports": { "organizeImports": {
"enabled": true "enabled": true
}, },

36
package.json

@ -1,13 +1,13 @@
{ {
"name": "meshtastic-web", "name": "meshtastic-web",
"version": "2.2.19-1", "version": "2.3.3-0",
"type": "module", "type": "module",
"description": "Meshtastic web client", "description": "Meshtastic web client",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"build": "tsc && vite build", "build": "tsc && vite build",
"check": "rome check .", "check": "biome check .",
"preview": "vite preview", "preview": "vite preview",
"package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)" "package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)"
}, },
@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^1.8.0", "@bufbuild/protobuf": "^1.8.0",
"@emeraldpay/hashicon-react": "^0.5.2", "@emeraldpay/hashicon-react": "^0.5.2",
"@meshtastic/js": "2.3.0-0", "@meshtastic/js": "2.3.3-0",
"@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",
@ -45,39 +45,39 @@
"clsx": "^2.1.0", "clsx": "^2.1.0",
"cmdk": "^1.0.0", "cmdk": "^1.0.0",
"immer": "^10.0.4", "immer": "^10.0.4",
"lucide-react": "^0.358.0", "lucide-react": "^0.363.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0", "mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "4.1.0", "maplibre-gl": "4.1.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.51.0", "react-hook-form": "^7.51.2",
"react-map-gl": "7.1.7", "react-map-gl": "7.1.7",
"react-qrcode-logo": "^2.9.0", "react-qrcode-logo": "^2.9.0",
"rfc4648": "^1.5.3", "rfc4648": "^1.5.3",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"timeago-react": "^3.0.6", "timeago-react": "^3.0.6",
"zustand": "4.5.2" "zustand": "4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.6.1", "@biomejs/biome": "^1.6.3",
"@buf/meshtastic_protobufs.bufbuild_es": "1.8.0-20240315175757-d06c1dd1ed8f.1", "@buf/meshtastic_protobufs.bufbuild_es": "1.8.0-20240325205556-b11811405eea.2",
"@types/chrome": "^0.0.263", "@types/chrome": "^0.0.263",
"@types/node": "^20.11.28", "@types/node": "^20.11.30",
"@types/react": "^18.2.66", "@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22", "@types/react-dom": "^18.2.23",
"@types/w3c-web-serial": "^1.0.6", "@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20", "@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18", "autoprefixer": "^10.4.19",
"gzipper": "^7.2.0", "gzipper": "^7.2.0",
"postcss": "^8.4.35", "postcss": "^8.4.38",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.3",
"tar": "^6.2.0", "tar": "^6.2.1",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"typescript": "^5.4.2", "typescript": "^5.4.3",
"vite": "^5.1.6", "vite": "^5.2.6",
"vite-plugin-environment": "^1.1.3" "vite-plugin-environment": "^1.1.3"
} }
} }

1919
pnpm-lock.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save