diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-12-05 13:55:57 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-12-05 13:55:57 -0600 |
commit | c2a0af8bf66f83722060021502d30010815c7542 (patch) | |
tree | 8bd632ef6b9ae253d0e4e517d99cd86745cbbf7f /clients/www | |
parent | Bump the node-deps group across 1 directory with 13 updates (diff) | |
download | zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar.gz zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar.bz2 zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar.lz zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar.xz zorascript-c2a0af8bf66f83722060021502d30010815c7542.tar.zst zorascript-c2a0af8bf66f83722060021502d30010815c7542.zip |
Fix builds by forcing vite-plugin-pwa to be updated
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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" |