From 092e7acd0dacbb2253f9cdf9f727f3a3691b3ce6 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 30 Aug 2023 01:08:25 +0800 Subject: [PATCH] released v4.21.12 --- core/package.json | 4 +- extensions/basic-setup/package.json | 2 +- extensions/classname/package.json | 2 +- extensions/color/package.json | 2 +- extensions/events/package.json | 2 +- extensions/hyper-link/package.json | 2 +- extensions/langs/package.json | 2 +- extensions/line-numbers-relative/package.json | 2 +- extensions/mentions/package.json | 2 +- extensions/zebra-stripes/package.json | 2 +- lerna.json | 2 +- merge/package.json | 4 +- themes/_scripts/package.json | 2 +- themes/abcdef/package.json | 4 +- themes/abyss/package.json | 4 +- themes/all/package.json | 72 +++++++-------- themes/androidstudio/package.json | 4 +- themes/andromeda/package.json | 4 +- themes/atomone/package.json | 4 +- themes/aura/package.json | 4 +- themes/basic/package.json | 4 +- themes/bbedit/package.json | 4 +- themes/bespin/package.json | 4 +- themes/copilot/package.json | 4 +- themes/darcula/package.json | 4 +- themes/dracula/package.json | 4 +- themes/duotone/package.json | 4 +- themes/eclipse/package.json | 4 +- themes/github/package.json | 4 +- themes/gruvbox/package.json | 4 +- themes/kimbie/package.json | 4 +- themes/material/package.json | 4 +- themes/monokai-dimmed/package.json | 4 +- themes/monokai/package.json | 4 +- themes/noctis-lilac/package.json | 4 +- themes/nord/package.json | 4 +- themes/okaidia/package.json | 4 +- themes/quietlight/package.json | 4 +- themes/red/package.json | 4 +- themes/solarized/package.json | 4 +- themes/sublime/package.json | 4 +- themes/theme/package.json | 2 +- themes/tokyo-night-day/package.json | 4 +- themes/tokyo-night-storm/package.json | 4 +- themes/tokyo-night/package.json | 4 +- themes/tomorrow-night-blue/package.json | 4 +- themes/vscode/package.json | 4 +- themes/white/package.json | 4 +- themes/xcode/package.json | 4 +- www/package.json | 90 +++++++++---------- 50 files changed, 165 insertions(+), 165 deletions(-) diff --git a/core/package.json b/core/package.json index ac7799da9..3290d190b 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-codemirror", - "version": "4.21.11", + "version": "4.21.12", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -40,7 +40,7 @@ "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", - "@uiw/codemirror-extensions-basic-setup": "4.21.11", + "@uiw/codemirror-extensions-basic-setup": "4.21.12", "codemirror": "^6.0.0" }, "keywords": [ diff --git a/extensions/basic-setup/package.json b/extensions/basic-setup/package.json index 20930d9cd..a0c9fc398 100644 --- a/extensions/basic-setup/package.json +++ b/extensions/basic-setup/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-basic-setup", - "version": "4.21.11", + "version": "4.21.12", "description": "Basic configuration for the CodeMirror6 code editor.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/basic-setup", "author": "kenny wong ", diff --git a/extensions/classname/package.json b/extensions/classname/package.json index 3ddf0bfbc..6dcbd7606 100644 --- a/extensions/classname/package.json +++ b/extensions/classname/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-classname", - "version": "4.21.11", + "version": "4.21.12", "description": "Adding a class for a specific line for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/classname", "author": "kenny wong ", diff --git a/extensions/color/package.json b/extensions/color/package.json index 75aba0370..7b340dc7b 100644 --- a/extensions/color/package.json +++ b/extensions/color/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-color", - "version": "4.21.11", + "version": "4.21.12", "description": "Color Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color", "author": "kenny wong ", diff --git a/extensions/events/package.json b/extensions/events/package.json index 9f6abee9c..19b6f1d41 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-events", - "version": "4.21.11", + "version": "4.21.12", "description": "Events Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events", "author": "kenny wong ", diff --git a/extensions/hyper-link/package.json b/extensions/hyper-link/package.json index 5acf8f936..0ab7e72ca 100644 --- a/extensions/hyper-link/package.json +++ b/extensions/hyper-link/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-hyper-link", - "version": "4.21.11", + "version": "4.21.12", "description": "Hyper link Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/hyper-link", "author": "kenny wong ", diff --git a/extensions/langs/package.json b/extensions/langs/package.json index 832a2ef34..8e3fe5b6c 100644 --- a/extensions/langs/package.json +++ b/extensions/langs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-langs", - "version": "4.21.11", + "version": "4.21.12", "description": "Load languages Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/languages", "author": "kenny wong ", diff --git a/extensions/line-numbers-relative/package.json b/extensions/line-numbers-relative/package.json index 8d1763a5f..0843b0674 100644 --- a/extensions/line-numbers-relative/package.json +++ b/extensions/line-numbers-relative/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-line-numbers-relative", - "version": "4.21.11", + "version": "4.21.12", "description": "Relative line numbers Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative", "author": "kenny wong ", diff --git a/extensions/mentions/package.json b/extensions/mentions/package.json index a44173473..0d5a4d00d 100644 --- a/extensions/mentions/package.json +++ b/extensions/mentions/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-mentions", - "version": "4.21.11", + "version": "4.21.12", "description": "Relative line numbers Extensions for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/mentions", "author": "kenny wong ", diff --git a/extensions/zebra-stripes/package.json b/extensions/zebra-stripes/package.json index b6f3483de..8948f3766 100644 --- a/extensions/zebra-stripes/package.json +++ b/extensions/zebra-stripes/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-zebra-stripes", - "version": "4.21.11", + "version": "4.21.12", "description": "Styles alternating lines for CodeMirror6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/zebra-stripes", "author": "kenny wong ", diff --git a/lerna.json b/lerna.json index 47c7a4c0f..b7f95598e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.21.11", + "version": "4.21.12", "packages": ["themes/**", "extensions/**", "core", "merge", "www"] } diff --git a/merge/package.json b/merge/package.json index 686baf9cb..44a9c6752 100644 --- a/merge/package.json +++ b/merge/package.json @@ -1,6 +1,6 @@ { "name": "react-codemirror-merge", - "version": "4.21.11", + "version": "4.21.12", "description": "CodeMirror merge view for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -35,7 +35,7 @@ "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/merge": "^6.1.0", - "@uiw/react-codemirror": "4.21.11" + "@uiw/react-codemirror": "4.21.12" }, "keywords": [ "react", diff --git a/themes/_scripts/package.json b/themes/_scripts/package.json index 3c626c5ed..a753a9efc 100644 --- a/themes/_scripts/package.json +++ b/themes/_scripts/package.json @@ -1,6 +1,6 @@ { "name": "scripts", "private": true, - "version": "4.21.11", + "version": "4.21.12", "scripts": {} } diff --git a/themes/abcdef/package.json b/themes/abcdef/package.json index 15d1102e0..ac0340c77 100644 --- a/themes/abcdef/package.json +++ b/themes/abcdef/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abcdef", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme abcdef for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/abyss/package.json b/themes/abyss/package.json index 36fb47278..82a0d2d4e 100644 --- a/themes/abyss/package.json +++ b/themes/abyss/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abyss", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme abyss for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abyss", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/all/package.json b/themes/all/package.json index b38d96405..6a26ff8a5 100644 --- a/themes/all/package.json +++ b/themes/all/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes-all", - "version": "4.21.11", + "version": "4.21.12", "description": "Themes all for CodeMirror 6.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", "author": "kenny wong ", @@ -21,41 +21,41 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-theme-abcdef": "4.21.11", - "@uiw/codemirror-theme-abyss": "4.21.11", - "@uiw/codemirror-theme-androidstudio": "4.21.11", - "@uiw/codemirror-theme-andromeda": "4.21.11", - "@uiw/codemirror-theme-atomone": "4.21.11", - "@uiw/codemirror-theme-aura": "4.21.11", - "@uiw/codemirror-theme-basic": "4.21.11", - "@uiw/codemirror-theme-bbedit": "4.21.11", - "@uiw/codemirror-theme-bespin": "4.21.11", - "@uiw/codemirror-theme-copilot": "4.21.11", - "@uiw/codemirror-theme-darcula": "4.21.11", - "@uiw/codemirror-theme-dracula": "4.21.11", - "@uiw/codemirror-theme-duotone": "4.21.11", - "@uiw/codemirror-theme-eclipse": "4.21.11", - "@uiw/codemirror-theme-github": "4.21.11", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.11", - "@uiw/codemirror-theme-kimbie": "4.21.11", - "@uiw/codemirror-theme-material": "4.21.11", - "@uiw/codemirror-theme-monokai": "4.21.11", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.11", - "@uiw/codemirror-theme-noctis-lilac": "4.21.11", - "@uiw/codemirror-theme-nord": "4.21.11", - "@uiw/codemirror-theme-okaidia": "4.21.11", - "@uiw/codemirror-theme-quietlight": "4.21.11", - "@uiw/codemirror-theme-red": "4.21.11", - "@uiw/codemirror-theme-solarized": "4.21.11", - "@uiw/codemirror-theme-sublime": "4.21.11", - "@uiw/codemirror-theme-tokyo-night": "4.21.11", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.11", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.11", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.11", - "@uiw/codemirror-theme-vscode": "4.21.11", - "@uiw/codemirror-theme-white": "4.21.11", - "@uiw/codemirror-theme-xcode": "4.21.11", - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-theme-abcdef": "4.21.12", + "@uiw/codemirror-theme-abyss": "4.21.12", + "@uiw/codemirror-theme-androidstudio": "4.21.12", + "@uiw/codemirror-theme-andromeda": "4.21.12", + "@uiw/codemirror-theme-atomone": "4.21.12", + "@uiw/codemirror-theme-aura": "4.21.12", + "@uiw/codemirror-theme-basic": "4.21.12", + "@uiw/codemirror-theme-bbedit": "4.21.12", + "@uiw/codemirror-theme-bespin": "4.21.12", + "@uiw/codemirror-theme-copilot": "4.21.12", + "@uiw/codemirror-theme-darcula": "4.21.12", + "@uiw/codemirror-theme-dracula": "4.21.12", + "@uiw/codemirror-theme-duotone": "4.21.12", + "@uiw/codemirror-theme-eclipse": "4.21.12", + "@uiw/codemirror-theme-github": "4.21.12", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.12", + "@uiw/codemirror-theme-kimbie": "4.21.12", + "@uiw/codemirror-theme-material": "4.21.12", + "@uiw/codemirror-theme-monokai": "4.21.12", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.12", + "@uiw/codemirror-theme-noctis-lilac": "4.21.12", + "@uiw/codemirror-theme-nord": "4.21.12", + "@uiw/codemirror-theme-okaidia": "4.21.12", + "@uiw/codemirror-theme-quietlight": "4.21.12", + "@uiw/codemirror-theme-red": "4.21.12", + "@uiw/codemirror-theme-solarized": "4.21.12", + "@uiw/codemirror-theme-sublime": "4.21.12", + "@uiw/codemirror-theme-tokyo-night": "4.21.12", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.12", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.12", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.12", + "@uiw/codemirror-theme-vscode": "4.21.12", + "@uiw/codemirror-theme-white": "4.21.12", + "@uiw/codemirror-theme-xcode": "4.21.12", + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/androidstudio/package.json b/themes/androidstudio/package.json index 77a1e45aa..127822388 100644 --- a/themes/androidstudio/package.json +++ b/themes/androidstudio/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-androidstudio", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme androidstudio for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/androidstudio", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/andromeda/package.json b/themes/andromeda/package.json index dbb8ce410..2a9e40edd 100644 --- a/themes/andromeda/package.json +++ b/themes/andromeda/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-andromeda", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme andromeda for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/andromeda", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/atomone/package.json b/themes/atomone/package.json index e879eb976..d5356fe12 100644 --- a/themes/atomone/package.json +++ b/themes/atomone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-atomone", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme atomone for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/atomone", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/aura/package.json b/themes/aura/package.json index 7fc88a658..87348ccab 100644 --- a/themes/aura/package.json +++ b/themes/aura/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-aura", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme aura for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/aura", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/basic/package.json b/themes/basic/package.json index d0e59ce43..e86f6d3eb 100644 --- a/themes/basic/package.json +++ b/themes/basic/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-basic", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme basic for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/basic/light", "author": "kenny wong ", @@ -41,7 +41,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/bbedit/package.json b/themes/bbedit/package.json index c23e8eeb3..ab983c1c7 100644 --- a/themes/bbedit/package.json +++ b/themes/bbedit/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bbedit", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme bbedit for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bbedit", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/bespin/package.json b/themes/bespin/package.json index b9bb1b8b9..cd449607a 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bespin", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme bespin for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bespin", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/copilot/package.json b/themes/copilot/package.json index 1648f7cc6..59d224e75 100644 --- a/themes/copilot/package.json +++ b/themes/copilot/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-copilot", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme copilot for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/copilot", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/darcula/package.json b/themes/darcula/package.json index 83c630ea9..66144bf87 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-darcula", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme darcula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/darcula", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/dracula/package.json b/themes/dracula/package.json index 18e00fc43..2ed9e6087 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-dracula", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme dracula for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 78c486203..0c3538221 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-duotone", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme duotone for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index b89b51bd4..92fdbd4b7 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-eclipse", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme eclipse for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/eclipse", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/github/package.json b/themes/github/package.json index a581a4271..90dfd0cd2 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-github", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme github for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/github/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/gruvbox/package.json b/themes/gruvbox/package.json index cc20a4fbb..f1263474c 100644 --- a/themes/gruvbox/package.json +++ b/themes/gruvbox/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-gruvbox-dark", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme gruvbox-dark for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/dark", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/kimbie/package.json b/themes/kimbie/package.json index 78b2a4a6e..94497c812 100644 --- a/themes/kimbie/package.json +++ b/themes/kimbie/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-kimbie", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme kimbie for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/kimbie", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/material/package.json b/themes/material/package.json index d529723bd..e7a282e9a 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-material", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme material for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/material", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/monokai-dimmed/package.json b/themes/monokai-dimmed/package.json index b8af076a5..fd9433e25 100644 --- a/themes/monokai-dimmed/package.json +++ b/themes/monokai-dimmed/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-monokai-dimmed", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme monokai-dimmed for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/monokai-dimmed", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/monokai/package.json b/themes/monokai/package.json index edeaf4c26..4b005f70f 100644 --- a/themes/monokai/package.json +++ b/themes/monokai/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-monokai", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme monokai for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/monokai", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/noctis-lilac/package.json b/themes/noctis-lilac/package.json index 267d42d73..584b9abc7 100644 --- a/themes/noctis-lilac/package.json +++ b/themes/noctis-lilac/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-noctis-lilac", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme noctis-lilac for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/noctis-lilac", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/nord/package.json b/themes/nord/package.json index e9979805a..dd63f6860 100644 --- a/themes/nord/package.json +++ b/themes/nord/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-nord", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme nord for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/nord", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index f12d0717b..2c77ba11d 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-okaidia", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme okaidia for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/quietlight/package.json b/themes/quietlight/package.json index 794c06cae..9fee1137c 100644 --- a/themes/quietlight/package.json +++ b/themes/quietlight/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-quietlight", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme quietlight for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/quietlight", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/red/package.json b/themes/red/package.json index 6afa04fa0..fae2dfbb4 100644 --- a/themes/red/package.json +++ b/themes/red/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-red", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme red for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/red", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/solarized/package.json b/themes/solarized/package.json index bfd43d917..d79ba82f5 100644 --- a/themes/solarized/package.json +++ b/themes/solarized/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-solarized", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme solarized for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/solarized", "author": "kenny wong ", @@ -41,7 +41,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/sublime/package.json b/themes/sublime/package.json index e6b315c9d..42474830c 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-sublime", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme sublime for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/sublime", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/theme/package.json b/themes/theme/package.json index a5013ef40..b50fa04a6 100644 --- a/themes/theme/package.json +++ b/themes/theme/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes", - "version": "4.21.11", + "version": "4.21.12", "description": "Themes for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc", "author": "kenny wong ", diff --git a/themes/tokyo-night-day/package.json b/themes/tokyo-night-day/package.json index 4217ffe75..082b6b53d 100644 --- a/themes/tokyo-night-day/package.json +++ b/themes/tokyo-night-day/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-tokyo-night-day", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme tokyo-night-day for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-day", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night-storm/package.json b/themes/tokyo-night-storm/package.json index b8c9cfcf0..f0d7a4bd3 100644 --- a/themes/tokyo-night-storm/package.json +++ b/themes/tokyo-night-storm/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-tokyo-night-storm", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme tokyo-night-storm for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night/package.json b/themes/tokyo-night/package.json index b03594048..567a8290e 100644 --- a/themes/tokyo-night/package.json +++ b/themes/tokyo-night/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-tokyo-night", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme tokyo-night for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/tomorrow-night-blue/package.json b/themes/tomorrow-night-blue/package.json index 6a1b7aa13..eb9d1b254 100644 --- a/themes/tomorrow-night-blue/package.json +++ b/themes/tomorrow-night-blue/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-tomorrow-night-blue", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme tomorrow-night-blue for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tomorrow-night-blue", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/vscode/package.json b/themes/vscode/package.json index 17d4d7761..82c51e485 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-vscode", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme vscode for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/vscode", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/white/package.json b/themes/white/package.json index 5cd55f7a3..0e8dd0f99 100644 --- a/themes/white/package.json +++ b/themes/white/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-white", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme white for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/white/dark", "author": "kenny wong ", @@ -39,7 +39,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/themes/xcode/package.json b/themes/xcode/package.json index 93a77bc76..743a5d6cc 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-xcode", - "version": "4.21.11", + "version": "4.21.12", "description": "Theme xcode for CodeMirror.", "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light", "author": "kenny wong ", @@ -21,7 +21,7 @@ "cjs" ], "dependencies": { - "@uiw/codemirror-themes": "4.21.11" + "@uiw/codemirror-themes": "4.21.12" }, "keywords": [ "codemirror", diff --git a/www/package.json b/www/package.json index fe1cc43eb..d531de5fc 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "4.21.11", + "version": "4.21.12", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -38,51 +38,51 @@ "@codemirror/lang-xml": "^6.0.0", "@codemirror/language-data": "^6.1.0", "@codemirror/legacy-modes": "^6.3.0", - "@uiw/codemirror-extensions-classname": "4.21.11", - "@uiw/codemirror-extensions-color": "4.21.11", - "@uiw/codemirror-extensions-events": "4.21.11", - "@uiw/codemirror-extensions-hyper-link": "4.21.11", - "@uiw/codemirror-extensions-langs": "4.21.11", - "@uiw/codemirror-extensions-mentions": "4.21.11", - "@uiw/codemirror-extensions-zebra-stripes": "4.21.11", - "@uiw/codemirror-theme-abcdef": "4.21.11", - "@uiw/codemirror-theme-abyss": "4.21.11", - "@uiw/codemirror-theme-androidstudio": "4.21.11", - "@uiw/codemirror-theme-andromeda": "4.21.11", - "@uiw/codemirror-theme-atomone": "4.21.11", - "@uiw/codemirror-theme-aura": "4.21.11", - "@uiw/codemirror-theme-basic": "4.21.11", - "@uiw/codemirror-theme-bbedit": "4.21.11", - "@uiw/codemirror-theme-bespin": "4.21.11", - "@uiw/codemirror-theme-copilot": "4.21.11", - "@uiw/codemirror-theme-darcula": "4.21.11", - "@uiw/codemirror-theme-dracula": "4.21.11", - "@uiw/codemirror-theme-duotone": "4.21.11", - "@uiw/codemirror-theme-eclipse": "4.21.11", - "@uiw/codemirror-theme-github": "4.21.11", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.11", - "@uiw/codemirror-theme-kimbie": "4.21.11", - "@uiw/codemirror-theme-material": "4.21.11", - "@uiw/codemirror-theme-monokai": "4.21.11", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.11", - "@uiw/codemirror-theme-noctis-lilac": "4.21.11", - "@uiw/codemirror-theme-nord": "4.21.11", - "@uiw/codemirror-theme-okaidia": "4.21.11", - "@uiw/codemirror-theme-quietlight": "4.21.11", - "@uiw/codemirror-theme-red": "4.21.11", - "@uiw/codemirror-theme-solarized": "4.21.11", - "@uiw/codemirror-theme-sublime": "4.21.11", - "@uiw/codemirror-theme-tokyo-night": "4.21.11", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.11", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.11", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.11", - "@uiw/codemirror-theme-vscode": "4.21.11", - "@uiw/codemirror-theme-white": "4.21.11", - "@uiw/codemirror-theme-xcode": "4.21.11", - "@uiw/codemirror-themes": "4.21.11", + "@uiw/codemirror-extensions-classname": "4.21.12", + "@uiw/codemirror-extensions-color": "4.21.12", + "@uiw/codemirror-extensions-events": "4.21.12", + "@uiw/codemirror-extensions-hyper-link": "4.21.12", + "@uiw/codemirror-extensions-langs": "4.21.12", + "@uiw/codemirror-extensions-mentions": "4.21.12", + "@uiw/codemirror-extensions-zebra-stripes": "4.21.12", + "@uiw/codemirror-theme-abcdef": "4.21.12", + "@uiw/codemirror-theme-abyss": "4.21.12", + "@uiw/codemirror-theme-androidstudio": "4.21.12", + "@uiw/codemirror-theme-andromeda": "4.21.12", + "@uiw/codemirror-theme-atomone": "4.21.12", + "@uiw/codemirror-theme-aura": "4.21.12", + "@uiw/codemirror-theme-basic": "4.21.12", + "@uiw/codemirror-theme-bbedit": "4.21.12", + "@uiw/codemirror-theme-bespin": "4.21.12", + "@uiw/codemirror-theme-copilot": "4.21.12", + "@uiw/codemirror-theme-darcula": "4.21.12", + "@uiw/codemirror-theme-dracula": "4.21.12", + "@uiw/codemirror-theme-duotone": "4.21.12", + "@uiw/codemirror-theme-eclipse": "4.21.12", + "@uiw/codemirror-theme-github": "4.21.12", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.12", + "@uiw/codemirror-theme-kimbie": "4.21.12", + "@uiw/codemirror-theme-material": "4.21.12", + "@uiw/codemirror-theme-monokai": "4.21.12", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.12", + "@uiw/codemirror-theme-noctis-lilac": "4.21.12", + "@uiw/codemirror-theme-nord": "4.21.12", + "@uiw/codemirror-theme-okaidia": "4.21.12", + "@uiw/codemirror-theme-quietlight": "4.21.12", + "@uiw/codemirror-theme-red": "4.21.12", + "@uiw/codemirror-theme-solarized": "4.21.12", + "@uiw/codemirror-theme-sublime": "4.21.12", + "@uiw/codemirror-theme-tokyo-night": "4.21.12", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.12", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.12", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.12", + "@uiw/codemirror-theme-vscode": "4.21.12", + "@uiw/codemirror-theme-white": "4.21.12", + "@uiw/codemirror-theme-xcode": "4.21.12", + "@uiw/codemirror-themes": "4.21.12", "@uiw/codemirror-themes-all": "4.21.11", "@uiw/react-back-to-top": "^1.1.2", - "@uiw/react-codemirror": "4.21.11", + "@uiw/react-codemirror": "4.21.12", "@uiw/react-github-corners": "~1.5.14", "@uiw/react-markdown-preview": "^4.1.13", "@uiw/react-shields": "^2.0.1", @@ -91,7 +91,7 @@ "markdown-react-code-preview-loader": "^2.1.2", "react": "~18.2.0", "react-code-preview-layout": "^3.0.1", - "react-codemirror-merge": "4.21.11", + "react-codemirror-merge": "4.21.12", "react-dom": "~18.2.0", "react-router-dom": "^6.14.2", "rehype-ignore": "^1.0.1",