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