From a1715ef68663f7f1552f36c26db70ad5baf542a7 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 10 Feb 2025 13:31:33 -0500 Subject: [PATCH] feat: switch to vite 6.1 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index f346b041..35f02a73 100644 --- a/package.json +++ b/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",