From ae5871faccf15ce816598487e7ab57e5ab83d699 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:24:08 +0200 Subject: [PATCH] fix: add next 15 to peer dep range (#1627) --- packages/visual-editing/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/visual-editing/package.json b/packages/visual-editing/package.json index cfbdd7f37..39768a26b 100644 --- a/packages/visual-editing/package.json +++ b/packages/visual-editing/package.json @@ -195,7 +195,7 @@ "@remix-run/react": ">= 2", "@sanity/client": "^6.19.1", "@sveltejs/kit": ">= 2", - "next": ">= 13 || >=14.3.0-canary.0 <14.3.0", + "next": ">= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc", "react": "^18.3 || >=19.0.0-rc", "react-dom": "^18.3 || >=19.0.0-rc", "svelte": ">= 4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8bbafc6d..c38fa0556 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1378,7 +1378,7 @@ importers: specifier: 0.1.2 version: 0.1.2 next: - specifier: '>= 13 || >=14.3.0-canary.0 <14.3.0' + specifier: '>= 13 || >=14.3.0-canary.0 <14.3.0 || >=15.0.0-rc' version: 14.2.3(@babel/core@7.24.6)(react-dom@18.3.1)(react@18.3.1) scroll-into-view-if-needed: specifier: ^3.1.0