diff --git a/examples/with-next-sass/package.json b/examples/with-next-sass/package.json index f488a52f871ca..8b1a4a7ea76d8 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.76.0" } }