I'm encountering an issue when using @looker/visualizations@1.1.5 in my project. The package.json for this package declares dependencies on @looker/sdk and @looker/sdk-rtl with the version 0.0.0:
"dependencies": {
"@looker/sdk": "0.0.0",
"@looker/sdk-rtl": "0.0.0",
// ... other dependencies
}
While 0.0.0 might be intended to mean "any version," it's causing problems with dependency resolution in my project. npm and yarn is unable to automatically resolve compatible versions, resulting in errors during installation.