Skip to content

Commit 2fcdfa4

Browse files
committed
chore(deps): update dependency tailwindcss to v3.0.24
1 parent b2bb56f commit 2fcdfa4

File tree

2 files changed

+100
-25
lines changed

2 files changed

+100
-25
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"devDependencies": {
2525
"babel-preset-gatsby": "^2.4.0",
2626
"postcss-preset-env": "7.2.0",
27-
"tailwindcss": "3.0.12"
27+
"tailwindcss": "3.0.24"
2828
}
2929
}

yarn.lock

Lines changed: 99 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,6 +3410,21 @@ chokidar@^3.4.0, chokidar@^3.5.2:
34103410
optionalDependencies:
34113411
fsevents "~2.3.2"
34123412

3413+
chokidar@^3.5.3:
3414+
version "3.5.3"
3415+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
3416+
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
3417+
dependencies:
3418+
anymatch "~3.1.2"
3419+
braces "~3.0.2"
3420+
glob-parent "~5.1.2"
3421+
is-binary-path "~2.1.0"
3422+
is-glob "~4.0.1"
3423+
normalize-path "~3.0.0"
3424+
readdirp "~3.6.0"
3425+
optionalDependencies:
3426+
fsevents "~2.3.2"
3427+
34133428
chownr@^1.1.1:
34143429
version "1.1.4"
34153430
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
@@ -3810,7 +3825,7 @@ cosmiconfig@^6.0.0:
38103825
path-type "^4.0.0"
38113826
yaml "^1.7.2"
38123827

3813-
cosmiconfig@^7.0.0, cosmiconfig@^7.0.1:
3828+
cosmiconfig@^7.0.0:
38143829
version "7.0.1"
38153830
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
38163831
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
@@ -5142,7 +5157,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
51425157
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
51435158
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
51445159

5145-
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2.9:
5160+
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.9:
51465161
version "3.2.10"
51475162
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee"
51485163
integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A==
@@ -5153,6 +5168,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7, fast-glob@^3.2.9:
51535168
merge2 "^1.3.0"
51545169
micromatch "^4.0.4"
51555170

5171+
fast-glob@^3.2.11:
5172+
version "3.2.11"
5173+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
5174+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
5175+
dependencies:
5176+
"@nodelib/fs.stat" "^2.0.2"
5177+
"@nodelib/fs.walk" "^1.2.3"
5178+
glob-parent "^5.1.2"
5179+
merge2 "^1.3.0"
5180+
micromatch "^4.0.4"
5181+
51565182
fast-json-stable-stringify@^2.0.0:
51575183
version "2.1.0"
51585184
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -6804,6 +6830,13 @@ is-core-module@^2.2.0, is-core-module@^2.8.0:
68046830
dependencies:
68056831
has "^1.0.3"
68066832

6833+
is-core-module@^2.8.1:
6834+
version "2.9.0"
6835+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
6836+
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
6837+
dependencies:
6838+
has "^1.0.3"
6839+
68076840
is-data-descriptor@^0.1.4:
68086841
version "0.1.4"
68096842
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -7405,11 +7438,16 @@ levn@^0.4.1:
74057438
prelude-ls "^1.2.1"
74067439
type-check "~0.4.0"
74077440

7408-
lilconfig@^2.0.3, lilconfig@^2.0.4:
7441+
lilconfig@^2.0.3:
74097442
version "2.0.4"
74107443
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
74117444
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
74127445

7446+
lilconfig@^2.0.5:
7447+
version "2.0.5"
7448+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
7449+
integrity sha512-xaYmXZtTHPAw5m+xLN8ab9C+3a8YmV3asNSPOATITbtwrfbwaLJj8h66H1WMIpALCkqsIzK3h7oQ+PdX+LQ9Eg==
7450+
74137451
lines-and-columns@^1.1.6:
74147452
version "1.2.4"
74157453
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -8114,6 +8152,11 @@ nanoid@^3.1.30:
81148152
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
81158153
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
81168154

8155+
nanoid@^3.3.1:
8156+
version "3.3.3"
8157+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
8158+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
8159+
81178160
nanomatch@^1.2.9:
81188161
version "1.2.13"
81198162
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -8343,10 +8386,10 @@ object-copy@^0.1.0:
83438386
define-property "^0.2.5"
83448387
kind-of "^3.0.3"
83458388

8346-
object-hash@^2.2.0:
8347-
version "2.2.0"
8348-
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
8349-
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
8389+
object-hash@^3.0.0:
8390+
version "3.0.0"
8391+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
8392+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
83508393

83518394
object-inspect@^1.11.0, object-inspect@^1.9.0:
83528395
version "1.12.0"
@@ -9061,12 +9104,12 @@ postcss-lab-function@^4.0.3:
90619104
dependencies:
90629105
postcss-value-parser "^4.2.0"
90639106

