Skip to content

Commit 98dc1a3

Browse files
committed
Update dependency tailwindcss to v3.0.22
1 parent 74f72f7 commit 98dc1a3

File tree

2 files changed

+64
-16
lines changed

2 files changed

+64
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"postcss-flexbugs-fixes": "5.0.2",
3939
"postcss-preset-env": "7.2.0",
4040
"prettier": "2.5.1",
41-
"tailwindcss": "3.0.11",
41+
"tailwindcss": "3.0.22",
4242
"typescript": "4.5.4"
4343
}
4444
}

yarn.lock

+63-15
Original file line numberDiff line numberDiff line change
@@ -1815,10 +1815,10 @@ [email protected]:
18151815
optionalDependencies:
18161816
fsevents "~2.3.1"
18171817

1818-
chokidar@^3.5.2:
1819-
version "3.5.2"
1820-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
1821-
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
1818+
chokidar@^3.5.3:
1819+
version "3.5.3"
1820+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
1821+
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
18221822
dependencies:
18231823
anymatch "~3.1.2"
18241824
braces "~3.0.2"
@@ -2591,7 +2591,7 @@ fast-diff@^1.1.2:
25912591
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
25922592
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
25932593

2594-
fast-glob@^3.1.1, fast-glob@^3.2.7:
2594+
fast-glob@^3.1.1:
25952595
version "3.2.7"
25962596
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
25972597
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
@@ -2602,6 +2602,17 @@ fast-glob@^3.1.1, fast-glob@^3.2.7:
26022602
merge2 "^1.3.0"
26032603
micromatch "^4.0.4"
26042604

2605+
fast-glob@^3.2.11:
2606+
version "3.2.11"
2607+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2608+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2609+
dependencies:
2610+
"@nodelib/fs.stat" "^2.0.2"
2611+
"@nodelib/fs.walk" "^1.2.3"
2612+
glob-parent "^5.1.2"
2613+
merge2 "^1.3.0"
2614+
micromatch "^4.0.4"
2615+
26052616
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
26062617
version "2.1.0"
26072618
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3045,7 +3056,7 @@ is-callable@^1.1.4, is-callable@^1.2.4:
30453056
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
30463057
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
30473058

3048-
is-core-module@^2.2.0, is-core-module@^2.8.0:
3059+
is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
30493060
version "2.8.1"
30503061
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
30513062
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -3557,6 +3568,11 @@ nanoid@^3.1.23, nanoid@^3.1.30:
35573568
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
35583569
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
35593570

3571+
nanoid@^3.2.0:
3572+
version "3.2.0"
3573+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
3574+
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
3575+
35603576
natural-compare@^1.4.0:
35613577
version "1.4.0"
35623578
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4248,14 +4264,22 @@ postcss-selector-not@^5.0.0:
42484264
dependencies:
42494265
balanced-match "^1.0.0"
42504266

4251-
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.7, postcss-selector-parser@^6.0.8:
4267+
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.8:
42524268
version "6.0.8"
42534269
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
42544270
integrity sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==
42554271
dependencies:
42564272
cssesc "^3.0.0"
42574273
util-deprecate "^1.0.2"
42584274

4275+
postcss-selector-parser@^6.0.9:
4276+
version "6.0.9"
4277+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f"
4278+
integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==
4279+
dependencies:
4280+
cssesc "^3.0.0"
4281+
util-deprecate "^1.0.2"
4282+
42594283
postcss-value-parser@^4.2.0:
42604284
version "4.2.0"
42614285
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
@@ -4279,6 +4303,15 @@ [email protected]:
42794303
picocolors "^1.0.0"
42804304
source-map-js "^1.0.1"
42814305

4306+
postcss@^8.4.6:
4307+
version "8.4.6"
4308+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.6.tgz#c5ff3c3c457a23864f32cb45ac9b741498a09ae1"
4309+
integrity sha512-OovjwIzs9Te46vlEx7+uXB0PLijpwjXGKXjVGGPIGubGpq7uh5Xgf6D6FiJ/SzJMBosHDp6a2hiXOS97iBXcaA==
4310+
dependencies:
4311+
nanoid "^3.2.0"
4312+
picocolors "^1.0.0"
4313+
source-map-js "^1.0.2"
4314+
42824315
prelude-ls@^1.2.1:
42834316
version "1.2.1"
42844317
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -4555,6 +4588,15 @@ resolve@^1.10.0, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0:
45554588
path-parse "^1.0.7"
45564589
supports-preserve-symlinks-flag "^1.0.0"
45574590

4591+
resolve@^1.22.0:
4592+
version "1.22.0"
4593+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
4594+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
4595+
dependencies:
4596+
is-core-module "^2.8.1"
4597+
path-parse "^1.0.7"
4598+
supports-preserve-symlinks-flag "^1.0.0"
4599+
45584600
resolve@^2.0.0-next.3:
45594601
version "2.0.0-next.3"
45604602
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -4762,6 +4804,11 @@ source-map-js@^1.0.1:
47624804
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
47634805
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
47644806

4807+
source-map-js@^1.0.2:
4808+
version "1.0.2"
4809+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
4810+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
4811+
47654812
source-map-support@~0.5.20:
47664813
version "0.5.21"
47674814
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
@@ -4997,31 +5044,32 @@ supports-preserve-symlinks-flag@^1.0.0:
49975044
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
49985045
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
49995046

5000-
5001-
version "3.0.11"
5002-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.11.tgz#c4e96cada1f693cba66269eef80c74d22331c767"
5003-
integrity sha512-JyMsQ2kPqpOvG8ow535XpauXj3wz3nQqcy2tVlXj4FQ0eNlsdzvlAqpRA3q5rPLboWirNG6r2DqKczwjW2uc8Q==
5047+
5048+
version "3.0.22"
5049+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.22.tgz#5f1aac83810261300ae5b2f98fd4a2fa2ded2c42"
5050+
integrity sha512-F8lt74RlNZirnkaSk310+vGQta7c0/hgx7/bqxruM4wS9lp8oqV93lzavajC3VT0Lp4UUtUVIt8ifKcmGzkr0A==
50045051
dependencies:
50055052
arg "^5.0.1"
50065053
chalk "^4.1.2"
5007-
chokidar "^3.5.2"
5054+
chokidar "^3.5.3"
50085055
color-name "^1.1.4"
50095056
cosmiconfig "^7.0.1"
50105057
detective "^5.2.0"
50115058
didyoumean "^1.2.2"
50125059
dlv "^1.1.3"
5013-
fast-glob "^3.2.7"
5060+
fast-glob "^3.2.11"
50145061
glob-parent "^6.0.2"
50155062
is-glob "^4.0.3"
50165063
normalize-path "^3.0.0"
50175064
object-hash "^2.2.0"
5065+
postcss "^8.4.6"
50185066
postcss-js "^4.0.0"
50195067
postcss-load-config "^3.1.0"
50205068
postcss-nested "5.0.6"
5021-
postcss-selector-parser "^6.0.7"
5069+
postcss-selector-parser "^6.0.9"
50225070
postcss-value-parser "^4.2.0"
50235071
quick-lru "^5.1.1"
5024-
resolve "^1.20.0"
5072+
resolve "^1.22.0"
50255073

50265074
temp-dir@^2.0.0:
50275075
version "2.0.0"

0 commit comments

Comments
 (0)