Skip to content

Commit 0697540

Browse files
committed
chore(deps): update dependency tailwindcss to v3.0.19
1 parent b2bb56f commit 0697540

File tree

2 files changed

+54
-11
lines changed

2 files changed

+54
-11
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.19"
2828
}
2929
}

yarn.lock

Lines changed: 53 additions & 10 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"
@@ -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"
@@ -6797,7 +6823,7 @@ is-ci@^2.0.0:
67976823
dependencies:
67986824
ci-info "^2.0.0"
67996825

6800-
is-core-module@^2.2.0, is-core-module@^2.8.0:
6826+
is-core-module@^2.2.0, is-core-module@^2.8.0, is-core-module@^2.8.1:
68016827
version "2.8.1"
68026828
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211"
68036829
integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==
@@ -9362,6 +9388,14 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector
93629388
cssesc "^3.0.0"
93639389
util-deprecate "^1.0.2"
93649390

9391+
postcss-selector-parser@^6.0.9:
9392+
version "6.0.9"
9393+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz#ee71c3b9ff63d9cd130838876c13a2ec1a992b2f"
9394+
integrity sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==
9395+
dependencies:
9396+
cssesc "^3.0.0"
9397+
util-deprecate "^1.0.2"
9398+
93659399
postcss-svgo@^5.0.3:
93669400
version "5.0.3"
93679401
resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.0.3.tgz#d945185756e5dfaae07f9edb0d3cae7ff79f9b30"
@@ -10117,6 +10151,15 @@ resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
1011710151
path-parse "^1.0.7"
1011810152
supports-preserve-symlinks-flag "^1.0.0"
1011910153

10154+
resolve@^1.22.0:
10155+
version "1.22.0"
10156+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
10157+
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
10158+
dependencies:
10159+
is-core-module "^2.8.1"
10160+
path-parse "^1.0.7"
10161+
supports-preserve-symlinks-flag "^1.0.0"
10162+
1012010163
resolve@^2.0.0-next.3:
1012110164
version "2.0.0-next.3"
1012210165
resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46"
@@ -11040,31 +11083,31 @@ table@^6.0.9:
1104011083
string-width "^4.2.3"
1104111084
strip-ansi "^6.0.1"
1104211085

11043-
11044-
version "3.0.12"
11045-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.12.tgz#b43bf952dbfd62cec087319748eb69f8e1c7855d"
11046-
integrity sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw==
11086+
11087+
version "3.0.19"
11088+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.19.tgz#cd789953e6762af2e80c5a3e5d6da3a975ee8215"
11089+
integrity sha512-rjsdfz/qZya5xQ0OVynEMETgWq1CacmftgMYeXXh6bRM5vxsNwRSbMJsCCIjq/w67om9VP/AFMolOwiE+5VKig==
1104711090
dependencies:
1104811091
arg "^5.0.1"
1104911092
chalk "^4.1.2"
11050-
chokidar "^3.5.2"
11093+
chokidar "^3.5.3"
1105111094
color-name "^1.1.4"
1105211095
cosmiconfig "^7.0.1"
1105311096
detective "^5.2.0"
1105411097
didyoumean "^1.2.2"
1105511098
dlv "^1.1.3"
11056-
fast-glob "^3.2.7"
11099+
fast-glob "^3.2.11"
1105711100
glob-parent "^6.0.2"
1105811101
is-glob "^4.0.3"
1105911102
normalize-path "^3.0.0"
1106011103
object-hash "^2.2.0"
1106111104
postcss-js "^4.0.0"
1106211105
postcss-load-config "^3.1.0"
1106311106
postcss-nested "5.0.6"
11064-
postcss-selector-parser "^6.0.8"
11107+
postcss-selector-parser "^6.0.9"
1106511108
postcss-value-parser "^4.2.0"
1106611109
quick-lru "^5.1.1"
11067-
resolve "^1.20.0"
11110+
resolve "^1.22.0"
1106811111

1106911112
tapable@^1.0.0:
1107011113
version "1.1.3"

0 commit comments

Comments
 (0)