From 0dd4e860ff512cb1b0340780ff5811fa591c7dc8 Mon Sep 17 00:00:00 2001 From: Darren Clarke Date: Tue, 20 Jun 2023 09:48:54 +0000 Subject: [PATCH] Add missing react-cookie dependency to link --- apps/link/package.json | 1 + package-lock.json | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/link/package.json b/apps/link/package.json index de5ac0f..9c2b5ec 100644 --- a/apps/link/package.json +++ b/apps/link/package.json @@ -29,6 +29,7 @@ "next": "13.4.6", "next-auth": "^4.22.1", "react": "18.2.0", + "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-iframe": "^1.8.5", "react-polyglot": "^0.7.2", diff --git a/package-lock.json b/package-lock.json index 87927a6..f8eae13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1004,6 +1004,7 @@ "next": "13.4.6", "next-auth": "^4.22.1", "react": "18.2.0", + "react-cookie": "^4.1.1", "react-dom": "18.2.0", "react-iframe": "^1.8.5", "react-polyglot": "^0.7.2",