Skip to content

Commit a407e30

Browse files
committed
Upgrade Tailwindcss to 3.1.x
1 parent 33e7637 commit a407e30

2 files changed

Lines changed: 155 additions & 26 deletions

File tree

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "^17.0.11",
2626
"prettier": "^2.5.1",
2727
"react-scripts": "^5.0.0",
28-
"tailwindcss": "^3.0.13",
28+
"tailwindcss": "^3.1.6",
2929
"typescript": "^4.5.4"
3030
},
3131
"eslintConfig": {

ui/yarn.lock

Lines changed: 154 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ acorn-jsx@^5.3.1:
23592359
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
23602360
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
23612361

2362-
acorn-node@^1.6.1:
2362+
acorn-node@^1.6.1, acorn-node@^1.8.2:
23632363
version "1.8.2"
23642364
resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8"
23652365
integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==
@@ -2514,6 +2514,11 @@ arg@^5.0.1:
25142514
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.1.tgz#eb0c9a8f77786cad2af8ff2b862899842d7b6adb"
25152515
integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
25162516

2517+
arg@^5.0.2:
2518+
version "5.0.2"
2519+
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
2520+
integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
2521+
25172522
argparse@^1.0.7:
25182523
version "1.0.10"
25192524
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
@@ -3016,6 +3021,21 @@ chokidar@^3.4.2, chokidar@^3.5.2:
30163021
optionalDependencies:
30173022
fsevents "~2.3.2"
30183023

3024+
chokidar@^3.5.3:
3025+
version "3.5.3"
3026+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
3027+
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
3028+
dependencies:
3029+
anymatch "~3.1.2"
3030+
braces "~3.0.2"
3031+
glob-parent "~5.1.2"
3032+
is-binary-path "~2.1.0"
3033+
is-glob "~4.0.1"
3034+
normalize-path "~3.0.0"
3035+
readdirp "~3.6.0"
3036+
optionalDependencies:
3037+
fsevents "~2.3.2"
3038+
30193039
chrome-trace-event@^1.0.2:
30203040
version "1.0.3"
30213041
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
@@ -3614,6 +3634,15 @@ detective@^5.2.0:
36143634
defined "^1.0.0"
36153635
minimist "^1.1.1"
36163636

3637+
detective@^5.2.1:
3638+
version "5.2.1"
3639+
resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.1.tgz#6af01eeda11015acb0e73f933242b70f24f91034"
3640+
integrity sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==
3641+
dependencies:
3642+
acorn-node "^1.8.2"
3643+
defined "^1.0.0"
3644+
minimist "^1.2.6"
3645+
36173646
didyoumean@^1.2.2:
36183647
version "1.2.2"
36193648
resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037"
@@ -4266,6 +4295,17 @@ fast-glob@^3.1.1, fast-glob@^3.2.7:
42664295
merge2 "^1.3.0"
42674296
micromatch "^4.0.4"
42684297

4298+
fast-glob@^3.2.11:
4299+
version "3.2.11"
4300+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
4301+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
4302+
dependencies:
4303+
"@nodelib/fs.stat" "^2.0.2"
4304+
"@nodelib/fs.walk" "^1.2.3"
4305+
glob-parent "^5.1.2"
4306+
merge2 "^1.3.0"
4307+
micromatch "^4.0.4"
4308+
42694309
fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
42704310
version "2.1.0"
42714311
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4979,6 +5019,13 @@ is-core-module@^2.2.0, is-core-module@^2.8.0:
49795019
dependencies:
49805020
has "^1.0.3"
49815021

5022+
is-core-module@^2.9.0:
5023+
version "2.9.0"
5024+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
5025+
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
5026+
dependencies:
5027+
has "^1.0.3"
5028+
49825029
is-date-object@^1.0.1:
49835030
version "1.0.5"
49845031
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
@@ -5808,6 +5855,11 @@ lilconfig@^2.0.3, lilconfig@^2.0.4:
58085855
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
58095856
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
58105857

5858+
lilconfig@^2.0.5:
5859+
version "2.0.6"
5860+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4"
5861+
integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==
5862+
58115863
lines-and-columns@^1.1.6:
58125864
version "1.2.4"
58135865
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -6039,6 +6091,11 @@ minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5:
60396091
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
60406092
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
60416093

6094+
minimist@^1.2.6:
6095+
version "1.2.6"
6096+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
6097+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
6098+
60426099
mitt@^3.0.0:
60436100
version "3.0.0"
60446101
resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.0.tgz#69ef9bd5c80ff6f57473e8d89326d01c414be0bd"
@@ -6084,6 +6141,11 @@ nanoid@^3.1.30:
60846141
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
60856142
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
60866143

6144+
nanoid@^3.3.4:
6145+
version "3.3.4"
6146+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
6147+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
6148+
60876149
natural-compare@^1.4.0:
60886150
version "1.4.0"
60896151
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6173,6 +6235,11 @@ object-hash@^2.2.0:
61736235
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5"
61746236
integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==
61756237

6238+
object-hash@^3.0.0:
6239+
version "3.0.0"
6240+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
6241+
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
6242+
61766243
object-inspect@^1.11.0, object-inspect@^1.9.0:
61776244
version "1.12.0"
61786245
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
@@ -6481,6 +6548,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
64816548
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
64826549
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
64836550

6551+
pify@^2.3.0:
6552+
version "2.3.0"
6553+
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
6554+
integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==
6555+
64846556
pirates@^4.0.1:
64856557
version "4.0.4"
64866558
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"
@@ -6663,6 +6735,15 @@ postcss-image-set-function@^4.0.4:
66636735
dependencies:
66646736
postcss-value-parser "^4.2.0"
66656737

6738+
postcss-import@^14.1.0:
6739+
version "14.1.0"
6740+
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0"
6741+
integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==
6742+
dependencies:
6743+
postcss-value-parser "^4.0.0"
6744+
read-cache "^1.0.0"
6745+
resolve "^1.1.7"
6746+
66666747
postcss-initial@^4.0.1:
66676748
version "4.0.1"
66686749
resolved "https://registry.yarnpkg.com/postcss-initial/-/postcss-initial-4.0.1.tgz#529f735f72c5724a0fb30527df6fb7ac54d7de42"
@@ -6698,6 +6779,14 @@ postcss-load-config@^3.1.0:
66986779
lilconfig "^2.0.4"
66996780
yaml "^1.10.2"
67006781

6782+
postcss-load-config@^3.1.4:
6783+
version "3.1.4"
6784+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855"
6785+
integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==
6786+
dependencies:
6787+
lilconfig "^2.0.5"
6788+
yaml "^1.10.2"
6789+
67016790
postcss-loader@^6.2.1:
67026791
version "6.2.1"
67036792
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-6.2.1.tgz#0895f7346b1702103d30fdc66e4d494a93c008ef"
@@ -6985,6 +7074,14 @@ postcss-selector-not@^5.0.0:
69857074
dependencies:
69867075
balanced-match "^1.0.0"
69877076

7077+
postcss-selector-parser@^6.0.10:
7078+
version "6.0.10"
7079+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d"
7080+
integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==
7081+
dependencies:
7082+
cssesc "^3.0.0"
7083+
util-deprecate "^1.0.2"
7084+
69887085
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.7, postcss-selector-parser@^6.0.8:
69897086
version "6.0.8"
69907087
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
@@ -7009,7 +7106,7 @@ postcss-unique-selectors@^5.0.2:
70097106
alphanum-sort "^1.0.2"
70107107
postcss-selector-parser "^6.0.5"
70117108

7012-
postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
7109+
postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
70137110
version "4.2.0"
70147111
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
70157112
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
@@ -7031,6 +7128,15 @@ postcss@^8.1.6, postcss@^8.2.15, postcss@^8.3.5, postcss@^8.4.4:
70317128
picocolors "^1.0.0"
70327129
source-map-js "^1.0.1"
70337130

7131+
postcss@^8.4.14:
7132+
version "8.4.14"
7133+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
7134+
integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
7135+
dependencies:
7136+
nanoid "^3.3.4"
7137+
picocolors "^1.0.0"
7138+
source-map-js "^1.0.2"
7139+
70347140
prelude-ls@^1.2.1:
70357141
version "1.2.1"
70367142
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
@@ -7332,6 +7438,13 @@ react@^17.0.2:
73327438
loose-envify "^1.1.0"
73337439
object-assign "^4.1.1"
73347440

7441+
read-cache@^1.0.0:
7442+
version "1.0.0"
7443+
resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774"
7444+
integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==
7445+
dependencies:
7446+
pify "^2.3.0"
7447+
73357448
readable-stream@^2.0.1:
73367449
version "2.3.7"
73377450
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
@@ -7498,7 +7611,16 @@ resolve.exports@^1.1.0:
74987611
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
74997612
integrity sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==
75007613

7501-
resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.21.0:
7614+
resolve@^1.1.7, resolve@^1.22.1:
7615+
version "1.22.1"
7616+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
7617+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
7618+
dependencies:
7619+
is-core-module "^2.9.0"
7620+
path-parse "^1.0.7"
7621+
supports-preserve-symlinks-flag "^1.0.0"
7622+
7623+
resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0:
75027624
version "1.21.0"
75037625
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.21.0.tgz#b51adc97f3472e6a5cf4444d34bc9d6b9037591f"
75047626
integrity sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==
@@ -7801,6 +7923,11 @@ source-map-js@^1.0.1:
78017923
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
78027924
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
78037925

7926+
source-map-js@^1.0.2:
7927+
version "1.0.2"
7928+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
7929+
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
7930+
78047931
source-map-loader@^3.0.0:
78057932
version "3.0.1"
78067933
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d"
@@ -8111,10 +8238,10 @@ symbol-tree@^3.2.4:
81118238
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
81128239
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
81138240

8114-
tailwindcss@^3.0.13:
8115-
version "3.0.13"
8116-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.13.tgz#0d571643bfc8c76602bbba95a780a9552ae44c64"
8117-
integrity sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==
8241+
tailwindcss@^3.0.2:
8242+
version "3.0.9"
8243+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.9.tgz#6755dba95dfa092d14f304ff47703a28c2c07138"
8244+
integrity sha512-X8TVifxDWfiNXInOeBofTteXAtZ5f0HnLs/uV4jDQNShc33Jb7qjYbk4VwI365rWAzcqYTks+9kesf3xH7Y35A==
81188245
dependencies:
81198246
arg "^5.0.1"
81208247
chalk "^4.1.2"
@@ -8129,39 +8256,41 @@ tailwindcss@^3.0.13:
81298256
is-glob "^4.0.3"
81308257
normalize-path "^3.0.0"
81318258
object-hash "^2.2.0"
8132-
postcss-js "^4.0.0"
8259+
postcss-js "^3.0.3"
81338260
postcss-load-config "^3.1.0"
81348261
postcss-nested "5.0.6"
8135-
postcss-selector-parser "^6.0.8"
8262+
postcss-selector-parser "^6.0.7"
81368263
postcss-value-parser "^4.2.0"
81378264
quick-lru "^5.1.1"
8138-
resolve "^1.21.0"
8265+
resolve "^1.20.0"
81398266

8140-
tailwindcss@^3.0.2:
8141-
version "3.0.9"
8142-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.0.9.tgz#6755dba95dfa092d14f304ff47703a28c2c07138"
8143-
integrity sha512-X8TVifxDWfiNXInOeBofTteXAtZ5f0HnLs/uV4jDQNShc33Jb7qjYbk4VwI365rWAzcqYTks+9kesf3xH7Y35A==
8267+
tailwindcss@^3.1.6:
8268+
version "3.1.6"
8269+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.6.tgz#bcb719357776c39e6376a8d84e9834b2b19a49f1"
8270+
integrity sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==
81448271
dependencies:
8145-
arg "^5.0.1"
8146-
chalk "^4.1.2"
8147-
chokidar "^3.5.2"
8272+
arg "^5.0.2"
8273+
chokidar "^3.5.3"
81488274
color-name "^1.1.4"
8149-
cosmiconfig "^7.0.1"
8150-
detective "^5.2.0"
8275+
detective "^5.2.1"
81518276
didyoumean "^1.2.2"
81528277
dlv "^1.1.3"
8153-
fast-glob "^3.2.7"
8278+
fast-glob "^3.2.11"
81548279
glob-parent "^6.0.2"
81558280
is-glob "^4.0.3"
8281+
lilconfig "^2.0.5"
81568282
normalize-path "^3.0.0"
8157-
object-hash "^2.2.0"
8158-
postcss-js "^3.0.3"
8159-
postcss-load-config "^3.1.0"
8283+
object-hash "^3.0.0"
8284+
picocolors "^1.0.0"
8285+
postcss "^8.4.14"
8286+
postcss-import "^14.1.0"
8287+
postcss-js "^4.0.0"
8288+
postcss-load-config "^3.1.4"
81608289
postcss-nested "5.0.6"
8161-
postcss-selector-parser "^6.0.7"
8290+
postcss-selector-parser "^6.0.10"
81628291
postcss-value-parser "^4.2.0"
81638292
quick-lru "^5.1.1"
8164-
resolve "^1.20.0"
8293+
resolve "^1.22.1"
81658294

81668295
tapable@^1.0.0:
81678296
version "1.1.3"

0 commit comments

Comments
 (0)