diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 76fdfcd405e1..e26588814fb0 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -124,8 +124,8 @@ "webpack": "^5.65.0" }, "peerDependencies": { - "@next/font": "^13.0.0", - "next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0", + "@next/font": "^13.0.0 || ^14.0.0", + "next": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0", "webpack": "^5.0.0"