Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __fixtures__/esm-test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@cedarjs/project-config": "2.8.0",
"@cedarjs/testing": "2.8.0",
"vitest": "3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-tailwindcss": "^0.7.0"
},
"engines": {
"node": "=24.x"
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project-live/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@cedarjs/eslint-config": "2.6.0",
"@cedarjs/project-config": "2.6.0",
"@cedarjs/testing": "2.6.0",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-tailwindcss": "^0.7.0"
},
"engines": {
"node": "=24.x"
Expand Down
2 changes: 1 addition & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@cedarjs/eslint-config": "2.8.0",
"@cedarjs/project-config": "2.8.0",
"@cedarjs/testing": "2.8.0",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-tailwindcss": "^0.7.0"
},
"engines": {
"node": "=24.x"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const handler = async ({ force, install }) => {
})
const rwPaths = getPaths()

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

const webWorkspacePackages = [
'postcss',
Expand Down
2 changes: 1 addition & 1 deletion tasks/test-project/tasks.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function webTasks(
// @NOTE: use cfw, because calling the copy function doesn't seem to work here
task: () =>
execa(
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.5.12',
'yarn workspace web add -D postcss postcss-loader tailwindcss autoprefixer prettier-plugin-tailwindcss@^0.7.0',
[],
getExecaOptions(outputPath),
),
Expand Down
Loading