From 3bf25028bfe4b55c20476a80e65986e9a2cdb111 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Fri, 8 Dec 2023 12:20:08 -0600 Subject: [PATCH] update PWA config --- package.json | 2 +- vite.config.ts | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 94977e6e8..fd1ad8075 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "prettier": "^3.0.2", "typescript": "^5.3.2", "vite": "^5.0.2", - "vite-plugin-pwa": "^0.17.2", + "vite-plugin-pwa": "^0.17.4", "workbox-build": "^7.0.0", "workbox-window": "^7.0.0" }, diff --git a/vite.config.ts b/vite.config.ts index 9b4c4621a..8848a9ab5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -33,7 +33,7 @@ export default defineConfig({ manifest: { name: "noStrudel", short_name: "noStrudel", - description: "A simple PWA nostr client", + description: "A sandbox for exploring nostr", orientation: "any", theme_color: "#8DB600", categories: ["nostr"], diff --git a/yarn.lock b/yarn.lock index 4857f6a41..cc7bd00d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6367,10 +6367,10 @@ validate-npm-package-license@^3.0.1: spdx-correct "^3.0.0" spdx-expression-parse "^3.0.0" -vite-plugin-pwa@^0.17.2: - version "0.17.2" - resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz#2ce9b0b14b058321c58d2a066daffe6860a08a78" - integrity sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ== +vite-plugin-pwa@^0.17.4: + version "0.17.4" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.17.4.tgz#be3b3714d4148681bc73e8e0b1e6ce1a71fa79f2" + integrity sha512-j9iiyinFOYyof4Zk3Q+DtmYyDVBDAi6PuMGNGq6uGI0pw7E+LNm9e+nQ2ep9obMP/kjdWwzilqUrlfVRj9OobA== dependencies: debug "^4.3.4" fast-glob "^3.3.2"