From 979053ab891ccbf97b88e511467f348836e930fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Faure?= <raphael.faure2@student-cs.fr> Date: Thu, 1 Dec 2022 16:31:31 +0100 Subject: [PATCH] add react-cookie --- client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index a6d8b7a..3b1188a 100644 --- a/client/package.json +++ b/client/package.json @@ -9,6 +9,7 @@ "browserify-zlib": "^0.2.0", "http-proxy-middleware": "^2.0.6", "react": "^18.2.0", + "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-router-dom": "^6.4.3", "react-scripts": "^5.0.1", @@ -39,4 +40,4 @@ "last 1 safari version" ] } -} \ No newline at end of file +} -- GitLab