From b1e7f3151804ca02506f6430f32a0760e3ffd9ef Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 22 Sep 2023 14:28:08 +0800 Subject: [PATCH] released v4.21.18 (#575) --- 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 39a3626c6..7ebcefbb9 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/react-codemirror", - "version": "4.21.17", + "version": "4.21.18", "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.17", + "@uiw/codemirror-extensions-basic-setup": "4.21.18", "codemirror": "^6.0.0" }, "keywords": [ diff --git a/example/nextjs/package.json b/example/nextjs/package.json index d819f867b..1464e5090 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "nextjs", - "version": "4.21.17", + "version": "4.21.18", "private": true, "scripts": { "dev": "next dev", @@ -23,7 +23,7 @@ "typescript": "5.2.2" }, "devDependencies": { - "@uiw/react-codemirror": "4.21.17", - "react-codemirror-merge": "4.21.17" + "@uiw/react-codemirror": "4.21.18", + "react-codemirror-merge": "4.21.18" } } diff --git a/extensions/basic-setup/package.json b/extensions/basic-setup/package.json index eb33e5c73..f5fe3b9e7 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.17", + "version": "4.21.18", "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 aca999b11..d42be7574 100644 --- a/extensions/classname/package.json +++ b/extensions/classname/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-classname", - "version": "4.21.17", + "version": "4.21.18", "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 11430e82c..bd6e2aefa 100644 --- a/extensions/color/package.json +++ b/extensions/color/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-color", - "version": "4.21.17", + "version": "4.21.18", "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 5c53aec04..63cf55a76 100644 --- a/extensions/events/package.json +++ b/extensions/events/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-events", - "version": "4.21.17", + "version": "4.21.18", "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 cd8c7702a..6087ccb52 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.17", + "version": "4.21.18", "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 070fa9311..117b60fd9 100644 --- a/extensions/langs/package.json +++ b/extensions/langs/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-langs", - "version": "4.21.17", + "version": "4.21.18", "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 5c51e6a58..b56bb95f8 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.17", + "version": "4.21.18", "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 a63a9c001..1285710cc 100644 --- a/extensions/mentions/package.json +++ b/extensions/mentions/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-extensions-mentions", - "version": "4.21.17", + "version": "4.21.18", "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 c84c9d049..6daa64056 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.17", + "version": "4.21.18", "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 5d8b092bf..278e284c3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "4.21.17", + "version": "4.21.18", "packages": ["themes/**", "extensions/**", "core", "merge", "example/**", "www"] } diff --git a/merge/package.json b/merge/package.json index 5bfda7e1d..63395d3b2 100644 --- a/merge/package.json +++ b/merge/package.json @@ -1,6 +1,6 @@ { "name": "react-codemirror-merge", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/react-codemirror": "4.21.18" }, "keywords": [ "react", diff --git a/themes/_scripts/package.json b/themes/_scripts/package.json index e1ed3aec1..d30743899 100644 --- a/themes/_scripts/package.json +++ b/themes/_scripts/package.json @@ -1,6 +1,6 @@ { "name": "scripts", "private": true, - "version": "4.21.17", + "version": "4.21.18", "scripts": {} } diff --git a/themes/abcdef/package.json b/themes/abcdef/package.json index 44be56099..d481ebaf5 100644 --- a/themes/abcdef/package.json +++ b/themes/abcdef/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abcdef", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/abyss/package.json b/themes/abyss/package.json index 8d3aab2b5..2ea767f12 100644 --- a/themes/abyss/package.json +++ b/themes/abyss/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-abyss", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/all/package.json b/themes/all/package.json index a7775fe6a..2f2bdf42b 100644 --- a/themes/all/package.json +++ b/themes/all/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes-all", - "version": "4.21.17", + "version": "4.21.18", "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.17", - "@uiw/codemirror-theme-abyss": "4.21.17", - "@uiw/codemirror-theme-androidstudio": "4.21.17", - "@uiw/codemirror-theme-andromeda": "4.21.17", - "@uiw/codemirror-theme-atomone": "4.21.17", - "@uiw/codemirror-theme-aura": "4.21.17", - "@uiw/codemirror-theme-basic": "4.21.17", - "@uiw/codemirror-theme-bbedit": "4.21.17", - "@uiw/codemirror-theme-bespin": "4.21.17", - "@uiw/codemirror-theme-copilot": "4.21.17", - "@uiw/codemirror-theme-darcula": "4.21.17", - "@uiw/codemirror-theme-dracula": "4.21.17", - "@uiw/codemirror-theme-duotone": "4.21.17", - "@uiw/codemirror-theme-eclipse": "4.21.17", - "@uiw/codemirror-theme-github": "4.21.17", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.17", - "@uiw/codemirror-theme-kimbie": "4.21.17", - "@uiw/codemirror-theme-material": "4.21.17", - "@uiw/codemirror-theme-monokai": "4.21.17", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.17", - "@uiw/codemirror-theme-noctis-lilac": "4.21.17", - "@uiw/codemirror-theme-nord": "4.21.17", - "@uiw/codemirror-theme-okaidia": "4.21.17", - "@uiw/codemirror-theme-quietlight": "4.21.17", - "@uiw/codemirror-theme-red": "4.21.17", - "@uiw/codemirror-theme-solarized": "4.21.17", - "@uiw/codemirror-theme-sublime": "4.21.17", - "@uiw/codemirror-theme-tokyo-night": "4.21.17", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.17", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.17", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.17", - "@uiw/codemirror-theme-vscode": "4.21.17", - "@uiw/codemirror-theme-white": "4.21.17", - "@uiw/codemirror-theme-xcode": "4.21.17", - "@uiw/codemirror-themes": "4.21.17" + "@uiw/codemirror-theme-abcdef": "4.21.18", + "@uiw/codemirror-theme-abyss": "4.21.18", + "@uiw/codemirror-theme-androidstudio": "4.21.18", + "@uiw/codemirror-theme-andromeda": "4.21.18", + "@uiw/codemirror-theme-atomone": "4.21.18", + "@uiw/codemirror-theme-aura": "4.21.18", + "@uiw/codemirror-theme-basic": "4.21.18", + "@uiw/codemirror-theme-bbedit": "4.21.18", + "@uiw/codemirror-theme-bespin": "4.21.18", + "@uiw/codemirror-theme-copilot": "4.21.18", + "@uiw/codemirror-theme-darcula": "4.21.18", + "@uiw/codemirror-theme-dracula": "4.21.18", + "@uiw/codemirror-theme-duotone": "4.21.18", + "@uiw/codemirror-theme-eclipse": "4.21.18", + "@uiw/codemirror-theme-github": "4.21.18", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.18", + "@uiw/codemirror-theme-kimbie": "4.21.18", + "@uiw/codemirror-theme-material": "4.21.18", + "@uiw/codemirror-theme-monokai": "4.21.18", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.18", + "@uiw/codemirror-theme-noctis-lilac": "4.21.18", + "@uiw/codemirror-theme-nord": "4.21.18", + "@uiw/codemirror-theme-okaidia": "4.21.18", + "@uiw/codemirror-theme-quietlight": "4.21.18", + "@uiw/codemirror-theme-red": "4.21.18", + "@uiw/codemirror-theme-solarized": "4.21.18", + "@uiw/codemirror-theme-sublime": "4.21.18", + "@uiw/codemirror-theme-tokyo-night": "4.21.18", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.18", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.18", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.18", + "@uiw/codemirror-theme-vscode": "4.21.18", + "@uiw/codemirror-theme-white": "4.21.18", + "@uiw/codemirror-theme-xcode": "4.21.18", + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/androidstudio/package.json b/themes/androidstudio/package.json index 80fddbd3e..3bd0c56aa 100644 --- a/themes/androidstudio/package.json +++ b/themes/androidstudio/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-androidstudio", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/andromeda/package.json b/themes/andromeda/package.json index 6d71ddf5f..15cf4d446 100644 --- a/themes/andromeda/package.json +++ b/themes/andromeda/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-andromeda", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/atomone/package.json b/themes/atomone/package.json index 4072c4cd0..98972ea06 100644 --- a/themes/atomone/package.json +++ b/themes/atomone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-atomone", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/aura/package.json b/themes/aura/package.json index 0ff1d0b21..84002b770 100644 --- a/themes/aura/package.json +++ b/themes/aura/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-aura", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/basic/package.json b/themes/basic/package.json index dbffa808a..94da102ec 100644 --- a/themes/basic/package.json +++ b/themes/basic/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-basic", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/bbedit/package.json b/themes/bbedit/package.json index f01abfa1a..637fb0d80 100644 --- a/themes/bbedit/package.json +++ b/themes/bbedit/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bbedit", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/bespin/package.json b/themes/bespin/package.json index dbe792943..949208eec 100644 --- a/themes/bespin/package.json +++ b/themes/bespin/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-bespin", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/copilot/package.json b/themes/copilot/package.json index 8009e024f..a084dc749 100644 --- a/themes/copilot/package.json +++ b/themes/copilot/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-copilot", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/darcula/package.json b/themes/darcula/package.json index 454a5180a..3f5fd2fcf 100644 --- a/themes/darcula/package.json +++ b/themes/darcula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-darcula", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/dracula/package.json b/themes/dracula/package.json index fbf6d8afa..0cd3fb9d7 100644 --- a/themes/dracula/package.json +++ b/themes/dracula/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-dracula", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/duotone/package.json b/themes/duotone/package.json index 03d3de582..526411837 100644 --- a/themes/duotone/package.json +++ b/themes/duotone/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-duotone", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/eclipse/package.json b/themes/eclipse/package.json index f449a019d..e585e3642 100644 --- a/themes/eclipse/package.json +++ b/themes/eclipse/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-eclipse", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/github/package.json b/themes/github/package.json index d3e14c2b1..b43258b76 100644 --- a/themes/github/package.json +++ b/themes/github/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-github", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/gruvbox/package.json b/themes/gruvbox/package.json index 195a47cd5..7d31bcbba 100644 --- a/themes/gruvbox/package.json +++ b/themes/gruvbox/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-gruvbox-dark", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/kimbie/package.json b/themes/kimbie/package.json index 3dc4c8849..6f8595858 100644 --- a/themes/kimbie/package.json +++ b/themes/kimbie/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-kimbie", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/material/package.json b/themes/material/package.json index 6c8849f05..e98b1d8f4 100644 --- a/themes/material/package.json +++ b/themes/material/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-material", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/monokai-dimmed/package.json b/themes/monokai-dimmed/package.json index 11765d2d6..9cdd3683d 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/monokai/package.json b/themes/monokai/package.json index 32a100adc..41d99e5af 100644 --- a/themes/monokai/package.json +++ b/themes/monokai/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-monokai", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/noctis-lilac/package.json b/themes/noctis-lilac/package.json index 26a313255..d3138c78f 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/nord/package.json b/themes/nord/package.json index f8747a8d3..00b1f1075 100644 --- a/themes/nord/package.json +++ b/themes/nord/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-nord", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/okaidia/package.json b/themes/okaidia/package.json index 34241a626..a06606d89 100644 --- a/themes/okaidia/package.json +++ b/themes/okaidia/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-okaidia", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/quietlight/package.json b/themes/quietlight/package.json index 915a7b44e..5bfc3a97e 100644 --- a/themes/quietlight/package.json +++ b/themes/quietlight/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-quietlight", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/red/package.json b/themes/red/package.json index d76c2b96e..ff007dbca 100644 --- a/themes/red/package.json +++ b/themes/red/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-red", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/solarized/package.json b/themes/solarized/package.json index 1d450df92..2849ed8c8 100644 --- a/themes/solarized/package.json +++ b/themes/solarized/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-solarized", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/sublime/package.json b/themes/sublime/package.json index d7c726cd5..afe39cdb7 100644 --- a/themes/sublime/package.json +++ b/themes/sublime/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-sublime", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/theme/package.json b/themes/theme/package.json index 6c76d1c0a..9739eec2e 100644 --- a/themes/theme/package.json +++ b/themes/theme/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-themes", - "version": "4.21.17", + "version": "4.21.18", "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 eaceffb33..a9cb7bbab 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night-storm/package.json b/themes/tokyo-night-storm/package.json index 4465f8741..456308737 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/tokyo-night/package.json b/themes/tokyo-night/package.json index 5b90f411a..2e9e54793 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/tomorrow-night-blue/package.json b/themes/tomorrow-night-blue/package.json index 65b8668d1..7cd0c2ba9 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.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/vscode/package.json b/themes/vscode/package.json index c146c06ac..c54959abe 100644 --- a/themes/vscode/package.json +++ b/themes/vscode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-vscode", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/white/package.json b/themes/white/package.json index 5ee62a71e..e0a75ae9c 100644 --- a/themes/white/package.json +++ b/themes/white/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-white", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/themes/xcode/package.json b/themes/xcode/package.json index 5819a775e..f1002b0a5 100644 --- a/themes/xcode/package.json +++ b/themes/xcode/package.json @@ -1,6 +1,6 @@ { "name": "@uiw/codemirror-theme-xcode", - "version": "4.21.17", + "version": "4.21.18", "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.17" + "@uiw/codemirror-themes": "4.21.18" }, "keywords": [ "codemirror", diff --git a/www/package.json b/www/package.json index 2c7a5af68..96f2f8221 100644 --- a/www/package.json +++ b/www/package.json @@ -1,7 +1,7 @@ { "name": "www", "private": true, - "version": "4.21.17", + "version": "4.21.18", "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.17", - "@uiw/codemirror-extensions-color": "4.21.17", - "@uiw/codemirror-extensions-events": "4.21.17", - "@uiw/codemirror-extensions-hyper-link": "4.21.17", - "@uiw/codemirror-extensions-langs": "4.21.17", - "@uiw/codemirror-extensions-mentions": "4.21.17", - "@uiw/codemirror-extensions-zebra-stripes": "4.21.17", - "@uiw/codemirror-theme-abcdef": "4.21.17", - "@uiw/codemirror-theme-abyss": "4.21.17", - "@uiw/codemirror-theme-androidstudio": "4.21.17", - "@uiw/codemirror-theme-andromeda": "4.21.17", - "@uiw/codemirror-theme-atomone": "4.21.17", - "@uiw/codemirror-theme-aura": "4.21.17", - "@uiw/codemirror-theme-basic": "4.21.17", - "@uiw/codemirror-theme-bbedit": "4.21.17", - "@uiw/codemirror-theme-bespin": "4.21.17", - "@uiw/codemirror-theme-copilot": "4.21.17", - "@uiw/codemirror-theme-darcula": "4.21.17", - "@uiw/codemirror-theme-dracula": "4.21.17", - "@uiw/codemirror-theme-duotone": "4.21.17", - "@uiw/codemirror-theme-eclipse": "4.21.17", - "@uiw/codemirror-theme-github": "4.21.17", - "@uiw/codemirror-theme-gruvbox-dark": "4.21.17", - "@uiw/codemirror-theme-kimbie": "4.21.17", - "@uiw/codemirror-theme-material": "4.21.17", - "@uiw/codemirror-theme-monokai": "4.21.17", - "@uiw/codemirror-theme-monokai-dimmed": "4.21.17", - "@uiw/codemirror-theme-noctis-lilac": "4.21.17", - "@uiw/codemirror-theme-nord": "4.21.17", - "@uiw/codemirror-theme-okaidia": "4.21.17", - "@uiw/codemirror-theme-quietlight": "4.21.17", - "@uiw/codemirror-theme-red": "4.21.17", - "@uiw/codemirror-theme-solarized": "4.21.17", - "@uiw/codemirror-theme-sublime": "4.21.17", - "@uiw/codemirror-theme-tokyo-night": "4.21.17", - "@uiw/codemirror-theme-tokyo-night-day": "4.21.17", - "@uiw/codemirror-theme-tokyo-night-storm": "4.21.17", - "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.17", - "@uiw/codemirror-theme-vscode": "4.21.17", - "@uiw/codemirror-theme-white": "4.21.17", - "@uiw/codemirror-theme-xcode": "4.21.17", - "@uiw/codemirror-themes": "4.21.17", + "@uiw/codemirror-extensions-classname": "4.21.18", + "@uiw/codemirror-extensions-color": "4.21.18", + "@uiw/codemirror-extensions-events": "4.21.18", + "@uiw/codemirror-extensions-hyper-link": "4.21.18", + "@uiw/codemirror-extensions-langs": "4.21.18", + "@uiw/codemirror-extensions-mentions": "4.21.18", + "@uiw/codemirror-extensions-zebra-stripes": "4.21.18", + "@uiw/codemirror-theme-abcdef": "4.21.18", + "@uiw/codemirror-theme-abyss": "4.21.18", + "@uiw/codemirror-theme-androidstudio": "4.21.18", + "@uiw/codemirror-theme-andromeda": "4.21.18", + "@uiw/codemirror-theme-atomone": "4.21.18", + "@uiw/codemirror-theme-aura": "4.21.18", + "@uiw/codemirror-theme-basic": "4.21.18", + "@uiw/codemirror-theme-bbedit": "4.21.18", + "@uiw/codemirror-theme-bespin": "4.21.18", + "@uiw/codemirror-theme-copilot": "4.21.18", + "@uiw/codemirror-theme-darcula": "4.21.18", + "@uiw/codemirror-theme-dracula": "4.21.18", + "@uiw/codemirror-theme-duotone": "4.21.18", + "@uiw/codemirror-theme-eclipse": "4.21.18", + "@uiw/codemirror-theme-github": "4.21.18", + "@uiw/codemirror-theme-gruvbox-dark": "4.21.18", + "@uiw/codemirror-theme-kimbie": "4.21.18", + "@uiw/codemirror-theme-material": "4.21.18", + "@uiw/codemirror-theme-monokai": "4.21.18", + "@uiw/codemirror-theme-monokai-dimmed": "4.21.18", + "@uiw/codemirror-theme-noctis-lilac": "4.21.18", + "@uiw/codemirror-theme-nord": "4.21.18", + "@uiw/codemirror-theme-okaidia": "4.21.18", + "@uiw/codemirror-theme-quietlight": "4.21.18", + "@uiw/codemirror-theme-red": "4.21.18", + "@uiw/codemirror-theme-solarized": "4.21.18", + "@uiw/codemirror-theme-sublime": "4.21.18", + "@uiw/codemirror-theme-tokyo-night": "4.21.18", + "@uiw/codemirror-theme-tokyo-night-day": "4.21.18", + "@uiw/codemirror-theme-tokyo-night-storm": "4.21.18", + "@uiw/codemirror-theme-tomorrow-night-blue": "4.21.18", + "@uiw/codemirror-theme-vscode": "4.21.18", + "@uiw/codemirror-theme-white": "4.21.18", + "@uiw/codemirror-theme-xcode": "4.21.18", + "@uiw/codemirror-themes": "4.21.18", "@uiw/codemirror-themes-all": "4.21.11", "@uiw/react-back-to-top": "^1.1.2", - "@uiw/react-codemirror": "4.21.17", + "@uiw/react-codemirror": "4.21.18", "@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.17", + "react-codemirror-merge": "4.21.18", "react-dom": "~18.2.0", "react-router-dom": "^6.14.2", "rehype-ignore": "^1.0.1",