mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix(deps): update dependency tailwindcss to v2.0.4 (#281)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
27180c19d8
commit
94c37d0d6a
@ -50,7 +50,7 @@
|
||||
"react-sortable-hoc": "1.11.0",
|
||||
"react-use-clipboard": "1.0.7",
|
||||
"sanitize-html": "2.3.2",
|
||||
"tailwindcss": "2.0.3",
|
||||
"tailwindcss": "2.0.4",
|
||||
"tlru": "1.0.2",
|
||||
"twemoji": "13.0.2",
|
||||
"url-regex-safe": "2.0.2",
|
||||
|
||||
26
yarn.lock
26
yarn.lock
@ -6253,10 +6253,10 @@ postcss-nested@^4.1.1:
|
||||
postcss "^7.0.32"
|
||||
postcss-selector-parser "^6.0.2"
|
||||
|
||||
postcss-nested@^5.0.1:
|
||||
version "5.0.3"
|
||||
resolved "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.3.tgz"
|
||||
integrity sha512-R2LHPw+u5hFfDgJG748KpGbJyTv7Yr33/2tIMWxquYuHTd9EXu27PYnKi7BxMXLtzKC0a0WVsqHtd7qIluQu/g==
|
||||
postcss-nested@^5.0.5:
|
||||
version "5.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-5.0.5.tgz#f0a107d33a9fab11d7637205f5321e27223e3603"
|
||||
integrity sha512-GSRXYz5bccobpTzLQZXOnSOfKl6TwVr5CyAQJUPub4nuRJSOECK5AqurxVgmtxP48p0Kc/ndY/YyS1yqldX0Ew==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.4"
|
||||
|
||||
@ -7029,7 +7029,7 @@ resolve-url@^0.2.1:
|
||||
resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz"
|
||||
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
||||
|
||||
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.19.0:
|
||||
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.18.1:
|
||||
version "1.19.0"
|
||||
resolved "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz"
|
||||
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
|
||||
@ -7037,7 +7037,7 @@ resolve@^1.10.0, resolve@^1.14.2, resolve@^1.18.1, resolve@^1.19.0:
|
||||
is-core-module "^2.1.0"
|
||||
path-parse "^1.0.6"
|
||||
|
||||
resolve@^1.9.0:
|
||||
resolve@^1.20.0, resolve@^1.9.0:
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
||||
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
||||
@ -7785,10 +7785,10 @@ tailwind-classes-sorter@^0.2.5:
|
||||
dependencies:
|
||||
find-up "^5.0.0"
|
||||
|
||||
tailwindcss@2.0.3:
|
||||
version "2.0.3"
|
||||
resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.0.3.tgz"
|
||||
integrity sha512-s8NEqdLBiVbbdL0a5XwTb8jKmIonOuI4RMENEcKLR61jw6SdKvBss7NWZzwCaD+ZIjlgmesv8tmrjXEp7C0eAQ==
|
||||
tailwindcss@2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.0.4.tgz#cf13e62738c3a27065664e449d93b66ee2945506"
|
||||
integrity sha512-WhgR0oiBxGOZ9jY0yVfaJCHnckR7U74Fs/BMsYxGdwGJQ5Hd/HlaKD26bEJFZOvYScJo0QcUj2ImldzedsG7Bw==
|
||||
dependencies:
|
||||
"@fullhuman/postcss-purgecss" "^3.1.3"
|
||||
bytes "^3.0.0"
|
||||
@ -7798,18 +7798,18 @@ tailwindcss@2.0.3:
|
||||
didyoumean "^1.2.1"
|
||||
fs-extra "^9.1.0"
|
||||
html-tags "^3.1.0"
|
||||
lodash "^4.17.20"
|
||||
lodash "^4.17.21"
|
||||
modern-normalize "^1.0.0"
|
||||
node-emoji "^1.8.1"
|
||||
object-hash "^2.1.1"
|
||||
postcss-functions "^3"
|
||||
postcss-js "^3.0.3"
|
||||
postcss-nested "^5.0.1"
|
||||
postcss-nested "^5.0.5"
|
||||
postcss-selector-parser "^6.0.4"
|
||||
postcss-value-parser "^4.1.0"
|
||||
pretty-hrtime "^1.0.3"
|
||||
reduce-css-calc "^2.1.8"
|
||||
resolve "^1.19.0"
|
||||
resolve "^1.20.0"
|
||||
|
||||
tailwindcss@^1.8.13:
|
||||
version "1.9.6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user