Skip to content

Commit 4eb28f6

Browse files
Bump prettier-plugin-tailwindcss from 0.6.14 to 0.7.1 in /src/Elastic.Documentation.Site in the tailwindcss group across 1 directory (#2149)
* Bump prettier-plugin-tailwindcss Bumps the tailwindcss group with 1 update in the /src/Elastic.Documentation.Site directory: [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss). Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.1 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.7.1) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: tailwindcss ... Signed-off-by: dependabot[bot] <[email protected]> * Run prettier --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Calanog <[email protected]>
1 parent 38dad8a commit 4eb28f6

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

src/Elastic.Documentation.Site/Assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import 'tailwindcss';
2-
@config "../tailwind.config.js";
2+
@config '../tailwind.config.js';
33

44
@import './fonts.css';
55
@import './theme.css';

src/Elastic.Documentation.Site/package-lock.json

Lines changed: 6 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Elastic.Documentation.Site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"postcss": "8.5.6",
7171
"postcss-import": "16.1.1",
7272
"prettier": "3.6.2",
73-
"prettier-plugin-tailwindcss": "0.6.14",
73+
"prettier-plugin-tailwindcss": "0.7.1",
7474
"react": "18.3.1",
7575
"react-dom": "18.3.1",
7676
"text-diff": "1.0.1",

0 commit comments

Comments
 (0)