Skip to content

Commit 16ed56e

Browse files
chore(deps): update dependency tailwindcss to v1.8.12 (#19)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 6ecfd02 commit 16ed56e

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@tailwindcss/typography": "0.2.0",
3131
"@tailwindcss/ui": "0.4.0",
3232
"postcss-preset-env": "6.7.0",
33-
"tailwindcss": "1.6.2"
33+
"tailwindcss": "1.8.12"
3434
}
3535
}

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7938,6 +7938,11 @@ html-tag-names@^1.1.5:
79387938
resolved "https://registry.yarnpkg.com/html-tag-names/-/html-tag-names-1.1.5.tgz#f537420c16769511283f8ae1681785fbc89ee0a9"
79397939
integrity sha512-aI5tKwNTBzOZApHIynaAwecLBv8TlZTEy/P4Sj2SzzAhBrGuI8yGZ0UIXVPQzOHGS+to2mjb04iy6VWt/8+d8A==
79407940

7941+
html-tags@^3.1.0:
7942+
version "3.1.0"
7943+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
7944+
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
7945+
79417946
html-void-elements@^1.0.0:
79427947
version "1.0.5"
79437948
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.5.tgz#ce9159494e86d95e45795b166c2021c2cfca4483"
@@ -10442,6 +10447,11 @@ object-hash@^1.1.4:
1044210447
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
1044310448
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
1044410449

10450+
object-hash@^2.0.3:
10451+
version "2.0.3"
10452+
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.0.3.tgz#d12db044e03cd2ca3d77c0570d87225b02e1e6ea"
10453+
integrity sha512-JPKn0GMu+Fa3zt3Bmr66JhokJU5BaNBIh4ZeTlaCBzrBsOeXzwcKKAK1tbLiPKgvwmPXsDvvLHoWh5Bm7ofIYg==
10454+
1044510455
object-inspect@^1.7.0:
1044610456
version "1.8.0"
1044710457
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.8.0.tgz#df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
@@ -14358,10 +14368,10 @@ table@^5.2.3:
1435814368
slice-ansi "^2.1.0"
1435914369
string-width "^3.0.0"
1436014370

14361-
tailwindcss@1.6.2:
14362-
version "1.6.2"
14363-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.6.2.tgz#352da9e1b0d9154c95ce12483daa1c2fa1f1eea8"
14364-
integrity sha512-Cpa0kElG8Sg5sJSvTYi2frmIQZq0w37RLNNrYyy/W6HIWKspqSdTfb9tIN6X1gm4KV5a+TE/n7EKmn5Q9C7EUQ==
14371+
tailwindcss@1.8.12:
14372+
version "1.8.12"
14373+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-1.8.12.tgz#5a33692b5eebd79836210db1449dcbd8d6ea9bd3"
14374+
integrity sha512-VChYp+4SduP8hHFAmf75P5Yf0qNQi3oSSnpEMKkC6kWW/9K+SizRgbmllqLJLnTZq+eM3TDwvn1jWXvvg+dfDA==
1436514375
dependencies:
1436614376
"@fullhuman/postcss-purgecss" "^2.1.2"
1436714377
autoprefixer "^9.4.5"
@@ -14371,14 +14381,17 @@ [email protected]:
1437114381
color "^3.1.2"
1437214382
detective "^5.2.0"
1437314383
fs-extra "^8.0.0"
14374-
lodash "^4.17.15"
14384+
html-tags "^3.1.0"
14385+
lodash "^4.17.20"
1437514386
node-emoji "^1.8.1"
1437614387
normalize.css "^8.0.1"
14388+
object-hash "^2.0.3"
1437714389
postcss "^7.0.11"
1437814390
postcss-functions "^3.0.0"
1437914391
postcss-js "^2.0.0"
1438014392
postcss-nested "^4.1.1"
1438114393
postcss-selector-parser "^6.0.0"
14394+
postcss-value-parser "^4.1.0"
1438214395
pretty-hrtime "^1.0.3"
1438314396
reduce-css-calc "^2.1.6"
1438414397
resolve "^1.14.2"

0 commit comments

Comments
 (0)