Skip to content

Commit

Permalink
chore(repo): Update dependency postcss to ^8.4.49 (#4681)
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 c558571 commit e2da426
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration/templates/elements-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
},
"engines": {
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 @@ -25,7 +25,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.6.3",
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 @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"zx": "^8.1.9"
}
Expand Down

0 comments on commit e2da426

Please sign in to comment.