Skip to content

Update peer dependencies to support newer versions of ReactJS and NextJS #8

@nathanklick

Description

@nathanklick

Description

The current listed peerDependencies limit the use of this hook to significantly older versions of SailsJS, ReactJS, and NextJS. These should be updated to support newer versions.

Requirements

  • Update the package.json file to include the additional releasing versions as follows:
    "peerDependencies": {
     "next": "^6.0.3 || ^12.1",
     "react": "^16.4.0 || ^17.0.2",
     "react-dom": "^16.4.0 || ^17.0.2",
     "sails": "^1.0.2 || ^1.5.2"
    },
    

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