Skip to content

Commit

Permalink
fix(repo): Update dependency tailwindcss to ^3.4.17 (#4682)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts authored Jan 8, 2025
1 parent 2659108 commit 347f1bb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/templates/astro-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"astro": "^5.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion integration/templates/elements-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.17"
},
"engines": {
"node": ">=18.17.0"
Expand Down
2 changes: 1 addition & 1 deletion integration/templates/tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.6.3",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8",
"eslint-config-next": "14.2",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.17",
"zx": "^8.1.9"
}
}

0 comments on commit 347f1bb

Please sign in to comment.