Skip to content

Dependencies should match minor version #476

@mg-aceik

Description

@mg-aceik

Describe the Bug

Please ensure that your own dependencies use ~ not ^ as when downgrading due to a defect, it is resolving incompatible packages.

e.g.

"@sitecore-content-sdk/events": "^2.1.0",

To Reproduce

Use "@sitecore-content-sdk/nextjs": "~2.0.1",, run npm i , it resolves some dependencies to 2.1.x

Expected Behavior

Dependencies resolve to the same minor version.

Possible Fix

No response

Provide environment information

  • Sitecore Version: AI
  • Content SDK Version: 2.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions