Skip to content

Commit fa082c0

Browse files
renovate[bot]Tobbe
andauthored
chore(deps): update dependency prettier-plugin-tailwindcss to ^0.7.0 (#1393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobbe Lundberg <tobbe@tlundberg.com>
1 parent 395f24d commit fa082c0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

__fixtures__/esm-test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@cedarjs/project-config": "2.8.0",
1313
"@cedarjs/testing": "2.8.0",
1414
"vitest": "3.2.4",
15-
"prettier-plugin-tailwindcss": "^0.5.12"
15+
"prettier-plugin-tailwindcss": "^0.7.0"
1616
},
1717
"engines": {
1818
"node": "=24.x"

__fixtures__/test-project-live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@cedarjs/eslint-config": "2.6.0",
1111
"@cedarjs/project-config": "2.6.0",
1212
"@cedarjs/testing": "2.6.0",
13-
"prettier-plugin-tailwindcss": "^0.5.12"
13+
"prettier-plugin-tailwindcss": "^0.7.0"
1414
},
1515
"engines": {
1616
"node": "=24.x"

__fixtures__/test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@cedarjs/eslint-config": "2.8.0",
1111
"@cedarjs/project-config": "2.8.0",
1212
"@cedarjs/testing": "2.8.0",
13-
"prettier-plugin-tailwindcss": "^0.5.12"
13+
"prettier-plugin-tailwindcss": "^0.7.0"
1414
},
1515
"engines": {
1616
"node": "=24.x"

packages/cli/src/commands/setup/ui/libraries/tailwindcssHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const handler = async ({ force, install }) => {
9696
})
9797
const rwPaths = getPaths()
9898

99-
const projectPackages = ['prettier-plugin-tailwindcss@^0.5.12']
99+
const projectPackages = ['prettier-plugin-tailwindcss@^0.7.0']
100100

101101
const webWorkspacePackages = [
102102
'postcss',

tasks/test-project/tasks.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function webTasks(
4040
// @NOTE: use cfw, because calling the copy function doesn't seem to work here
4141
task: () =>
4242
execa(
43-
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.5.12',
43+
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.7.0',
4444
[],
4545
getExecaOptions(outputPath),
4646
),

0 commit comments

Comments
 (0)