Skip to content

Commit

Permalink
fix: bump tailwind dependencies to latest (#454)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated `@tailwindcss/typography` and `tailwindcss` dependencies
across various packages to enhance styling capabilities and ensure
compatibility with the latest features.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored Mar 30, 2024
1 parent 6b42e1d commit 8c06361
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 116 deletions.
4 changes: 2 additions & 2 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@ladle/react": "4.0.3"
},
"dependencies": {
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/typography": "0.5.12",
"@versini/ui-components": "workspace:../ui-components",
"@versini/ui-form": "workspace:../ui-form",
"@versini/ui-icons": "workspace:../ui-icons",
Expand All @@ -31,6 +31,6 @@
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1"
"tailwindcss": "3.4.3"
}
}
4 changes: 2 additions & 2 deletions packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
},
"dependencies": {
"@floating-ui/react": "0.26.9",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/typography": "0.5.12",
"@versini/ui-hooks": "workspace:../ui-hooks",
"@versini/ui-icons": "workspace:../ui-icons",
"@versini/ui-private": "workspace:../ui-private",
"clsx": "2.1.0",
"tailwindcss": "3.4.1"
"tailwindcss": "3.4.3"
},
"sideEffects": [
"**/*.css"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"test": "cross-env-shell NODE_ENV=test vitest run"
},
"dependencies": {
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/typography": "0.5.12",
"culori": "4.0.1",
"tailwindcss": "3.4.1"
"tailwindcss": "3.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"clsx": "2.1.0",
"tailwindcss": "3.4.1"
"tailwindcss": "3.4.3"
},
"sideEffects": [
"**/*.css"
Expand Down
Loading

0 comments on commit 8c06361

Please sign in to comment.