Skip to content

Commit

Permalink
Bump @uiw/react-codemirror from 4.23.5 to 4.23.7 (#3403)
Browse files Browse the repository at this point in the history
* Bump @uiw/react-codemirror from 4.23.5 to 4.23.7

Bumps [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) from 4.23.5 to 4.23.7.
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.5...v4.23.7)

---
updated-dependencies:
- dependency-name: "@uiw/react-codemirror"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* WIP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mathieu Leplatre <mathieu@mozilla.com>
  • Loading branch information
dependabot[bot] and leplatrem authored Feb 7, 2025
1 parent 01bd6b8 commit 4f118dd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
23 changes: 12 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@rjsf/core": "^5.21.1",
"@rjsf/utils": "^5.21.1",
"@rjsf/validator-ajv8": "^5.21.1",
"@uiw/codemirror-extensions-langs": "^4.21.24",
"@uiw/codemirror-extensions-langs": "^4.23.8",
"@uiw/react-codemirror": "^4.21.24",
"bootstrap": "^4.6.2",
"bootstrap-icons": "^1.11.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/JSONEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function JSONEditor({
value={value}
onChange={onCodeChange}
height="auto"
extensions={[langs.json()]}
extensions={[langs.tsx()]}
indentWithTab={false}
/>
);
Expand Down

0 comments on commit 4f118dd

Please sign in to comment.