From 41a8d1e3e2c90837765b7ecbf0e2ade9e5082a26 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sun, 11 Dec 2022 22:54:14 +0100 Subject: [PATCH] Update node package --- ui/.gitignore | 1 + ui/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/.gitignore b/ui/.gitignore index f4401a3..62a5179 100644 --- a/ui/.gitignore +++ b/ui/.gitignore @@ -2,6 +2,7 @@ node_modules /build /.svelte-kit +/.vite /package .env .env.* diff --git a/ui/package.json b/ui/package.json index 2a9146b..fa3fd94 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,6 +37,6 @@ "sass": "^1.49.7", "sass-loader": "^13.0.0", "sveltestrap": "^5.8.3", - "vite": "^3.0.0" + "vite": "^4.0.0" } }