X Tutup
Skip to content

Commit 1ff4484

Browse files
author
Arghya Ghosh
authored
Merge pull request #145 from javaistic/depfu/update/yarn/prettier-plugin-tailwindcss-0.1.7
Update prettier-plugin-tailwindcss: 0.1.5 → 0.1.7 (minor)
2 parents 970a7bd + ca8a6c6 commit 1ff4484

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-flowtype": "8.0.3",
7878
"eslint-plugin-import": "2.25.3",
7979
"prettier": "^2.5.1",
80-
"prettier-plugin-tailwindcss": "^0.1.5",
80+
"prettier-plugin-tailwindcss": "^0.1.7",
8181
"typescript": "^4.5.5",
8282
"webpack": "^5.68.0"
8383
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5032,10 +5032,10 @@ prelude-ls@^1.2.1:
50325032
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
50335033
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
50345034

5035-
prettier-plugin-tailwindcss@^0.1.5:
5036-
version "0.1.5"
5037-
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.5.tgz#1709b4cea44873cbfefe9862f9f0827a51fe8cc3"
5038-
integrity sha512-e+jTxwiHL4I3Ot8OjV1LAiiaAx0Zgy71xTL7xNmJtNmhpja7GKzFSAoulqBDS1D57B7lbZDCvDEKIWIQSBUmBQ==
5035+
prettier-plugin-tailwindcss@^0.1.7:
5036+
version "0.1.7"
5037+
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.1.7.tgz#f51de7b7bbabaa0724d3aff7a62957e5aa873482"
5038+
integrity sha512-tmBr45hCLuit2Cz9Pwow0/Jl1bGivYGsfcF29O+3sKcE++ybjz9dfie565S3ZsvAeV8uYer9SRMBWDsHPly2Lg==
50395039

50405040
prettier@^2.5.1:
50415041
version "2.5.1"

0 commit comments

Comments
 (0)
X Tutup