-
Notifications
You must be signed in to change notification settings - Fork 51
Chore: Update workflows and create-plugin update #126
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
package.json
Outdated
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"tslib": "2.5.3" | ||
}, | ||
"resolutions": { | ||
"dompurify": "3.2.4" | ||
"dompurify": "3.2.6" | ||
}, | ||
"packageManager": "[email protected]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please use latest yarn instead? It should also make the resolution field not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also run yarn audit
to see anything outstanding
@zoltanbedi I think I addressed all your comments. Could you please check again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's done?
npx @grafana/create-plugin@latest update