-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add editor component #3
Conversation
Get everything ready for development (scripts, packages, directories, etc)
Major refactor to pull everything needed for the editor out of VE starter and into this VE lib. Adds export of Editor and the useMessage hooks. Allows usage of Editor with solely puckConfig, templateMetaData, and document as props. Corresponding VE Starter refactor PR coming shortly. Untested.
5a04e1d
to
1799d98
Compare
Co-authored-by: Matt Kilpatrick <[email protected]>
pnpm-lock.yaml
Outdated
[email protected]: | ||
resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} |
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.
Legal Risk:
pako 1.0.11 was released under the Zlib license, a license currently prohibited by your organization. Merging is blocked until this is resolved
Recommendation:
Reach out to your security team or Semgrep admin to address this issue. In special cases, exceptions may be made for dependencies with violating licenses, however, the general recommendation is to avoid using a dependency under such a license
Major refactor to pull everything needed for the editor out of VE starter and into this VE lib. Adds export of Editor and the useMessage hooks. Allows usage of Editor with solely puckConfig, templateMetaData, and document as props. Corresponding VE Starter refactor PR: YextSolutions/pages-visual-editor-starter#108