Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Aug 7, 2023
1 parent dbd4025 commit c682553
Show file tree
Hide file tree
Showing 21 changed files with 1,035 additions and 1,149 deletions.
16 changes: 0 additions & 16 deletions .vscode/launch.json

This file was deleted.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"check": "rome check .",
"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/)"
},
Expand All @@ -21,9 +22,9 @@
"dependencies": {
"@emeraldpay/hashicon-react": "^0.5.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.1.1",
"@meshtastic/meshtasticjs": "2.1.20-0",
"@preact/signals-react": "^1.3.4",
"@hookform/resolvers": "^3.2.0",
"@meshtastic/meshtasticjs": "2.2.0-0",
"@preact/signals-react": "^1.3.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
Expand All @@ -50,30 +51,30 @@
"geodesy": "^2.4.0",
"immer": "^10.0.2",
"jszip": "^3.10.1",
"lucide-react": "^0.263.1",
"lucide-react": "^0.265.0",
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
"maplibre-gl": "3.2.1",
"maplibre-gl": "3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-hook-form": "^7.45.4",
"react-map-gl": "^7.1.3",
"react-qrcode-logo": "^2.9.0",
"rfc4648": "^1.5.2",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"timeago-react": "^3.0.6",
"zustand": "4.3.9"
"zustand": "4.4.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@types/chrome": "^0.0.242",
"@types/chrome": "^0.0.243",
"@types/geodesy": "^2.2.3",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/node": "^20.4.8",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/w3c-web-serial": "^1.0.3",
"@types/web-bluetooth": "^0.0.17",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"gzipper": "^7.2.0",
"postcss": "^8.4.27",
Expand All @@ -83,8 +84,8 @@
"tar": "^6.1.15",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite": "^4.4.9",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.16.4"
}
}
}
Loading

0 comments on commit c682553

Please sign in to comment.