looker-open-source/components

Broken dependency on @looker/visualizations@1.1.4

williamtsoi1 opened this issue · 3 comments

@looker/visualizations@1.1.4 depends on @looker/visualizations-visx@1.0.3 which is not released on npmjs

Tracking internally with 275470100

Hey, @williamtsoi1. Thanks for reporting the issue. Is it possible to use npm overrides to work around this for now?

{
  "overrides": {
    "@looker/visualizations": {
      "@looker/visualizations-visx": "1.0.2"
    }
  }
}

Given that @looker/visualizations@1.0.2 does exist and is a patch version, you theoretically shouldn't have any issues doing this. Let us know if this works for you.

Hi @williamtsoi1, @looker/visualizations-visx@1.0.3 is now published.