From 6f14c51c109333acbc394a09d981b411ac37d397 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 13 Oct 2023 09:58:20 +0800 Subject: [PATCH] released v4.21.20 (#593) --- core/package.json | 4 +- example/nextjs/package.json | 6 +- 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 +++++++++---------- 51 files changed, 168 insertions(+), 168 deletions(-) diff --git a/core/package.json b/core/package.json index 6788d48f8..4768c8b35 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-codemirror", - "version": "4.21.19", + "version": "4.21.20", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -38,7 +38,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.19", + "@uiw/codemirror-extensions-basic-setup": "4.21.20", "codemirror": "^6.0.0" }, "keywords": [ diff --git a/example/nextjs/package.json b/example/nextjs/package.json index d5e93a149..b7525ff10 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "nextjs", - "version": "4.21.19", + "version": "4.21.20", "private": true, "scripts": { "dev": "next dev", @@ -23,7 +23,7 @@ "typescript": "~5.2.2" }, "devDependencies": { - "@uiw/react-codemirror": "4.21.19", - "react-codemirror-merge": "4.21.19" + "@uiw/react-codemirror": "4.21.20", + "react-codemirror-merge": "4.21.20" } } diff --git a/extensions/basic-setup/package.json b/extensions/basic-setup/package.json index 43c61ddc8..dd441223d 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.19", + "version": "4.21.20", "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 c899e5f1d..54c0407e8 100644 --- a/extensions/classname/package.json +++ b/extensions/classname/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-classname", - "version": "4.21.19", + "version": "4.21.20", "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 508e2d690..432856b97 100644 --- a/extensions/color/package.json +++ b/extensions/color/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-color", - "version": "4.21.19", + "version": "4.21.20", "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 34007ab96..0d5f7f185 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-events", - "version": "4.21.19", + "version": "4.21.20", "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 95f273109..d972411f9 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.19", + "version": "4.21.20", "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 3c9a0a198..563e85b0b 100644 --- a/extensions/langs/package.json +++ b/extensions/langs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-langs", - "version": "4.21.19", + "version": "4.21.20", "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 4438a9ae7..28ca6a504 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.19", + "version": "4.21.20", "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 f0615da82..ec41b35de 100644 --- a/extensions/mentions/package.json +++ b/extensions/mentions/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-mentions", - "version": "4.21.19", + "version": "4.21.20", "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 ae80dece5..c3d05c666 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.19", + "version": "4.21.20", "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 6283b35be..6fa8949eb 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.21.19", + "version": "4.21.20", "packages": ["themes/**", "extensions/**", "core", "merge", "example/**", "www"] } diff --git a/merge/package.json b/merge/package.json index c51c62fc1..f93d02c9c 100644 --- a/merge/package.json +++ b/merge/package.json @@ -1,6 +1,6 @@ { "name": "react-codemirror-merge", - "version": "4.21.19", + "version": "4.21.20", "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.2", - "@uiw/react-codemirror": "4.21.19" + "@uiw/react-codemirror": "4.21.20" }, "keywords": [ "react", diff --git a/themes/_scripts/package.json b/themes/_scripts/package.json index 15e6f0e4e..1cf3f6f55 100644 --- a/themes/_scripts/package.json +++ b/themes/_scripts/package.json @@ -1,6 +1,6 @@ { "name": "scripts", "private": true, - "version": "4.21.19", + "version": "4.21.20", "scripts": {} } diff --git a/themes/abcdef/package.json b/themes/abcdef/package.json index 5c4d922f0..3e930f6c3 100644 --- a/themes/abcdef/package.json +++ b/themes/abcdef/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abcdef", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/abyss/package.json b/themes/abyss/package.json index 72799277d..dd781ab2b 100644 --- a/themes/abyss/package.json +++ b/themes/abyss/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abyss", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/all/package.json b/themes/all/package.json index 23469892c..6f33ee86b 100644 --- a/themes/all/package.json +++ b/themes/all/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes-all", - "version": "4.21.19", + "version": "4.21.20", "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.19", - "@uiw/codemirror-theme-abyss": "4.21.19", - "@uiw/codemirror-theme-androidstudio": "4.21.19", - "@uiw/codemirror-theme-andromeda": "4.21.19", - "@uiw/codemirror-theme-atomone": "4.21.19", - "@uiw/codemirror-theme-aura": "4.21.19", - "@uiw/codemirror-theme-basic": "4.21.19", - "@uiw/codemirror-theme-bbedit": "4.21.19", - "@uiw/codemirror-theme-bespin": "4.21.19", - "@uiw/codemirror-theme-copilot": "4.21.19", - "@uiw/codemirror-theme-darcula": "4.21.19", - "@uiw/codemirror-theme-dracula": "4.21.19", - "@uiw/codemirror-theme-duotone": "4.21.19", - "@uiw/codemirror-theme-eclipse": "4.21.19", - "@uiw/codemirror-theme-github": "4.21.19", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.19", - "@uiw/codemirror-theme-kimbie": "4.21.19", - "@uiw/codemirror-theme-material": "4.21.19", - "@uiw/codemirror-theme-monokai": "4.21.19", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.19", - "@uiw/codemirror-theme-noctis-lilac": "4.21.19", - "@uiw/codemirror-theme-nord": "4.21.19", - "@uiw/codemirror-theme-okaidia": "4.21.19", - "@uiw/codemirror-theme-quietlight": "4.21.19", - "@uiw/codemirror-theme-red": "4.21.19", - "@uiw/codemirror-theme-solarized": "4.21.19", - "@uiw/codemirror-theme-sublime": "4.21.19", - "@uiw/codemirror-theme-tokyo-night": "4.21.19", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.19", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.19", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.19", - "@uiw/codemirror-theme-vscode": "4.21.19", - "@uiw/codemirror-theme-white": "4.21.19", - "@uiw/codemirror-theme-xcode": "4.21.19", - "@uiw/codemirror-themes": "4.21.19" + "@uiw/codemirror-theme-abcdef": "4.21.20", + "@uiw/codemirror-theme-abyss": "4.21.20", + "@uiw/codemirror-theme-androidstudio": "4.21.20", + "@uiw/codemirror-theme-andromeda": "4.21.20", + "@uiw/codemirror-theme-atomone": "4.21.20", + "@uiw/codemirror-theme-aura": "4.21.20", + "@uiw/codemirror-theme-basic": "4.21.20", + "@uiw/codemirror-theme-bbedit": "4.21.20", + "@uiw/codemirror-theme-bespin": "4.21.20", + "@uiw/codemirror-theme-copilot": "4.21.20", + "@uiw/codemirror-theme-darcula": "4.21.20", + "@uiw/codemirror-theme-dracula": "4.21.20", + "@uiw/codemirror-theme-duotone": "4.21.20", + "@uiw/codemirror-theme-eclipse": "4.21.20", + "@uiw/codemirror-theme-github": "4.21.20", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.20", + "@uiw/codemirror-theme-kimbie": "4.21.20", + "@uiw/codemirror-theme-material": "4.21.20", + "@uiw/codemirror-theme-monokai": "4.21.20", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.20", + "@uiw/codemirror-theme-noctis-lilac": "4.21.20", + "@uiw/codemirror-theme-nord": "4.21.20", + "@uiw/codemirror-theme-okaidia": "4.21.20", + "@uiw/codemirror-theme-quietlight": "4.21.20", + "@uiw/codemirror-theme-red": "4.21.20", + "@uiw/codemirror-theme-solarized": "4.21.20", + "@uiw/codemirror-theme-sublime": "4.21.20", + "@uiw/codemirror-theme-tokyo-night": "4.21.20", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.20", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.20", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.20", + "@uiw/codemirror-theme-vscode": "4.21.20", + "@uiw/codemirror-theme-white": "4.21.20", + "@uiw/codemirror-theme-xcode": "4.21.20", + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/androidstudio/package.json b/themes/androidstudio/package.json index 4e75c51a1..5611a908a 100644 --- a/themes/androidstudio/package.json +++ b/themes/androidstudio/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-androidstudio", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/andromeda/package.json b/themes/andromeda/package.json index b1f26c955..2be375cee 100644 --- a/themes/andromeda/package.json +++ b/themes/andromeda/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-andromeda", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/atomone/package.json b/themes/atomone/package.json index 68b286b2f..d780dca93 100644 --- a/themes/atomone/package.json +++ b/themes/atomone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-atomone", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/aura/package.json b/themes/aura/package.json index fa89310a8..ca92f6426 100644 --- a/themes/aura/package.json +++ b/themes/aura/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-aura", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/basic/package.json b/themes/basic/package.json index 47d9e759d..30dd726f4 100644 --- a/themes/basic/package.json +++ b/themes/basic/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-basic", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/bbedit/package.json b/themes/bbedit/package.json index a27b99ec7..51522bc61 100644 --- a/themes/bbedit/package.json +++ b/themes/bbedit/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bbedit", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/bespin/package.json b/themes/bespin/package.json index 407c9170c..d35104b1b 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bespin", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/copilot/package.json b/themes/copilot/package.json index ca99409af..c9e3b717c 100644 --- a/themes/copilot/package.json +++ b/themes/copilot/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-copilot", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/darcula/package.json b/themes/darcula/package.json index bcc9f277f..6e7e566a1 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-darcula", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/dracula/package.json b/themes/dracula/package.json index 651c387ed..7982ff11c 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-dracula", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 2ff3b20e6..48ffbb634 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-duotone", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index 1099469ac..b8ad25d95 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-eclipse", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/github/package.json b/themes/github/package.json index 5a0ac7cc1..ce2120b1b 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-github", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/gruvbox/package.json b/themes/gruvbox/package.json index 68d34687f..7a96fd039 100644 --- a/themes/gruvbox/package.json +++ b/themes/gruvbox/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-gruvbox-dark", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/kimbie/package.json b/themes/kimbie/package.json index 61c2c6b39..b8f96a183 100644 --- a/themes/kimbie/package.json +++ b/themes/kimbie/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-kimbie", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/material/package.json b/themes/material/package.json index e004a005c..0ac88fe78 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-material", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/monokai-dimmed/package.json b/themes/monokai-dimmed/package.json index 36f97c368..a7a9a6e03 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/monokai/package.json b/themes/monokai/package.json index da00bba34..6e1e71d39 100644 --- a/themes/monokai/package.json +++ b/themes/monokai/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-monokai", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/noctis-lilac/package.json b/themes/noctis-lilac/package.json index 54618b363..9579c3b41 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/nord/package.json b/themes/nord/package.json index a8ee17e95..adb23a4c2 100644 --- a/themes/nord/package.json +++ b/themes/nord/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-nord", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index 84469f8d3..41b8607b2 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-okaidia", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/quietlight/package.json b/themes/quietlight/package.json index 777283c59..2d03b69db 100644 --- a/themes/quietlight/package.json +++ b/themes/quietlight/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-quietlight", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/red/package.json b/themes/red/package.json index a7c718e1f..c20f86ea2 100644 --- a/themes/red/package.json +++ b/themes/red/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-red", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/solarized/package.json b/themes/solarized/package.json index bcd2f854e..9cfb89cef 100644 --- a/themes/solarized/package.json +++ b/themes/solarized/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-solarized", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/sublime/package.json b/themes/sublime/package.json index 51edd932d..c97089083 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-sublime", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/theme/package.json b/themes/theme/package.json index 826f39ab5..942a48a95 100644 --- a/themes/theme/package.json +++ b/themes/theme/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes", - "version": "4.21.19", + "version": "4.21.20", "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 7e6f553e1..3c8283ead 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night-storm/package.json b/themes/tokyo-night-storm/package.json index 810ddef50..8d19f818c 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night/package.json b/themes/tokyo-night/package.json index 66bde1759..136f89584 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/tomorrow-night-blue/package.json b/themes/tomorrow-night-blue/package.json index 794ba8351..53de38f5d 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.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/vscode/package.json b/themes/vscode/package.json index 864fbad73..6890baa03 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-vscode", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/white/package.json b/themes/white/package.json index d15ba3828..5d5485ef1 100644 --- a/themes/white/package.json +++ b/themes/white/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-white", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/themes/xcode/package.json b/themes/xcode/package.json index 6fc0d3a9e..4eba628f2 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-xcode", - "version": "4.21.19", + "version": "4.21.20", "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.19" + "@uiw/codemirror-themes": "4.21.20" }, "keywords": [ "codemirror", diff --git a/www/package.json b/www/package.json index 653dc2b7e..b961d8de1 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "4.21.19", + "version": "4.21.20", "description": "CodeMirror component for React.", "homepage": "https://uiwjs.github.io/react-codemirror", "author": "kenny wong ", @@ -37,51 +37,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.19", - "@uiw/codemirror-extensions-color": "4.21.19", - "@uiw/codemirror-extensions-events": "4.21.19", - "@uiw/codemirror-extensions-hyper-link": "4.21.19", - "@uiw/codemirror-extensions-langs": "4.21.19", - "@uiw/codemirror-extensions-mentions": "4.21.19", - "@uiw/codemirror-extensions-zebra-stripes": "4.21.19", - "@uiw/codemirror-theme-abcdef": "4.21.19", - "@uiw/codemirror-theme-abyss": "4.21.19", - "@uiw/codemirror-theme-androidstudio": "4.21.19", - "@uiw/codemirror-theme-andromeda": "4.21.19", - "@uiw/codemirror-theme-atomone": "4.21.19", - "@uiw/codemirror-theme-aura": "4.21.19", - "@uiw/codemirror-theme-basic": "4.21.19", - "@uiw/codemirror-theme-bbedit": "4.21.19", - "@uiw/codemirror-theme-bespin": "4.21.19", - "@uiw/codemirror-theme-copilot": "4.21.19", - "@uiw/codemirror-theme-darcula": "4.21.19", - "@uiw/codemirror-theme-dracula": "4.21.19", - "@uiw/codemirror-theme-duotone": "4.21.19", - "@uiw/codemirror-theme-eclipse": "4.21.19", - "@uiw/codemirror-theme-github": "4.21.19", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.19", - "@uiw/codemirror-theme-kimbie": "4.21.19", - "@uiw/codemirror-theme-material": "4.21.19", - "@uiw/codemirror-theme-monokai": "4.21.19", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.19", - "@uiw/codemirror-theme-noctis-lilac": "4.21.19", - "@uiw/codemirror-theme-nord": "4.21.19", - "@uiw/codemirror-theme-okaidia": "4.21.19", - "@uiw/codemirror-theme-quietlight": "4.21.19", - "@uiw/codemirror-theme-red": "4.21.19", - "@uiw/codemirror-theme-solarized": "4.21.19", - "@uiw/codemirror-theme-sublime": "4.21.19", - "@uiw/codemirror-theme-tokyo-night": "4.21.19", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.19", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.19", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.19", - "@uiw/codemirror-theme-vscode": "4.21.19", - "@uiw/codemirror-theme-white": "4.21.19", - "@uiw/codemirror-theme-xcode": "4.21.19", - "@uiw/codemirror-themes": "4.21.19", + "@uiw/codemirror-extensions-classname": "4.21.20", + "@uiw/codemirror-extensions-color": "4.21.20", + "@uiw/codemirror-extensions-events": "4.21.20", + "@uiw/codemirror-extensions-hyper-link": "4.21.20", + "@uiw/codemirror-extensions-langs": "4.21.20", + "@uiw/codemirror-extensions-mentions": "4.21.20", + "@uiw/codemirror-extensions-zebra-stripes": "4.21.20", + "@uiw/codemirror-theme-abcdef": "4.21.20", + "@uiw/codemirror-theme-abyss": "4.21.20", + "@uiw/codemirror-theme-androidstudio": "4.21.20", + "@uiw/codemirror-theme-andromeda": "4.21.20", + "@uiw/codemirror-theme-atomone": "4.21.20", + "@uiw/codemirror-theme-aura": "4.21.20", + "@uiw/codemirror-theme-basic": "4.21.20", + "@uiw/codemirror-theme-bbedit": "4.21.20", + "@uiw/codemirror-theme-bespin": "4.21.20", + "@uiw/codemirror-theme-copilot": "4.21.20", + "@uiw/codemirror-theme-darcula": "4.21.20", + "@uiw/codemirror-theme-dracula": "4.21.20", + "@uiw/codemirror-theme-duotone": "4.21.20", + "@uiw/codemirror-theme-eclipse": "4.21.20", + "@uiw/codemirror-theme-github": "4.21.20", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.20", + "@uiw/codemirror-theme-kimbie": "4.21.20", + "@uiw/codemirror-theme-material": "4.21.20", + "@uiw/codemirror-theme-monokai": "4.21.20", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.20", + "@uiw/codemirror-theme-noctis-lilac": "4.21.20", + "@uiw/codemirror-theme-nord": "4.21.20", + "@uiw/codemirror-theme-okaidia": "4.21.20", + "@uiw/codemirror-theme-quietlight": "4.21.20", + "@uiw/codemirror-theme-red": "4.21.20", + "@uiw/codemirror-theme-solarized": "4.21.20", + "@uiw/codemirror-theme-sublime": "4.21.20", + "@uiw/codemirror-theme-tokyo-night": "4.21.20", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.20", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.20", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.20", + "@uiw/codemirror-theme-vscode": "4.21.20", + "@uiw/codemirror-theme-white": "4.21.20", + "@uiw/codemirror-theme-xcode": "4.21.20", + "@uiw/codemirror-themes": "4.21.20", "@uiw/codemirror-themes-all": "4.21.11", "@uiw/react-back-to-top": "^1.1.2", - "@uiw/react-codemirror": "4.21.19", + "@uiw/react-codemirror": "4.21.20", "@uiw/react-github-corners": "~1.5.14", "@uiw/react-markdown-preview": "^4.1.13", "@uiw/react-shields": "^2.0.1", @@ -90,7 +90,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.19", + "react-codemirror-merge": "4.21.20", "react-dom": "~18.2.0", "react-router-dom": "^6.14.2", "rehype-ignore": "^1.0.1",