looker-open-source / components

Looker's UI Components, Design Infrastructure and more
https://components.looker.com
MIT License
62 stars 31 forks source link

Broken dependency on @looker/visualizations@1.1.4 #2979

Closed williamtsoi1 closed 1 year ago

williamtsoi1 commented 1 year ago

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

guyellis commented 1 year ago

Tracking internally with 275470100

treshugart commented 1 year ago

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.

mdodgelooker commented 1 year ago

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