Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 0b92457

Browse files
chore(deps): update dependency tailwindcss to v3.3.4
1 parent a972d1b commit 0b92457

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"stylelint": "15.11.0",
4343
"stylelint-config-standard": "34.0.0",
4444
"stylelint-order": "6.0.3",
45-
"tailwindcss": "3.3.3",
45+
"tailwindcss": "3.3.4",
4646
"typescript": "5.2.2",
4747
"wait-on": "7.0.1"
4848
},

yarn.lock

+35-2
Original file line numberDiff line numberDiff line change
@@ -3090,7 +3090,7 @@ fast-glob@^3.2.9:
30903090
merge2 "^1.3.0"
30913091
micromatch "^4.0.4"
30923092

3093-
fast-glob@^3.3.1:
3093+
fast-glob@^3.3.0, fast-glob@^3.3.1:
30943094
version "3.3.1"
30953095
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
30963096
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -4458,6 +4458,11 @@ jiti@^1.18.2:
44584458
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd"
44594459
integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==
44604460

4461+
jiti@^1.19.1:
4462+
version "1.20.0"
4463+
resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.20.0.tgz#2d823b5852ee8963585c8dd8b7992ffc1ae83b42"
4464+
integrity sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==
4465+
44614466
joi@^17.7.0:
44624467
version "17.7.0"
44634468
resolved "https://registry.yarnpkg.com/joi/-/joi-17.7.0.tgz#591a33b1fe1aca2bc27f290bcad9b9c1c570a6b3"
@@ -6551,7 +6556,35 @@ table@^6.8.1:
65516556
string-width "^4.2.3"
65526557
strip-ansi "^6.0.1"
65536558

6554-
[email protected], tailwindcss@^3.1:
6559+
6560+
version "3.3.4"
6561+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.4.tgz#f08c493ff3ddf03081c40e780e98f129e1c8214d"
6562+
integrity sha512-JXZNOkggUAc9T5E7nCrimoXHcSf9h3NWFe5sh36CGD/3M5TRLuQeFnQoDsit2uVTqgoOZHLx5rTykLUu16vsMQ==
6563+
dependencies:
6564+
"@alloc/quick-lru" "^5.2.0"
6565+
arg "^5.0.2"
6566+
chokidar "^3.5.3"
6567+
didyoumean "^1.2.2"
6568+
dlv "^1.1.3"
6569+
fast-glob "^3.3.0"
6570+
glob-parent "^6.0.2"
6571+
is-glob "^4.0.3"
6572+
jiti "^1.19.1"
6573+
lilconfig "^2.1.0"
6574+
micromatch "^4.0.5"
6575+
normalize-path "^3.0.0"
6576+
object-hash "^3.0.0"
6577+
picocolors "^1.0.0"
6578+
postcss "^8.4.23"
6579+
postcss-import "^15.1.0"
6580+
postcss-js "^4.0.1"
6581+
postcss-load-config "^4.0.1"
6582+
postcss-nested "^6.0.1"
6583+
postcss-selector-parser "^6.0.11"
6584+
resolve "^1.22.2"
6585+
sucrase "^3.32.0"
6586+
6587+
tailwindcss@^3.1:
65556588
version "3.3.3"
65566589
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.3.tgz#90da807393a2859189e48e9e7000e6880a736daf"
65576590
integrity sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==

0 commit comments

Comments
 (0)