Skip to content
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

fix: playground dependencies need to use file to fix installation #775

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

derberg
Copy link
Member

@derberg derberg commented Sep 28, 2023

release went well but version bump failed

made an inline comment that fixes it

@sonarcloud
Copy link

sonarcloud bot commented Sep 28, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.3% 0.3% Duplication

Comment on lines -14 to +16
"react": "link:../library/node_modules/react",
"react": "file:../library/node_modules/react",
"react-codemirror2": "^6.0.0",
"react-dom": "link:../library/node_modules/react-dom",
"react-dom": "file:../library/node_modules/react-dom",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apparently CIs do not like link so had to switch to file

bump works, playground works

Copy link
Member

@magicmatatjahu magicmatatjahu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@derberg
Copy link
Member Author

derberg commented Oct 2, 2023

/rtm

@asyncapi-bot asyncapi-bot merged commit f523a65 into asyncapi:master Oct 2, 2023
20 checks passed
@asyncapi-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

3 participants