UPDATE: running npm install react@latest react-dom@latest next@latest
cleared the dependency errors and npm run dev
worked with no errors. I did have to additionally run npm @next/codemod new-link .
in order to clear an error with invalid <Link>
tags resulting from the new versions.