From e0ebdaee5c189358af1acc5e8fa114e7b81211ca Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Fri, 27 Oct 2023 11:43:39 +0200 Subject: [PATCH] fix next dependency range --- code/frameworks/nextjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 7cfe524a6f7f..5ddd19e51bbd 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -127,8 +127,8 @@ "webpack": "^5.88.2" }, "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"