Skip to content

Lock dependencies in Next.js example templates #12

@d3p1

Description

@d3p1

Description

To install/create Next.js applications, it is decided to use the npx create-next-app@latest command with the --example option. It is used custom examples that have a similar structure and functionality as the ones provided by the Next.js team. One doubt that I have is that in those examples, the version of the dependencies is not locked (there is not a package-lock.json file and it is used dependencies like next@latest).

Solution

Analyze if it is correct how dependencies are handled in the examples.

Additional information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions