Skip to content

Commit

Permalink
chore(deps): bump postcss from 8.4.23 to 8.4.31 (#4456)
Browse files Browse the repository at this point in the history
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.23...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent 028b9bd commit 3cd8bcb
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 82 deletions.
2 changes: 1 addition & 1 deletion apps/admin-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"eslint-config-next": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.35",
"postcss": "^8.4.31",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"cypress": "^13.6.6",
"eslint": "8.57.0",
"eslint-config-next": "14.1.1",
"postcss": "8.4.35",
"postcss": "8.4.31",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"eslint_d": "13.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "8.4.35",
"postcss": "8.4.31",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.1",
"postcss": "^8.4.35",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/pay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-webpack-plugin": "^4.1.0",
"postcss": "^8.4.35",
"postcss": "^8.4.31",
"prettier": "^2.4.1",
"react-dev-utils": "^12.0.1",
"tailwindcss": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/voucher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"next": "^14.1.1",
"next-auth": "^4.24.6",
"pg": "^8.11.0",
"postcss": "8.4.23",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-qrcode-logo": "^2.10.0",
Expand Down
Loading

0 comments on commit 3cd8bcb

Please sign in to comment.