-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
b8cf12f
commit 00c84f8
Showing
33 changed files
with
119 additions
and
116 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"@uiw/codemirror-extensions-basic-setup": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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,5 +1,5 @@ | ||
{ | ||
"version": "4.17.1", | ||
"version": "4.18.0", | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"description": "Themes all for CodeMirror 6.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/abcdef", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,25 +21,25 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-theme-abcdef": "4.17.1", | ||
"@uiw/codemirror-theme-androidstudio": "4.17.1", | ||
"@uiw/codemirror-theme-atomone": "4.17.1", | ||
"@uiw/codemirror-theme-bbedit": "4.17.1", | ||
"@uiw/codemirror-theme-bespin": "4.17.1", | ||
"@uiw/codemirror-theme-darcula": "4.17.1", | ||
"@uiw/codemirror-theme-dracula": "4.17.1", | ||
"@uiw/codemirror-theme-duotone": "4.17.1", | ||
"@uiw/codemirror-theme-eclipse": "4.17.1", | ||
"@uiw/codemirror-theme-github": "4.17.1", | ||
"@uiw/codemirror-theme-gruvbox-dark": "4.17.1", | ||
"@uiw/codemirror-theme-material": "4.17.1", | ||
"@uiw/codemirror-theme-nord": "4.17.1", | ||
"@uiw/codemirror-theme-okaidia": "4.17.1", | ||
"@uiw/codemirror-theme-solarized": "4.17.1", | ||
"@uiw/codemirror-theme-sublime": "4.17.1", | ||
"@uiw/codemirror-theme-vscode": "4.17.1", | ||
"@uiw/codemirror-theme-xcode": "4.17.1", | ||
"@uiw/codemirror-themes": "4.17.1" | ||
"@uiw/codemirror-theme-abcdef": "4.18.0", | ||
"@uiw/codemirror-theme-androidstudio": "4.18.0", | ||
"@uiw/codemirror-theme-atomone": "4.18.0", | ||
"@uiw/codemirror-theme-bbedit": "4.18.0", | ||
"@uiw/codemirror-theme-bespin": "4.18.0", | ||
"@uiw/codemirror-theme-darcula": "4.18.0", | ||
"@uiw/codemirror-theme-dracula": "4.18.0", | ||
"@uiw/codemirror-theme-duotone": "4.18.0", | ||
"@uiw/codemirror-theme-eclipse": "4.18.0", | ||
"@uiw/codemirror-theme-github": "4.18.0", | ||
"@uiw/codemirror-theme-gruvbox-dark": "4.18.0", | ||
"@uiw/codemirror-theme-material": "4.18.0", | ||
"@uiw/codemirror-theme-nord": "4.18.0", | ||
"@uiw/codemirror-theme-okaidia": "4.18.0", | ||
"@uiw/codemirror-theme-solarized": "4.18.0", | ||
"@uiw/codemirror-theme-sublime": "4.18.0", | ||
"@uiw/codemirror-theme-vscode": "4.18.0", | ||
"@uiw/codemirror-theme-xcode": "4.18.0", | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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
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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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-nord", | ||
"version": "4.17.1", | ||
"version": "4.18.0", | ||
"description": "Theme nord for CodeMirror.", | ||
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/nord", | ||
"author": "kenny wong <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"cjs" | ||
], | ||
"dependencies": { | ||
"@uiw/codemirror-themes": "4.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"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.17.1", | ||
"version": "4.18.0", | ||
"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.17.1" | ||
"@uiw/codemirror-themes": "4.18.0" | ||
}, | ||
"keywords": [ | ||
"codemirror", | ||
|
Oops, something went wrong.