9064-
postcss-load-config@^3.1.0:
9065-
version "3.1.1"
9066-
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.1.tgz#2f53a17f2f543d9e63864460af42efdac0d41f87"
9067-
integrity sha512-c/9XYboIbSEUZpiD1UQD0IKiUe8n9WHYV7YFe7X7J+ZwCsEKkUJSFWjS9hBU1RR9THR7jMXst8sxiqP0jjo2mg==
9107+
postcss-load-config@^3.1.4:
9108+
version "3.1.4"
9109+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855"
9110+
integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
90689111
dependencies:
9069-
lilconfig "^2.0.4"
9112+
lilconfig "^2.0.5"
90709113
yaml "^1.10.2"
90719114

90729115
postcss-loader@^4.3.0:
@@ -9354,6 +9397,14 @@ postcss-selector-not@^5.0.0:
93549397
dependencies:
93559398
balanced-match "^1.0.0"
93569399

9400+
postcss-selector-parser@^6.0.10:
9401+
version "6.0.10"
9402+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
9403+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
9404+
dependencies:
9405+
cssesc "^3.0.0"
9406+
util-deprecate "^1.0.2"
9407+
93579408
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.6, postcss-selector-parser@^6.0.8:
93589409
version "6.0.8"
93599410
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
@@ -9392,6 +9443,15 @@ postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.11:
93929443
picocolors "^1.0.0"
93939444
source-map-js "^1.0.1"
93949445

9446+
postcss@^8.4.12:
9447+
version "8.4.12"
9448+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.12.tgz#1e7de78733b28970fa4743f7da6f3763648b1905"
9449+
integrity sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
9450+
dependencies:
9451+
nanoid "^3.3.1"
9452+
picocolors "^1.0.0"
9453+
source-map-js "^1.0.2"
9454+
93959455
potrace@^2.1.8:
93969456
version "2.1.8"
93979457
resolved "https://registry.yarnpkg.com/potrace/-/potrace-2.1.8.tgz#50f6fba92e1e39ddef6f979b0a0f841809e0acf2"
@@ -10117,6 +10177,15 @@ resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
1011710177
path-parse "^1.0.7"
1011810178
supports-preserve-symlinks-flag "^1.0.0"
1011910179

10180+
resolve@^1.22.0:
10181+
version "1.22.0"
10182+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
10183+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
10184+
dependencies:
10185+
is-core-module "^2.8.1"
10186+
path-parse "^1.0.7"
10187+
supports-preserve-symlinks-flag "^1.0.0"
10188+
1012010189
resolve@^2.0.0-next.3:
1012110190
version "2.0.0-next.3"
1012210191
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -10584,6 +10653,11 @@ source-map-js@^1.0.1:
1058410653
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
1058510654
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
1058610655

10656+
source-map-js@^1.0.2:
10657+
version "1.0.2"
10658+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
10659+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
10660+
1058710661
source-map-resolve@^0.5.0:
1058810662
version "0.5.3"
1058910663
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
@@ -11040,31 +11114,32 @@ table@^6.0.9:
1104011114
string-width "^4.2.3"
1104111115
strip-ansi "^6.0.1"
1104211116

11043-
11044-
version "3.0.12"
11045-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.12.tgz#b43bf952dbfd62cec087319748eb69f8e1c7855d"
11046-
integrity sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw==
11117+
11118+
version "3.0.24"
11119+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.24.tgz#22e31e801a44a78a1d9a81ecc52e13b69d85704d"
11120+
integrity sha512-H3uMmZNWzG6aqmg9q07ZIRNIawoiEcNFKDfL+YzOPuPsXuDXxJxB9icqzLgdzKNwjG3SAro2h9SYav8ewXNgig==
1104711121
dependencies:
1104811122
arg "^5.0.1"
11049-
chalk "^4.1.2"
11050-
chokidar "^3.5.2"
11123+
chokidar "^3.5.3"
1105111124
color-name "^1.1.4"
11052-
cosmiconfig "^7.0.1"
1105311125
detective "^5.2.0"
1105411126
didyoumean "^1.2.2"
1105511127
dlv "^1.1.3"
11056-
fast-glob "^3.2.7"
11128+
fast-glob "^3.2.11"
1105711129
glob-parent "^6.0.2"
1105811130
is-glob "^4.0.3"
11131+
lilconfig "^2.0.5"
1105911132
normalize-path "^3.0.0"
11060-
object-hash "^2.2.0"
11133+
object-hash "^3.0.0"
11134+
picocolors "^1.0.0"
11135+
postcss "^8.4.12"
1106111136
postcss-js "^4.0.0"
11062-
postcss-load-config "^3.1.0"
11137+
postcss-load-config "^3.1.4"
1106311138
postcss-nested "5.0.6"
11064-
postcss-selector-parser "^6.0.8"
11139+
postcss-selector-parser "^6.0.10"
1106511140
postcss-value-parser "^4.2.0"
1106611141
quick-lru "^5.1.1"
11067-
resolve "^1.20.0"
11142+
resolve "^1.22.0"
1106811143

1106911144
tapable@^1.0.0:
1107011145
version "1.1.3"

0 commit comments

Comments
 (0)