From 164896503cd5667309647972646b583111f64f54 Mon Sep 17 00:00:00 2001 From: Jens Meindertsma Date: Sun, 12 Jul 2020 21:24:52 +0200 Subject: [PATCH] Update dependencies for `with-iron-session` example (#15065) Co-authored-by: Joe Haddad Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Joe Haddad --- examples/with-iron-session/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-iron-session/package.json b/examples/with-iron-session/package.json index 0474668caf..7d1fe5dbe8 100644 --- a/examples/with-iron-session/package.json +++ b/examples/with-iron-session/package.json @@ -8,11 +8,11 @@ "start": "next start" }, "dependencies": { - "next": "9.3.6", - "next-iron-session": "4.0.0", + "next": "^9.4.4", + "next-iron-session": "4.1.7", "prop-types": "15.7.2", "react": "16.13.1", "react-dom": "16.13.1", - "swr": "0.2.0" + "swr": "0.2.3" } } -- GitLab