-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find package "@swagger-api/apidom-core@=0.68.1" required by "swagger-client@=3.19.0-beta.7" on the "npm" registry. #8418
Comments
Looks like the |
Hi everybody, Thanks for detailed report. I can confirm the regression. I'll create a reverting commit and subsequent release. BackgroundWe're in the process of implementing OpenAPI 3.1.0 support in SwaggerUI. The processing of OpenAPI 2.0/3.0.x/3.1.0 comes from swagger-client library. swagger-client is current in latest beta phase - swagger-api/swagger-js#2836. We wanted to make sure that we can use latest swagger-client beta (with OpenAPI 3.1.0 support) in completely backward compatible way with SwaggerUI. We decided to use Given this issue, we now know that AFAICT |
Fix released in https://github.com/swagger-api/swagger-ui/releases/tag/v4.16.1 |
Content & configuration
package.json
Since the 4.16.0, when installing swagger-ui-react via yarn it fails with the following output. Installing with 4.15.5 specified works fine.
To reproduce...
Run yarn install with
"swagger-ui-react": "^4.16.0"
as a dependency.Additional context or thoughts
Possibly the dependencies are incorrectly pointing to beta releases?
The text was updated successfully, but these errors were encountered: