Skip to content

Commit

Permalink
chore(repo): Update dependency postcss to ^8.4.47 (#4258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent c46dd72 commit 8471c25
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 17 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.38",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.3"
},
"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 @@ -26,7 +26,7 @@
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.40",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "^5.6.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 @@ -28,7 +28,7 @@
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2",
"postcss": "^8.4.38",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.3",
"typescript": "^5.6.2"
}
Expand Down
55 changes: 42 additions & 13 deletions packages/ui/theme-builder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/theme-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.2",
"zx": "^8.1.2"
Expand Down

0 comments on commit 8471c25

Please sign in to comment.