mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore(deps): update dependency @uiw/react-codemirror to v4.19.9 (#3164)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@uiw/react-codemirror](https://uiwjs.github.io/react-codemirror) ([source](https://togithub.com/uiwjs/react-codemirror)) | [`4.19.8` -> `4.19.9`](https://renovatebot.com/diffs/npm/@uiw%2freact-codemirror/4.19.8/4.19.9) | [![age](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/compatibility-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@uiw%2freact-codemirror/4.19.9/confidence-slim/4.19.8)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>uiwjs/react-codemirror</summary> ### [`v4.19.9`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.19.9) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.19.9/file/README.md) Documentation v4.19.9: https://raw.githack.com/uiwjs/react-codemirror/2849af4/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.19.8...v4.19.9 ```shell npm i @​uiw/react-codemirror@4.19.9 ``` - 🌟 feat: export theme default settings. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`3e7707d`](https://togithub.com/uiwjs/react-codemirror/commit/3e7707d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 📖 doc(themes): update document. ([#​457](https://togithub.com/uiwjs/react-codemirror/issues/457)) [`ee75999`](https://togithub.com/uiwjs/react-codemirror/commit/ee75999) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: themes with wrong dark / light property ([#​458](https://togithub.com/uiwjs/react-codemirror/issues/458)) [`459f625`](https://togithub.com/uiwjs/react-codemirror/commit/459f625) [@​felixroos](https://togithub.com/felixroos) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbd58330c1
commit
d4e4b87fb6
@ -59,7 +59,7 @@
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/uuid": "^9.0.0",
|
||||
"@uiw/codemirror-theme-duotone": "4.19.9",
|
||||
"@uiw/react-codemirror": "4.19.8",
|
||||
"@uiw/react-codemirror": "4.19.9",
|
||||
"@vitejs/plugin-react": "3.1.0",
|
||||
"chart.js": "3.9.1",
|
||||
"chartjs-adapter-date-fns": "3.0.0",
|
||||
|
@ -2736,10 +2736,10 @@
|
||||
"@typescript-eslint/types" "5.48.2"
|
||||
eslint-visitor-keys "^3.3.0"
|
||||
|
||||
"@uiw/codemirror-extensions-basic-setup@4.19.8":
|
||||
version "4.19.8"
|
||||
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.19.8.tgz#6b00ef479610243e5f9bb330e3834550cf4c6e2e"
|
||||
integrity sha512-hRoXG+sGoqAWBqlnqDl3InS8qPU9OW5F/pU4PQlTu7WTD+PrJSOi7jyb+4oOI9dIPNjEOiGWwWPAbG31M9qIcw==
|
||||
"@uiw/codemirror-extensions-basic-setup@4.19.9":
|
||||
version "4.19.9"
|
||||
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.19.9.tgz#9c14901c7165bba9ef9a06d9c7a80d025e9c1ad7"
|
||||
integrity sha512-O4yAgVpD3Pon4t4+lwZ2MTGg2TeU/Jv8YzKS9ap4fP/WMTVrKmpdq+DOafbhZSlhmU0XGfQPPJ4WX6rtZgx3Rw==
|
||||
dependencies:
|
||||
"@codemirror/autocomplete" "^6.0.0"
|
||||
"@codemirror/commands" "^6.0.0"
|
||||
@ -2765,16 +2765,16 @@
|
||||
"@codemirror/state" "^6.0.0"
|
||||
"@codemirror/view" "^6.0.0"
|
||||
|
||||
"@uiw/react-codemirror@4.19.8":
|
||||
version "4.19.8"
|
||||
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.19.8.tgz#b80a580eef9bab6f3cfa91e08b85602c828f52bc"
|
||||
integrity sha512-tw7Qn4d0AAa71h2+VDvdxlLs4HSmokwtcp/RTqzFE7FG+D24zBzNRdzicnE98LWjKiC/8vUc1dTYrBNh1aNkEg==
|
||||
"@uiw/react-codemirror@4.19.9":
|
||||
version "4.19.9"
|
||||
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.19.9.tgz#c999e35eb2739ff15031a358b675393576909474"
|
||||
integrity sha512-U+A1fSfELMFFs5a+ZOPwCJKZMYaMy6QHOfNOOV7WhSveM7GYHT970GjTfs2dn1LlvhebwyK9ei0rCXZdsI9n9Q==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.18.6"
|
||||
"@codemirror/commands" "^6.1.0"
|
||||
"@codemirror/state" "^6.1.1"
|
||||
"@codemirror/theme-one-dark" "^6.0.0"
|
||||
"@uiw/codemirror-extensions-basic-setup" "4.19.8"
|
||||
"@uiw/codemirror-extensions-basic-setup" "4.19.9"
|
||||
codemirror "^6.0.0"
|
||||
|
||||
"@vitejs/plugin-react@3.1.0":
|
||||
|
Loading…
Reference in New Issue
Block a user