Skip to content

Commit

Permalink
build(deps-dev): bump tailwindcss from 3.3.1 to 3.4.13
Browse files Browse the repository at this point in the history
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.1 to 3.4.13.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.1...v3.4.13)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 19f1817 commit ac05f4e
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 109 deletions.
2 changes: 1 addition & 1 deletion apps/eo_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dotenv-cli": "^7.2.1",
"eslint": "^8.38.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.0.4",
"vite": "^4.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1"
"tailwindcss": "^3.4.13"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit ac05f4e

Please sign in to comment.