📌 Bump prettier-plugin-tailwindcss from 0.6.1 to 0.6.3

Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.6.1 to 0.6.3.
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.1...v0.6.3)

---
updated-dependencies:
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-12 05:14:03 +00:00 committed by GitHub
parent 89e048cc11
commit 8e7b8a6a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -27,7 +27,7 @@
"packery": "^2.1.2", "packery": "^2.1.2",
"prettier": "^3.3.0", "prettier": "^3.3.0",
"prettier-plugin-go-template": "^0.0.15", "prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.1", "prettier-plugin-tailwindcss": "^0.6.3",
"puppeteer": "^22.10.0", "puppeteer": "^22.10.0",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",
@ -3342,9 +3342,9 @@
} }
}, },
"node_modules/prettier-plugin-tailwindcss": { "node_modules/prettier-plugin-tailwindcss": {
"version": "0.6.1", "version": "0.6.3",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.1.tgz", "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.6.3.tgz",
"integrity": "sha512-AnbeYZu0WGj+QgKciUgdMnRxrqcxltleZPgdwfA5104BHM3siBLONN/HLW1yS2HvzSNkzpQ/JAj+LN0jcJO+0w==", "integrity": "sha512-GeJ9bqXN4APAP0V5T2a1J/o6a50MWevEUCPWxijpdXFDQkBCoAfz4pQfv+YMXSqZ5GXLMDYio0mUOfrYL7gf4w==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.21.3" "node": ">=14.21.3"

View file

@ -44,7 +44,7 @@
"packery": "^2.1.2", "packery": "^2.1.2",
"prettier": "^3.3.0", "prettier": "^3.3.0",
"prettier-plugin-go-template": "^0.0.15", "prettier-plugin-go-template": "^0.0.15",
"prettier-plugin-tailwindcss": "^0.6.1", "prettier-plugin-tailwindcss": "^0.6.3",
"puppeteer": "^22.10.0", "puppeteer": "^22.10.0",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.3",