Skip to content

Commit 8c3feed

Browse files
build(deps-dev): bump tailwindcss from 3.0.24 to 3.1.4 (#108)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.0.24 to 3.1.4. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.0.24...v3.1.4) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1399f08 commit 8c3feed

File tree

2 files changed

+47
-25
lines changed

2 files changed

+47
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"postcss": "^8.4.14",
7171
"prettier": "^2.6.2",
7272
"semver": "^7.3.7",
73-
"tailwindcss": "^3.0.24",
73+
"tailwindcss": "^3.1.4",
7474
"ts-jest": "^27.1.5",
7575
"typescript": "^4.7.2",
7676
"vite": "^2.9.12",

yarn.lock

Lines changed: 46 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2829,9 +2829,10 @@ acorn-jsx@^5.3.2:
28292829
version "5.3.2"
28302830
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
28312831

2832-
acorn-node@^1.6.1:
2832+
acorn-node@^1.8.2:
28332833
version "1.8.2"
28342834
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
2835+
integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==
28352836
dependencies:
28362837
acorn "^7.0.0"
28372838
acorn-walk "^7.0.0"
@@ -2983,9 +2984,10 @@ arg@^4.1.0:
29832984
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
29842985
integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
29852986

2986-
arg@^5.0.1:
2987-
version "5.0.1"
2988-
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb"
2987+
arg@^5.0.2:
2988+
version "5.0.2"
2989+
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
2990+
integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
29892991

29902992
argparse@^1.0.7:
29912993
version "1.0.10"
@@ -4363,13 +4365,14 @@ detect-node@^2.0.4:
43634365
version "2.1.0"
43644366
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
43654367

4366-
detective@^5.2.0:
4367-
version "5.2.0"
4368-
resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.0.tgz#feb2a77e85b904ecdea459ad897cc90a99bd2a7b"
4368+
detective@^5.2.1:
4369+
version "5.2.1"
4370+
resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.1.tgz#6af01eeda11015acb0e73f933242b70f24f91034"
4371+
integrity sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==
43694372
dependencies:
4370-
acorn-node "^1.6.1"
4373+
acorn-node "^1.8.2"
43714374
defined "^1.0.0"
4372-
minimist "^1.1.1"
4375+
minimist "^1.2.6"
43734376

43744377
didyoumean@^1.2.2:
43754378
version "1.2.2"
@@ -5984,7 +5987,7 @@ is-ci@^3.0.0:
59845987
dependencies:
59855988
ci-info "^3.2.0"
59865989

5987-
is-core-module@^2.5.0, is-core-module@^2.8.1:
5990+
is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0:
59885991
version "2.9.0"
59895992
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
59905993
dependencies:
@@ -7218,7 +7221,7 @@ minimist@1.2.5:
72187221
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
72197222
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
72207223

7221-
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
7224+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
72227225
version "1.2.6"
72237226
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
72247227

@@ -7723,7 +7726,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
77237726
version "2.3.1"
77247727
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
77257728

7726-
pify@^2.2.0:
7729+
pify@^2.2.0, pify@^2.3.0:
77277730
version "2.3.0"
77287731
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
77297732

@@ -7797,6 +7800,15 @@ postcss-discard-overridden@^5.1.0:
77977800
version "5.1.0"
77987801
resolved "https://registry.yarnpkg.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz#7e8c5b53325747e9d90131bb88635282fb4a276e"
77997802

7803+
postcss-import@^14.1.0:
7804+
version "14.1.0"
7805+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0"
7806+
integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==
7807+
dependencies:
7808+
postcss-value-parser "^4.0.0"
7809+
read-cache "^1.0.0"
7810+
resolve "^1.1.7"
7811+
78007812
postcss-js@^4.0.0:
78017813
version "4.0.0"
78027814
resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.0.tgz#31db79889531b80dc7bc9b0ad283e418dce0ac00"
@@ -7986,7 +7998,7 @@ postcss-unique-selectors@^5.1.1:
79867998
dependencies:
79877999
postcss-selector-parser "^6.0.5"
79888000

7989-
postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
8001+
postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
79908002
version "4.2.0"
79918003
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
79928004

@@ -7997,7 +8009,7 @@ postcss@^7.0.36:
79978009
picocolors "^0.2.1"
79988010
source-map "^0.6.1"
79998011

8000-
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.12, postcss@^8.4.13, postcss@^8.4.14, postcss@^8.4.7:
8012+
postcss@^8.1.10, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.13, postcss@^8.4.14, postcss@^8.4.7:
80018013
version "8.4.14"
80028014
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
80038015
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
@@ -8170,6 +8182,13 @@ react-is@^18.0.0:
81708182
version "18.1.0"
81718183
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.1.0.tgz#61aaed3096d30eacf2a2127118b5b41387d32a67"
81728184

8185+
read-cache@^1.0.0:
8186+
version "1.0.0"
8187+
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
8188+
integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
8189+
dependencies:
8190+
pify "^2.3.0"
8191+
81738192
read-pkg-up@^7.0.1:
81748193
version "7.0.1"
81758194
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
@@ -8344,11 +8363,12 @@ resolve.exports@^1.1.0:
83448363
version "1.1.0"
83458364
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
83468365

8347-
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0:
8348-
version "1.22.0"
8349-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
8366+
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0:
8367+
version "1.22.1"
8368+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
8369+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
83508370
dependencies:
8351-
is-core-module "^2.8.1"
8371+
is-core-module "^2.9.0"
83528372
path-parse "^1.0.7"
83538373
supports-preserve-symlinks-flag "^1.0.0"
83548374

@@ -8985,14 +9005,15 @@ symbol-tree@^3.2.4:
89859005
version "3.2.4"
89869006
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
89879007

8988-
tailwindcss@^3.0.24:
8989-
version "3.0.24"
8990-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.24.tgz#22e31e801a44a78a1d9a81ecc52e13b69d85704d"
9008+
tailwindcss@^3.1.4:
9009+
version "3.1.4"
9010+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.4.tgz#64b09059805505902139fa805d97046080bd90b9"
9011+
integrity sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==
89919012
dependencies:
8992-
arg "^5.0.1"
9013+
arg "^5.0.2"
89939014
chokidar "^3.5.3"
89949015
color-name "^1.1.4"
8995-
detective "^5.2.0"
9016+
detective "^5.2.1"
89969017
didyoumean "^1.2.2"
89979018
dlv "^1.1.3"
89989019
fast-glob "^3.2.11"
@@ -9002,7 +9023,8 @@ tailwindcss@^3.0.24:
90029023
normalize-path "^3.0.0"
90039024
object-hash "^3.0.0"
90049025
picocolors "^1.0.0"
9005-
postcss "^8.4.12"
9026+
postcss "^8.4.14"
9027+
postcss-import "^14.1.0"
90069028
postcss-js "^4.0.0"
90079029
postcss-load-config "^3.1.4"
90089030
postcss-nested "5.0.6"

0 commit comments

Comments
 (0)