From f607129ec9b7eecce66bad3af0d52143d23103cb Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Tue, 28 Nov 2023 12:29:01 +0100 Subject: [PATCH] update deps --- package-lock.json | 18 +++++++++--------- package.json | 3 +-- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f04c68974..c2486d148 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "typescript": "5.3.2", "vercel": "32.5.6", "vite": "5.0.2", - "vite-plugin-pwa": "0.16.7", + "vite-plugin-pwa": "0.17.2", "vite-plugin-svgr": "4.2.0" } }, @@ -8597,9 +8597,9 @@ } }, "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -14564,13 +14564,13 @@ } }, "node_modules/vite-plugin-pwa": { - "version": "0.16.7", - "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.16.7.tgz", - "integrity": "sha512-4WMA5unuKlHs+koNoykeuCfTcqEGbiTRr8sVYUQMhc6tWxZpSRnv9Ojk4LKmqVhoPGHfBVCdGaMo8t9Qidkc1Q==", + "version": "0.17.2", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.17.2.tgz", + "integrity": "sha512-aVH9sxcTDumiWYiNcLrFqu+FdL79I2cT5EhlVe5V6nGcC64yQNGT1jamMytwi+OdfXl4VYic0LtoJ6JHMkM3ZQ==", "dev": true, "dependencies": { "debug": "^4.3.4", - "fast-glob": "^3.3.1", + "fast-glob": "^3.3.2", "pretty-bytes": "^6.1.1", "workbox-build": "^7.0.0", "workbox-window": "^7.0.0" @@ -14582,7 +14582,7 @@ "url": "https://github.com/sponsors/antfu" }, "peerDependencies": { - "vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0", + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0", "workbox-build": "^7.0.0", "workbox-window": "^7.0.0" } diff --git a/package.json b/package.json index 73c9ae130..b661b21cb 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "typescript": "5.3.2", "vercel": "32.5.6", "vite": "5.0.2", - "vite-plugin-pwa": "0.16.7", + "vite-plugin-pwa": "0.17.2", "vite-plugin-svgr": "4.2.0" }, "dependenciesComments": { @@ -134,7 +134,6 @@ "react-leaflet-markercluster": "got weird problems. Trying to solve with @changey/react-leaflet-markercluster and upgrading leaflet deps", "react-focus-within": "2.0.2 creates dependency conflict and thus forces to npm i --force: https://github.com/ferdaber/react-focus-within/issues/15, https://github.com/ferdaber/react-focus-within/pull/16. So extracted it to FocusWithin shared component", "react-leaflet-bing-v2": "5.2.3: reinstall after pull-request accepted: https://github.com/TA-Geoforce/react-leaflet-bing-v2/pull/25", - "prettier": "2.8.8: do not update to 3.0.0", "react-split-pane": "0.1.92 creates dependency conflict and thus forces to npm i --force: https://github.com/tomkp/react-split-pane/pull/836" } }