Skip to content

fix(workshop): bump @visa/nova-styles dependency to ^1.6.0 #2

Description

@bhaskarpraveen

fix(workshop): bump @visa/nova-styles dependency to ^1.6.0

What

In apps/workshop/package.json, the @visa/nova-styles dependency is specified as:

"@visa/nova-styles": "~1.5.8"

but no 1.5.x versions ≥ 1.5.8 have ever been published. The latest available versions are 1.6.0, 1.6.1, and 1.6.2.

Why

  • Users attempting npm install or pnpm install get a “No matching version found” error.
  • The workshop app cannot bootstrap, blocking local development and CI.

Proposed Fix

Update the version range to match a published release, for example:

- "@visa/nova-styles": "~1.5.8"
+ "@visa/nova-styles": "^1.6.0"

Verify that apps/workshop installs, builds, and runs without errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions