From 535727a05ba0e68f13e74bb32f4b34ce4869586b Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Sat, 11 Jun 2022 11:13:40 -0600 Subject: [PATCH] Try to fix "TypeError: Invalid comparator: latest" --- apps/next/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/next/package.json b/apps/next/package.json index 8c0b3c8..f622bef 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -8,9 +8,9 @@ "lint": "next lint" }, "dependencies": { - "next": "latest", - "react": "latest", - "react-dom": "latest" + "next": "*", + "react": "*", + "react-dom": "*" }, "devDependencies": { "@types/node": "17.0.23",