Browse Source

Update deps

pull/132/head
Sacha Weatherstone 3 years ago
parent
commit
1c109d631b
  1. 36
      package.json
  2. 1857
      pnpm-lock.yaml

36
package.json

@ -1,6 +1,6 @@
{ {
"name": "meshtastic-web", "name": "meshtastic-web",
"version": "2.2.1-0", "version": "2.2.4-0",
"type": "module", "type": "module",
"description": "Meshtastic web client", "description": "Meshtastic web client",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@emeraldpay/hashicon-react": "^0.5.2", "@emeraldpay/hashicon-react": "^0.5.2",
"@hookform/error-message": "^2.0.1", "@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.2.0", "@hookform/resolvers": "^3.3.1",
"@meshtastic/meshtasticjs": "2.2.3-1", "@meshtastic/meshtasticjs": "2.2.4",
"@preact/signals-react": "^1.3.6", "@preact/signals-react": "^1.3.6",
"@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",
@ -39,7 +39,7 @@
"@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4", "@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6", "@radix-ui/react-tooltip": "^1.0.6",
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.10",
"@turf/turf": "^6.5.0", "@turf/turf": "^6.5.0",
"base64-js": "^1.5.1", "base64-js": "^1.5.1",
"class-transformer": "^0.5.1", "class-transformer": "^0.5.1",
@ -51,39 +51,39 @@
"geodesy": "^2.4.0", "geodesy": "^2.4.0",
"immer": "^10.0.2", "immer": "^10.0.2",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lucide-react": "^0.265.0", "lucide-react": "^0.274.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0", "mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "3.3.0", "maplibre-gl": "3.3.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.45.4", "react-hook-form": "^7.46.1",
"react-map-gl": "^7.1.3", "react-map-gl": "^7.1.5",
"react-qrcode-logo": "^2.9.0", "react-qrcode-logo": "^2.9.0",
"rfc4648": "^1.5.2", "rfc4648": "^1.5.2",
"tailwind-merge": "^1.14.0", "tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6", "tailwindcss-animate": "^1.0.7",
"timeago-react": "^3.0.6", "timeago-react": "^3.0.6",
"zustand": "4.4.1" "zustand": "4.4.1"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.4", "@tailwindcss/forms": "^0.5.6",
"@types/chrome": "^0.0.243", "@types/chrome": "^0.0.245",
"@types/geodesy": "^2.2.3", "@types/geodesy": "^2.2.3",
"@types/node": "^20.4.10", "@types/node": "^20.5.9",
"@types/react": "^18.2.20", "@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"@types/w3c-web-serial": "^1.0.3", "@types/w3c-web-serial": "^1.0.3",
"@types/web-bluetooth": "^0.0.17", "@types/web-bluetooth": "^0.0.17",
"@vitejs/plugin-react": "^4.0.4", "@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.15",
"gzipper": "^7.2.0", "gzipper": "^7.2.0",
"postcss": "^8.4.27", "postcss": "^8.4.29",
"rollup-plugin-visualizer": "^5.9.2", "rollup-plugin-visualizer": "^5.9.2",
"rome": "^12.1.3", "rome": "^12.1.3",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.3",
"tar": "^6.1.15", "tar": "^6.2.0",
"tslib": "^2.6.1", "tslib": "^2.6.2",
"typescript": "^5.1.6", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.9",
"vite-plugin-environment": "^1.1.3", "vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.16.4" "vite-plugin-pwa": "^0.16.4"

1857
pnpm-lock.yaml

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