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 +}