Browse Source

update deps

pull/149/head
Sacha Weatherstone 3 years ago
parent
commit
98adae9bf1
Failed to extract signature
  1. 38
      package.json
  2. 2052
      pnpm-lock.yaml

38
package.json

@ -1,6 +1,6 @@
{
"name": "meshtastic-web",
"version": "2.2.12-1",
"version": "2.2.15-0",
"type": "module",
"description": "Meshtastic web client",
"license": "GPL-3.0-only",
@ -23,8 +23,8 @@
"@emeraldpay/hashicon-react": "^0.5.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.2",
"@meshtastic/meshtasticjs": "2.2.13-1",
"@preact/signals-react": "^1.3.6",
"@meshtastic/meshtasticjs": "2.2.15-1",
"@preact/signals-react": "^1.3.8",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
@ -51,41 +51,41 @@
"geodesy": "^2.4.0",
"immer": "^10.0.3",
"jszip": "^3.10.1",
"lucide-react": "^0.292.0",
"lucide-react": "^0.294.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "3.6.1",
"maplibre-gl": "3.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-map-gl": "7.1.6",
"react-qrcode-logo": "^2.9.0",
"rfc4648": "^1.5.3",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"timeago-react": "^3.0.6",
"zustand": "4.4.6"
"zustand": "4.4.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/chrome": "^0.0.251",
"@types/chrome": "^0.0.254",
"@types/geodesy": "^2.2.7",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/w3c-web-serial": "^1.0.6",
"@types/web-bluetooth": "^0.0.20",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"biome": "^0.3.3",
"gzipper": "^7.2.0",
"postcss": "^8.4.31",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.3.5",
"postcss": "^8.4.32",
"rollup-plugin-visualizer": "^5.10.0",
"tailwindcss": "^3.3.6",
"tar": "^6.2.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.7",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.17.0"
"vite-plugin-pwa": "^0.17.4"
}
}
}

2052
pnpm-lock.yaml

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