Skip to content

Commit bee03df

Browse files
committed
Update dependency vite-plugin-pwa to v0.20.1
1 parent 16adc00 commit bee03df

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"typescript": "5.5.4",
123123
"vite": "5.3.5",
124124
"vite-plugin-prerender": "1.0.8",
125-
"vite-plugin-pwa": "0.20.0",
125+
"vite-plugin-pwa": "0.20.1",
126126
"workbox-build": "7.1.1",
127127
"workbox-window": "7.1.0"
128128
},

yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4773,6 +4773,11 @@ fd-slicer@~1.1.0:
47734773
dependencies:
47744774
pend "~1.2.0"
47754775

4776+
fdir@^6.2.0:
4777+
version "6.2.0"
4778+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.2.0.tgz#9120f438d566ef3e808ca37864d9dd18e1a4f9b5"
4779+
integrity sha512-9XaWcDl0riOX5j2kYfy0kKdg7skw3IY6kA4LFT8Tk2yF9UdrADUy8D6AJuBLtf7ISm/MksumwAHE3WVbMRyCLw==
4780+
47764781
file-entry-cache@^6.0.1:
47774782
version "6.0.1"
47784783
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -7435,6 +7440,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatc
74357440
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
74367441
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
74377442

7443+
picomatch@^4.0.2:
7444+
version "4.0.2"
7445+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
7446+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
7447+
74387448
pirates@^4.0.4:
74397449
version "4.0.6"
74407450
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
@@ -9316,6 +9326,14 @@ through2@^4.0.0:
93169326
dependencies:
93179327
readable-stream "3"
93189328

9329+
tinyglobby@^0.2.0:
9330+
version "0.2.0"
9331+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.0.tgz#a9d9ef839f87a505936a31882b1e8564c86a972f"
9332+
integrity sha512-+clyYQfAnNlt5a1x7CCQ6RLuTIztDfDAl6mAANvqRUlz6sVy5znCzJOhais8G6oyUyoeeaorLopO3HptVP8niA==
9333+
dependencies:
9334+
fdir "^6.2.0"
9335+
picomatch "^4.0.2"
9336+
93199337
93209338
version "1.0.5"
93219339
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -9861,14 +9879,14 @@ [email protected]:
98619879
html-minifier "^3.5.16"
98629880
mkdirp "^1.0.4"
98639881

9864-
9865-
version "0.20.0"
9866-
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.20.0.tgz#1785c8cc8c11c89c0ba8c6557f29e2b58b14dd6d"
9867-
integrity sha512-/kDZyqF8KqoXRpMUQtR5Atri/7BWayW8Gp7Kz/4bfstsV6zSFTxjREbXZYL7zSuRL40HGA+o2hvUAFRmC+bL7g==
9882+
9883+
version "0.20.1"
9884+
resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.20.1.tgz#fa6b15b62b4094d68b0904232d9ded19ea525f1e"
9885+
integrity sha512-M6Pk4b18i5ryrhKgiIF8Zud0HGphYiCbEfLsCdlvmwn/CEnS6noVwfIDG/+3V7r6yxpPV/gLiKw+rIlCCiCCoQ==
98689886
dependencies:
98699887
debug "^4.3.4"
9870-
fast-glob "^3.3.2"
98719888
pretty-bytes "^6.1.1"
9889+
tinyglobby "^0.2.0"
98729890
workbox-build "^7.1.0"
98739891
workbox-window "^7.1.0"
98749892

0 commit comments

Comments
 (0)