diff --git a/examples/with-next-sass/package.json b/examples/with-next-sass/package.json index f488a52f871ca..1065c66395bd5 100644 --- a/examples/with-next-sass/package.json +++ b/examples/with-next-sass/package.json @@ -9,6 +9,6 @@ "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", - "sass": "1.26.3" + "sass": "1.89.1" } }