Skip to content

Commit

Permalink
Upgrade Tailwind to work around saadeghi/daisyui#1185
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Sep 30, 2022
1 parent 9593b27 commit daf7d1e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tailwind/package.json
Expand Up @@ -13,7 +13,7 @@
"rimraf": "^3.0.2",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0",
"tailwindcss": "^3.1.8"
"tailwindcss": "^0.0.0-insiders.727de66"
},
"scripts": {
"lint": "stylelint src/*",
Expand Down
30 changes: 29 additions & 1 deletion tailwind/yarn.lock
Expand Up @@ -2826,7 +2826,35 @@ table@^6.8.0:
string-width "^4.2.3"
strip-ansi "^6.0.1"

tailwindcss@^3, tailwindcss@^3.1.8:
tailwindcss@^0.0.0-insiders.727de66:
version "0.0.0-insiders.727de66"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-0.0.0-insiders.727de66.tgz#45c00cf33965d114fd465dd1c83b51e9686f40b9"
integrity sha512-MD+uoEBEaZZqCmSqnMgjfz3dwStPgF/AoXs4Jv1Iwit5Z8A/1r8TcNNCb8H6v+TzXHUyn44Hum/yn6R7s3Y/6Q==
dependencies:
arg "^5.0.2"
chokidar "^3.5.3"
color-name "^1.1.4"
detective "^5.2.1"
didyoumean "^1.2.2"
dlv "^1.1.3"
fast-glob "^3.2.12"
glob-parent "^6.0.2"
is-glob "^4.0.3"
lilconfig "^2.0.6"
normalize-path "^3.0.0"
object-hash "^3.0.0"
picocolors "^1.0.0"
postcss "^8.4.16"
postcss-import "^14.1.0"
postcss-js "^4.0.0"
postcss-load-config "^3.1.4"
postcss-nested "5.0.6"
postcss-selector-parser "^6.0.10"
postcss-value-parser "^4.2.0"
quick-lru "^5.1.1"
resolve "^1.22.1"

tailwindcss@^3:
version "3.1.8"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.8.tgz#4f8520550d67a835d32f2f4021580f9fddb7b741"
integrity sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==
Expand Down

0 comments on commit daf7d1e

Please sign in to comment.