From 5060f46f2f8f3c35c6e6d0916aeff98b6eaa9a05 Mon Sep 17 00:00:00 2001 From: Krzysztof Kowalczyk Date: Thu, 27 Jun 2024 20:54:27 +0200 Subject: [PATCH] update js deps --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 46fc72a..9946f0c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,9 +22,9 @@ "rollup-plugin-copy": "^3.5.0", "rollup-plugin-visualizer": "^5.12.0", "source-map-js": "^1.2.0", - "svelte": "^5.0.0-next.165", + "svelte": "^5.0.0-next.166", "tailwindcss": "^3.4.4", - "vite": "^5.3.1" + "vite": "^5.3.2" }, "dependencies": { "@codemirror/autocomplete": "^6.16.3",