Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 8443cd2

Browse files
committed
Update dependency tailwindcss to v3.2.6
1 parent baa0c42 commit 8443cd2

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"hardhat-gas-reporter": "1.0.9",
4444
"husky": "8.0.3",
4545
"postcss": "8.4.21",
46-
"tailwindcss": "3.2.4",
46+
"tailwindcss": "3.2.6",
4747
"ts-node": "10.9.1",
4848
"typescript": "4.9.5"
4949
}

yarn.lock

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7333,6 +7333,14 @@ postcss-selector-parser@^6.0.10:
73337333
cssesc "^3.0.0"
73347334
util-deprecate "^1.0.2"
73357335

7336+
postcss-selector-parser@^6.0.11:
7337+
version "6.0.11"
7338+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
7339+
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
7340+
dependencies:
7341+
cssesc "^3.0.0"
7342+
util-deprecate "^1.0.2"
7343+
73367344
postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
73377345
version "4.2.0"
73387346
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
@@ -7347,7 +7355,7 @@ postcss@8.4.14:
73477355
picocolors "^1.0.0"
73487356
source-map-js "^1.0.2"
73497357

7350-
postcss@8.4.21:
7358+
postcss@8.4.21, postcss@^8.0.9:
73517359
version "8.4.21"
73527360
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
73537361
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
@@ -7356,15 +7364,6 @@ postcss@8.4.21:
73567364
picocolors "^1.0.0"
73577365
source-map-js "^1.0.2"
73587366

7359-
postcss@^8.4.18:
7360-
version "8.4.18"
7361-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.18.tgz#6d50046ea7d3d66a85e0e782074e7203bc7fbca2"
7362-
integrity sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==
7363-
dependencies:
7364-
nanoid "^3.3.4"
7365-
picocolors "^1.0.0"
7366-
source-map-js "^1.0.2"
7367-
73687367
preact@10.4.1:
73697368
version "10.4.1"
73707369
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.1.tgz#9b3ba020547673a231c6cf16f0fbaef0e8863431"
@@ -8413,10 +8412,10 @@ table@^6.8.0:
84138412
string-width "^4.2.3"
84148413
strip-ansi "^6.0.1"
84158414

8416-
tailwindcss@3.2.4:
8417-
version "3.2.4"
8418-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.4.tgz#afe3477e7a19f3ceafb48e4b083e292ce0dc0250"
8419-
integrity sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==
8415+
tailwindcss@3.2.6:
8416+
version "3.2.6"
8417+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.6.tgz#9bedbc744a4a85d6120ce0cc3db024c551a5c733"
8418+
integrity sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==
84208419
dependencies:
84218420
arg "^5.0.2"
84228421
chokidar "^3.5.3"
@@ -8432,12 +8431,12 @@ tailwindcss@3.2.4:
84328431
normalize-path "^3.0.0"
84338432
object-hash "^3.0.0"
84348433
picocolors "^1.0.0"
8435-
postcss "^8.4.18"
8434+
postcss "^8.0.9"
84368435
postcss-import "^14.1.0"
84378436
postcss-js "^4.0.0"
84388437
postcss-load-config "^3.1.4"
84398438
postcss-nested "6.0.0"
8440-
postcss-selector-parser "^6.0.10"
8439+
postcss-selector-parser "^6.0.11"
84418440
postcss-value-parser "^4.2.0"
84428441
quick-lru "^5.1.1"
84438442
resolve "^1.22.1"

0 commit comments

Comments
 (0)