From d888f60d660459f825aab7660f76cebd171b6f9e Mon Sep 17 00:00:00 2001 From: Kasper Peulen Date: Fri, 27 Oct 2023 14:31:47 +0200 Subject: [PATCH] Fix next version --- 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 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"