Skip to content

Commit

Permalink
chore(deps): bump codemirror from 5.58.1 to 5.61.1 (#128)
Browse files Browse the repository at this point in the history
* chore(deps): bump codemirror from 5.58.1 to 5.61.1

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.58.1 to 5.61.1.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](codemirror/codemirror5@5.58.1...5.61.1)

Signed-off-by: dependabot[bot] <[email protected]>

* test: updating a broken test snapshot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot[bot] and erunion authored Jun 18, 2021
1 parent e60f427 commit 1c8057e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/codeMirror.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ exports[`Supported languages JavaScript should syntax highlight an example 1`] =
`;
exports[`Supported languages Julia should syntax highlight an example 1`] = `
"<div class=\\"cm-s-neo\\"><span class=\\"cm-builtin\\">println</span>(<span class=\\"cm-string\\">&quot;Hello World&quot;</span>)
"<div class=\\"cm-s-neo\\"><span class=\\"cm-variable\\">println</span>(<span class=\\"cm-string\\">&quot;Hello World&quot;</span>)
</div>"
`;
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c8057e

Please sign in to comment.