Bump prettier-plugin-tailwindcss from 0.2.8 to 0.3.0 (#178)

Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.8 to 0.3.0.
- [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.2.8...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-06 14:09:44 +05:30 committed by GitHub
parent 3fec5495e2
commit 34de7687ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View File

@ -31,7 +31,7 @@
"eslint-config-next": "13.2.4",
"postcss": "8.4.23",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
},
@ -3109,9 +3109,9 @@
}
},
"node_modules/prettier-plugin-tailwindcss": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.8.tgz",
"integrity": "sha512-KgPcEnJeIijlMjsA6WwYgRs5rh3/q76oInqtMXBA/EMcamrcYJpyhtRhyX1ayT9hnHlHTuO8sIifHF10WuSDKg==",
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz",
"integrity": "sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==",
"dev": true,
"engines": {
"node": ">=12.17.0"
@ -3127,6 +3127,7 @@
"prettier-plugin-css-order": "*",
"prettier-plugin-import-sort": "*",
"prettier-plugin-jsdoc": "*",
"prettier-plugin-marko": "*",
"prettier-plugin-organize-attributes": "*",
"prettier-plugin-organize-imports": "*",
"prettier-plugin-style-order": "*",
@ -3161,6 +3162,9 @@
"prettier-plugin-jsdoc": {
"optional": true
},
"prettier-plugin-marko": {
"optional": true
},
"prettier-plugin-organize-attributes": {
"optional": true
},

View File

@ -33,7 +33,7 @@
"eslint-config-next": "13.2.4",
"postcss": "8.4.23",
"prettier": "2.8.7",
"prettier-plugin-tailwindcss": "0.2.8",
"prettier-plugin-tailwindcss": "0.3.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
},