Browse Source

updating package json

pull/644/head
Dan Ditomaso 1 year ago
parent
commit
9edbb35f65
  1. 571
      deno.lock
  2. 33
      package.json

571
deno.lock

File diff suppressed because it is too large

33
package.json

@ -34,8 +34,8 @@
}, },
"homepage": "https://meshtastic.org", "homepage": "https://meshtastic.org",
"dependencies": { "dependencies": {
"@bufbuild/protobuf": "^2.2.5", "@bufbuild/protobuf": "^2.5.2",
"@meshtastic/core": "npm:@jsr/[email protected].2", "@meshtastic/core": "npm:@jsr/[email protected].4",
"@meshtastic/transport-http": "npm:@jsr/[email protected]", "@meshtastic/transport-http": "npm:@jsr/[email protected]",
"@meshtastic/transport-web-bluetooth": "npm:@jsr/[email protected]", "@meshtastic/transport-web-bluetooth": "npm:@jsr/[email protected]",
"@meshtastic/transport-web-serial": "npm:@jsr/[email protected]", "@meshtastic/transport-web-serial": "npm:@jsr/[email protected]",
@ -56,9 +56,9 @@
"@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-toggle-group": "^1.1.10", "@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7", "@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-router": "^1.120.20", "@tanstack/react-router": "^1.121.2",
"@tanstack/react-router-devtools": "^1.120.20", "@tanstack/react-router-devtools": "^1.121.2",
"@tanstack/router-devtools": "^1.120.20", "@tanstack/router-devtools": "^1.121.2",
"@turf/turf": "^7.2.0", "@turf/turf": "^7.2.0",
"@types/web-bluetooth": "^0.0.21", "@types/web-bluetooth": "^0.0.21",
"base64-js": "^1.5.1", "base64-js": "^1.5.1",
@ -67,12 +67,12 @@
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
"crypto-random-string": "^5.0.0", "crypto-random-string": "^5.0.0",
"i18next": "^25.2.1", "i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0", "i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2", "i18next-http-backend": "^3.0.2",
"idb-keyval": "^6.2.2", "idb-keyval": "^6.2.2",
"immer": "^10.1.1", "immer": "^10.1.1",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"lucide-react": "^0.513.0", "lucide-react": "^0.514.0",
"maplibre-gl": "5.6.0", "maplibre-gl": "5.6.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
@ -84,19 +84,18 @@
"rfc4648": "^1.5.4", "rfc4648": "^1.5.4",
"vite-plugin-i18n-ally": "^6.1.0", "vite-plugin-i18n-ally": "^6.1.0",
"vite-plugin-node-polyfills": "^0.23.0", "vite-plugin-node-polyfills": "^0.23.0",
"zod": "^3.25.57", "zod": "^3.25.62",
"zustand": "5.0.5" "zustand": "5.0.5"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.8", "@tailwindcss/postcss": "^4.1.10",
"@tanstack/router-plugin": "^1.120.20", "@tanstack/router-plugin": "^1.121.2",
"@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0", "@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1", "@testing-library/user-event": "^14.6.1",
"@types/chrome": "^0.0.326", "@types/chrome": "^0.0.326",
"@types/node": "^24.0.0", "@types/node": "^24.0.1",
"@types/react": "^19.1.7", "@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"@types/serviceworker": "^0.0.139", "@types/serviceworker": "^0.0.139",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
@ -104,11 +103,11 @@
"@vitejs/plugin-react": "^4.5.2", "@vitejs/plugin-react": "^4.5.2",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"gzipper": "^8.2.1", "gzipper": "^8.2.1",
"happy-dom": "^17.6.3", "happy-dom": "^18.0.1",
"postcss": "^8.5.4", "postcss": "^8.5.5",
"simple-git-hooks": "^2.13.0", "simple-git-hooks": "^2.13.0",
"tailwind-merge": "^3.3.0", "tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.8", "tailwindcss": "^4.1.10",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"tar": "^7.4.3", "tar": "^7.4.3",
"testing-library": "^0.0.2", "testing-library": "^0.0.2",

Loading…
Cancel
Save