From 5116380fa1fb2e84b2a52e58ae8c078ccbff4394 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:16:01 +0100 Subject: [PATCH] chore: update gettting-started postcss dependency --- examples/next/getting-started/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/next/getting-started/package.json b/examples/next/getting-started/package.json index ca88597cb..ca6c07f21 100644 --- a/examples/next/getting-started/package.json +++ b/examples/next/getting-started/package.json @@ -35,5 +35,8 @@ "eslint-config-next": "^12.0.7", "rimraf": "^3.0.2", "typescript": "^4.5.2" + }, + "overrides": { + "postcss": "^8.4.31" } }