-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab58f5f
commit ff86b0a
Showing
38 changed files
with
121 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/react-codemirror", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "CodeMirror component for React.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -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.5", | ||
"@uiw/codemirror-extensions-basic-setup": "4.21.6", | ||
"codemirror": "^6.0.0" | ||
}, | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-basic-setup", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Basic configuration for the CodeMirror6 code editor.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/basic-setup", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-classname", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Adding a class for a specific line for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/classname", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-color", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Color Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/color", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-events", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Events Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/events", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-hyper-link", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Hyper link Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/hyper-link", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-langs", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Load languages Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/languages", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-line-numbers-relative", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Relative line numbers Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/line-numbers-relative", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-mentions", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Relative line numbers Extensions for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/mentions", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-extensions-zebra-stripes", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Styles alternating lines for CodeMirror6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/extensions/zebra-stripes", | ||
"author": "kenny wong <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"packages": ["themes/**", "extensions/**", "core", "merge", "www"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-codemirror-merge", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "CodeMirror merge view for React.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@codemirror/merge": "^6.1.0", | ||
"@uiw/react-codemirror": "4.21.5" | ||
"@uiw/react-codemirror": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"react", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-abcdef", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme abcdef for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-themes-all", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Themes all for CodeMirror 6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,30 +21,30 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-theme-abcdef": "4.21.5", | ||
"@uiw/codemirror-theme-androidstudio": "4.21.5", | ||
"@uiw/codemirror-theme-atomone": "4.21.5", | ||
"@uiw/codemirror-theme-aura": "4.21.5", | ||
"@uiw/codemirror-theme-bbedit": "4.21.5", | ||
"@uiw/codemirror-theme-bespin": "4.21.5", | ||
"@uiw/codemirror-theme-darcula": "4.21.5", | ||
"@uiw/codemirror-theme-dracula": "4.21.5", | ||
"@uiw/codemirror-theme-duotone": "4.21.5", | ||
"@uiw/codemirror-theme-eclipse": "4.21.5", | ||
"@uiw/codemirror-theme-github": "4.21.5", | ||
"@uiw/codemirror-theme-gruvbox-dark": "4.21.5", | ||
"@uiw/codemirror-theme-material": "4.21.5", | ||
"@uiw/codemirror-theme-noctis-lilac": "4.21.5", | ||
"@uiw/codemirror-theme-nord": "4.21.5", | ||
"@uiw/codemirror-theme-okaidia": "4.21.5", | ||
"@uiw/codemirror-theme-solarized": "4.21.5", | ||
"@uiw/codemirror-theme-sublime": "4.21.5", | ||
"@uiw/codemirror-theme-tokyo-night": "4.21.5", | ||
"@uiw/codemirror-theme-tokyo-night-day": "4.21.5", | ||
"@uiw/codemirror-theme-tokyo-night-storm": "4.21.5", | ||
"@uiw/codemirror-theme-vscode": "4.21.5", | ||
"@uiw/codemirror-theme-xcode": "4.21.5", | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-theme-abcdef": "4.21.6", | ||
"@uiw/codemirror-theme-androidstudio": "4.21.6", | ||
"@uiw/codemirror-theme-atomone": "4.21.6", | ||
"@uiw/codemirror-theme-aura": "4.21.6", | ||
"@uiw/codemirror-theme-bbedit": "4.21.6", | ||
"@uiw/codemirror-theme-bespin": "4.21.6", | ||
"@uiw/codemirror-theme-darcula": "4.21.6", | ||
"@uiw/codemirror-theme-dracula": "4.21.6", | ||
"@uiw/codemirror-theme-duotone": "4.21.6", | ||
"@uiw/codemirror-theme-eclipse": "4.21.6", | ||
"@uiw/codemirror-theme-github": "4.21.6", | ||
"@uiw/codemirror-theme-gruvbox-dark": "4.21.6", | ||
"@uiw/codemirror-theme-material": "4.21.6", | ||
"@uiw/codemirror-theme-noctis-lilac": "4.21.6", | ||
"@uiw/codemirror-theme-nord": "4.21.6", | ||
"@uiw/codemirror-theme-okaidia": "4.21.6", | ||
"@uiw/codemirror-theme-solarized": "4.21.6", | ||
"@uiw/codemirror-theme-sublime": "4.21.6", | ||
"@uiw/codemirror-theme-tokyo-night": "4.21.6", | ||
"@uiw/codemirror-theme-tokyo-night-day": "4.21.6", | ||
"@uiw/codemirror-theme-tokyo-night-storm": "4.21.6", | ||
"@uiw/codemirror-theme-vscode": "4.21.6", | ||
"@uiw/codemirror-theme-xcode": "4.21.6", | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-androidstudio", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme androidstudio for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/androidstudio", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-atomone", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme atomone for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/atomone", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-aura", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme aura for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/aura", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-bbedit", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme bbedit for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bbedit", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-bespin", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme bespin for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/bespin", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-darcula", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme darcula for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/darcula", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-dracula", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme dracula for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/dracula", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-duotone", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme duotone for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/duotone/light", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-eclipse", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme eclipse for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/eclipse", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-github", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme github for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/github/light", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-gruvbox-dark", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme gruvbox-dark for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/dark", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@uiw/codemirror-theme-material", | ||
"version": "4.21.5", | ||
"version": "4.21.6", | ||
"description": "Theme material for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/material", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.21.5" | ||
"@uiw/codemirror-themes": "4.21.6" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
Oops, something went wrong.