Browse Source

chore: update project dependencies to latest.

pull/380/head
Dan Ditomaso 1 year ago
parent
commit
f9614f0931
  1. 8
      package.json
  2. 1480
      pnpm-lock.yaml

8
package.json

@ -13,7 +13,7 @@
"preview": "rsbuild 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/)"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/web.git"
@ -41,7 +41,6 @@
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@turf/turf": "^7.2.0",
"@types/js-cookie": "^3.0.6",
"base64-js": "^1.5.1",
"class-validator": "^0.14.1",
"class-variance-authority": "^0.7.1",
@ -60,17 +59,18 @@
"react-qrcode-logo": "^3.0.0",
"rfc4648": "^1.5.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"timeago-react": "^3.0.6",
"vite-plugin-node-polyfills": "^0.23.0",
"zustand": "5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@buf/meshtastic_protobufs.bufbuild_es": "1.10.0-20240906232734-3da561588c55.1",
"@types/js-cookie": "^3.0.6",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^22.10.9",
"@types/js-cookie": "^3.0.6",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/w3c-web-serial": "^1.0.7",

1480
pnpm-lock.yaml

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