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 demo highlighting #122

Merged
merged 3 commits into from
Jun 5, 2024
Merged

fix demo highlighting #122

merged 3 commits into from
Jun 5, 2024

Conversation

imolorhe
Copy link
Collaborator

@imolorhe imolorhe commented Jun 5, 2024

Codemirror misbehaves when relevant package versions are out of sync, or if there are multiple versions of the same package being used. I updated all the packages to the latest versions, and deduped to remove any duplicated package versions

Copy link

changeset-bot bot commented Jun 5, 2024

🦋 Changeset detected

Latest commit: c7058bc

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

This PR includes changesets to release 1 package
Name Type
codemirror-json-schema 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

@imolorhe imolorhe requested a review from acao June 5, 2024 19:15
Copy link

netlify bot commented Jun 5, 2024

Deploy Preview for codemirror-json-schema ready!

Name Link
🔨 Latest commit c7058bc
🔍 Latest deploy log https://app.netlify.com/sites/codemirror-json-schema/deploys/6660baa9546e0a0009f2ff94
😎 Deploy Preview https://deploy-preview-122--codemirror-json-schema.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@imolorhe imolorhe linked an issue Jun 5, 2024 that may be closed by this pull request
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.1",
"@lezer/common": "^1.0.3"
"@codemirror/language": "^6.10.2",
Copy link
Collaborator

Choose a reason for hiding this comment

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

are we certain users need this version? our example repo seems fine with an earlier version, same for other peers

@acao acao merged commit c2dfcc1 into main Jun 5, 2024
6 checks passed
@acao acao deleted the imolorhe/fix-demo-highlighting branch June 5, 2024 21:16
@github-actions github-actions bot mentioned this pull request Jun 5, 2024
acao pushed a commit that referenced this pull request Jun 5, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## [email protected]

### Patch Changes

- [#122](#122)
[`c2dfcc1`](c2dfcc1)
Thanks [@imolorhe](https://github.com/imolorhe)! - fix demo highlighting

- [#123](#123)
[`2356a94`](2356a94)
Thanks [@imolorhe](https://github.com/imolorhe)! - updated
json-schema-library to get upstream fixes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

fix highlighting in demo
2 participants