From c2a0af8bf66f83722060021502d30010815c7542 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 5 Dec 2024 13:55:57 -0600 Subject: Fix builds by forcing vite-plugin-pwa to be updated Signed-off-by: Matt Strapp --- clients/www/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'clients') diff --git a/clients/www/package.json b/clients/www/package.json index c3b1891..11d1c5b 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -33,13 +33,14 @@ "postcss": "8.4.49", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.2", - "svelte": "^5.6.2", + "svelte": "^5.7.0", "svelte-check": "^4.1.1", "svelte-persisted-store": "^0.12.0", "tailwindcss": "3.4.16", "tslib": "^2.8.1", "typescript": "^5.7.2", - "vite": "^6.0.2", + "vite": "^6.0.3", + "vite-plugin-pwa": "^0.21.1", "vite-plugin-tailwind-purgecss": "0.3.5" }, "type": "module" -- cgit v1.2.3