Skip to content

Commit

Permalink
fix(deps): update dependency tailwindcss to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 2bea7ce commit 3861770
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 199 deletions.
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"tinyglobby": "^0.2.10"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.4.17"
"tailwindcss": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
Expand Down
Loading

0 comments on commit 3861770

Please sign in to comment.