Skip to content

Commit

Permalink
Bump tailwindcss from 3.4.1 to 3.4.3 (#19)
Browse files Browse the repository at this point in the history
* Bump tailwindcss from 3.4.1 to 3.4.3

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.1...v3.4.3)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* add prettier + update pre-commit

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Xiao <[email protected]>
  • Loading branch information
dependabot[bot] and chrisx8 authored Mar 29, 2024
1 parent 73a8971 commit 54f1bb0
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 78 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.4
rev: v1.5.5
hooks:
- id: remove-crlf
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -21,12 +21,16 @@ repos:
- id: detect-private-key
- id: destroyed-symlinks
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.8"
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
rev: v1.35.1
hooks:
- id: yamllint
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.22.1
rev: v24.2.1
hooks:
- id: ansible-lint
args:
Expand Down
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"files.associations": {
"*.html.j2": "html",
"*.yml": "ansible"
}
"files.associations": {
"*.html.j2": "html",
"*.yml": "ansible"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Refer to [`defaults/main/LauncherTW.yml`)](defaults/main/LauncherTW.yml) for pag

- [Ansible](https://docs.ansible.com/): an open source software suite that enables Infrastructure as Code (IaC).
- [TailwindCSS](https://tailwindcss.com/): a utility-first CSS framework
- The config layout is *heavily inspired* by [Homer](https://github.com/bastienwirtz/homer)
- The config layout is _heavily inspired_ by [Homer](https://github.com/bastienwirtz/homer)

## License

Expand Down
144 changes: 75 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"tailwindcss": "^3.4.1"
"tailwindcss": "^3.4.3"
}
}

0 comments on commit 54f1bb0

Please sign in to comment.