Browse Source

build(deps-dev): bump prettier-plugin-tailwindcss in /src

Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.7.3 to 0.8.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.7.3...v0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/2597/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
5258bd9cc0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/package.json
  2. 10
      src/pnpm-lock.yaml

2
src/package.json

@ -68,7 +68,7 @@
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.3", "prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.3", "prettier-plugin-tailwindcss": "^0.8.0",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "^6.0.3", "typescript": "^6.0.3",
"vitest": "^4.1.5", "vitest": "^4.1.5",

10
src/pnpm-lock.yaml

@ -145,8 +145,8 @@ importers:
specifier: ^3.8.3 specifier: ^3.8.3
version: 3.8.3 version: 3.8.3
prettier-plugin-tailwindcss: prettier-plugin-tailwindcss:
specifier: ^0.7.3 specifier: ^0.8.0
version: 0.7.3([email protected]) version: 0.8.0([email protected])
tsx: tsx:
specifier: ^4.21.0 specifier: ^4.21.0
version: 4.21.0 version: 4.21.0
@ -5222,8 +5222,8 @@ packages:
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
engines: {node: '>= 0.8.0'} engines: {node: '>= 0.8.0'}
prettier-plugin-tailwindcss@0.7.3: prettier-plugin-tailwindcss@0.8.0:
resolution: {integrity: sha512-lckXaWWdo2ZVXoMoUO3WIBiz9hVY+YBEh1gYyMFfrWP9WZW/wpFXQKizHx7WrFQFMkcG0bGShdpp531X1n+qpg==} resolution: {integrity: sha512-V8ITGH87yuBDF6JpEZTOVlUz/saAwqb8f3HRgUj8Lh+tGCcrmorhsLpYqzygwFwK0PE2Ib6Mv3M7T/uE2tZV1g==}
engines: {node: '>=20.19'} engines: {node: '>=20.19'}
peerDependencies: peerDependencies:
'@ianvs/prettier-plugin-sort-imports': '*' '@ianvs/prettier-plugin-sort-imports': '*'
@ -11477,7 +11477,7 @@ snapshots:
[email protected]: {} [email protected]: {}
prettier-plugin-tailwindcss@0.7.3([email protected]): prettier-plugin-tailwindcss@0.8.0([email protected]):
dependencies: dependencies:
prettier: 3.8.3 prettier: 3.8.3

Loading…
Cancel
Save