Skip to content

Commit

Permalink
Merge pull request #3658 from parca-dev/build-failure-fix
Browse files Browse the repository at this point in the history
ui: Reverting prettier-plugin-tailwindcss upgrade
  • Loading branch information
brancz authored Aug 21, 2023
2 parents efcf48c + 71f64a6 commit 16af262
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"description": "Disable tailwindcss upgrades",
"matchPackageNames": ["tailwindcss"],
"matchPackageNames": ["tailwindcss", "prettier-plugin-tailwindcss"],
"enabled": false
},
{
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"pm2": "5.3.0",
"postcss": "8.4.27",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.5.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"react-is": "18.2.0",
"react-test-renderer": "18.2.0",
"replace-in-files": "3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22724,10 +22724,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier-plugin-tailwindcss@^0.5.0:
version "0.5.3"
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.5.3.tgz#ed4b31ee75bbce1db4ac020a859267d5b65ad8df"
integrity sha512-M5K80V21yM+CTm/FEFYRv9/9LyInYbCSXpIoPAKMm8zy89IOwdiA2e4JVbcO7tvRtAQWz32zdj7/WKcsmFyAVg==
prettier-plugin-tailwindcss@^0.4.0:
version "0.4.1"
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.4.1.tgz#f7ed664199540978b2cbd037bac3a337d6689e86"
integrity sha512-hwn2EiJmv8M+AW4YDkbjJ6HlZCTzLyz1QlySn9sMuKV/Px0fjwldlB7tol8GzdgqtkdPtzT3iJ4UzdnYXP25Ag==

prettier@2.7.1:
version "2.7.1"
Expand Down

0 comments on commit 16af262

Please sign in to comment.