From b4b8d2ce774061440444cc02624a9198559ba759 Mon Sep 17 00:00:00 2001 From: Leonardo Ortiz Date: Wed, 28 Jun 2023 17:14:37 -0300 Subject: [PATCH] pin Next.js version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5e39ff8..2027630a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "firebase-functions": "^4.3.1", "firebase-tools": "^11.14.4", "inquirer": "^8.2.0", - "next": "^13.4.7", + "next": "13.4.7", "nuxt": "^2.15.8", "nuxt3": "npm:nuxt@^3.4.3", "rimraf": "^3.0.2", diff --git a/package.json b/package.json index 146dc1d1..36dfe57b 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "firebase-functions": "^4.3.1", "firebase-tools": "^11.14.4", "inquirer": "^8.2.0", - "next": "^13.4.7", + "next": "13.4.7", "nuxt": "^2.15.8", "nuxt3": "npm:nuxt@^3.4.3", "rimraf": "^3.0.2",