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

chore(html-to-slate-ast): update dev and peer dependencies #110

Merged
merged 8 commits into from
Nov 20, 2023

Conversation

jpedroschmitz
Copy link
Contributor

@jpedroschmitz jpedroschmitz commented Nov 17, 2023

Updates the dev and peer dependencies for Slate and jsdom. The script continues to work with Node.js.

node examples/node-script.js
[
  {
    "type": "bulleted-list",
    "children": [
      {
        "type": "list-item",
        "children": [
          {
            "type": "list-item-child",
            "children": [
              {
                "text": "Hey "
              },
              {
                "type": "link",
                "href": "thing",
                "openInNewTab": false,
                "children": [
                  {
                    "text": "link text"
                  }
                ]
              },
              {
                "text": " here"
              }
            ]
          }
        ]
      }
    ]
  }
]

I also removed engines from all packages and updated the Slate versions on the HTML to Slate AST docs.

Closes #102

@jpedroschmitz jpedroschmitz self-assigned this Nov 17, 2023
Copy link

changeset-bot bot commented Nov 17, 2023

🦋 Changeset detected

Latest commit: 29f12b7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphcms/html-to-slate-ast Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@jpedroschmitz jpedroschmitz merged commit 2cf8a43 into main Nov 20, 2023
3 checks passed
@jpedroschmitz jpedroschmitz deleted the update-slate-for-html-to-ast branch November 20, 2023 12:54
@github-actions github-actions bot mentioned this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update @graphcms/html-to-slate-ast to use newer versions of Slate
3 participants