From 861debcc72172fc4a7586cc67cbb0911f6055dd3 Mon Sep 17 00:00:00 2001 From: swve Date: Thu, 5 Oct 2023 23:01:16 +0200 Subject: [PATCH] feat: update to next@13.5.4 --- front/package-lock.json | 2 +- front/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index b9cd040d..66508099 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -28,7 +28,7 @@ "framer-motion": "^10.16.1", "lowlight": "^3.0.0", "lucide-react": "^0.268.0", - "next": "^13.5.2", + "next": "^13.5.4", "re-resizable": "^6.9.9", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", diff --git a/front/package.json b/front/package.json index 2279d92e..353749ad 100644 --- a/front/package.json +++ b/front/package.json @@ -29,7 +29,7 @@ "framer-motion": "^10.16.1", "lowlight": "^3.0.0", "lucide-react": "^0.268.0", - "next": "^13.5.2", + "next": "^13.5.4", "re-resizable": "^6.9.9", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1",