From 44e52aa69ce9184c625c2dd10cfa5b6c1750635c Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 26 Dec 2022 00:47:03 +0100 Subject: [PATCH] bump next --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 840aadd..766dad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "googleapis": "109.0.1", "ics": "2.41.0", "mongoose": "6.8.1", - "next": "13.1.1", + "next": "^13.1.1", "next-auth": "4.18.7", "next-axiom": "0.16.0", "next-mdx-remote": "4.2.0", diff --git a/package.json b/package.json index 3a0b69c..0326727 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "googleapis": "109.0.1", "ics": "2.41.0", "mongoose": "6.8.1", - "next": "13.1.1", + "next": "^13.1.1", "next-auth": "4.18.7", "next-axiom": "0.16.0", "next-mdx-remote": "4.2.0", @@ -52,4 +52,4 @@ "^.+\\.(ts|tsx)$": "ts-jest" } } -} \ No newline at end of file +}