-
-
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
8cbd8d8
commit a84030f
Showing
25 changed files
with
73 additions
and
73 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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"@uiw/codemirror-extensions-basic-setup": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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-color", | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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,5 +1,5 @@ | ||
{ | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"packages": ["themes/**", "core", "www"], | ||
"useWorkspaces": true | ||
} |
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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"description": "Themes all for CodeMirror 6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,20 +21,20 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-theme-abcdef": "4.12.2", | ||
"@uiw/codemirror-theme-androidstudio": "4.12.2", | ||
"@uiw/codemirror-theme-atomone": "4.12.2", | ||
"@uiw/codemirror-theme-bbedit": "4.12.2", | ||
"@uiw/codemirror-theme-bespin": "4.12.2", | ||
"@uiw/codemirror-theme-darcula": "4.12.2", | ||
"@uiw/codemirror-theme-dracula": "4.12.2", | ||
"@uiw/codemirror-theme-duotone": "4.12.2", | ||
"@uiw/codemirror-theme-eclipse": "4.12.2", | ||
"@uiw/codemirror-theme-github": "4.12.2", | ||
"@uiw/codemirror-theme-okaidia": "4.12.2", | ||
"@uiw/codemirror-theme-sublime": "4.12.2", | ||
"@uiw/codemirror-theme-xcode": "4.12.2", | ||
"@uiw/codemirror-themes": "4.12.2" | ||
"@uiw/codemirror-theme-abcdef": "4.12.3", | ||
"@uiw/codemirror-theme-androidstudio": "4.12.3", | ||
"@uiw/codemirror-theme-atomone": "4.12.3", | ||
"@uiw/codemirror-theme-bbedit": "4.12.3", | ||
"@uiw/codemirror-theme-bespin": "4.12.3", | ||
"@uiw/codemirror-theme-darcula": "4.12.3", | ||
"@uiw/codemirror-theme-dracula": "4.12.3", | ||
"@uiw/codemirror-theme-duotone": "4.12.3", | ||
"@uiw/codemirror-theme-eclipse": "4.12.3", | ||
"@uiw/codemirror-theme-github": "4.12.3", | ||
"@uiw/codemirror-theme-okaidia": "4.12.3", | ||
"@uiw/codemirror-theme-sublime": "4.12.3", | ||
"@uiw/codemirror-theme-xcode": "4.12.3", | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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.12.2", | ||
"version": "4.12.3", | ||
"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.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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-okaidia", | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"description": "Theme okaidia for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/okaidia", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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-sublime", | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"description": "Theme sublime for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/sublime", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"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", | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"description": "Themes for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/doc", | ||
"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-theme-xcode", | ||
"version": "4.12.2", | ||
"version": "4.12.3", | ||
"description": "Theme xcode for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/xcode/light", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.12.2" | ||
"@uiw/codemirror-themes": "4.12.3" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
Oops, something went wrong.