Browse Source

feat: switch to vite 6.1

pull/417/head
Dan Ditomaso 1 year ago
parent
commit
a1715ef686
  1. 8
      package.json

8
package.json

@ -24,6 +24,10 @@
"npm run format"
]
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meshtastic/web.git"
@ -31,10 +35,6 @@
"bugs": {
"url": "https://github.com/meshtastic/web/issues"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.1.0"
},
"homepage": "https://meshtastic.org",
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",

Loading…
Cancel
Save