Skip to content

Commit

Permalink
fix(deps): update dependency tailwindcss to ^3.4.1 (#4463)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency tailwindcss to ^3.4.1

---------

Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com>
  • Loading branch information
cultureamp-renovate[bot] and Self-hosted Renovate Bot authored Jan 15, 2024
1 parent dd8b37f commit dd2bbe5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-hornets-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/tailwind": patch
---

Update peerdep tailwindcss to ^3.4.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"stylelint-config-standard-scss": "^12.0.0",
"svg-sprite-loader": "^6.0.11",
"svgo-loader": "~4.0.0",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"peerDependencies": {
"@kaizen/components": "^1.35.0",
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17654,10 +17654,10 @@ table@^6.8.1:
string-width "^4.2.3"
strip-ansi "^6.0.1"

tailwindcss@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.0.tgz#045a9c474e6885ebd0436354e611a76af1c76839"
integrity sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==
tailwindcss@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.1.tgz#f512ca5d1dd4c9503c7d3d28a968f1ad8f5c839d"
integrity sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==
dependencies:
"@alloc/quick-lru" "^5.2.0"
arg "^5.0.2"
Expand Down

0 comments on commit dd2bbe5

Please sign in to comment.