Skip to content

Commit

Permalink
Try to fix "TypeError: Invalid comparator: latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Jun 11, 2022
1 parent 5f65f3d commit 535727a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 535727a

Please sign in to comment.