Skip to content

Commit 6f222ae

Browse files
committed
Update CodeMirror to version 5.24.0
1 parent 38cd5e4 commit 6f222ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/sheabunge/code-snippets/issues"
2828
},
2929
"dependencies": {
30-
"codemirror": "^5.23.0"
30+
"codemirror": "^5.24.0"
3131
},
3232
"devDependencies": {
3333
"autoprefixer": "^6.3.3",

php/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function code_snippets_get_editor_atts( $override_atts, $json_encode ) {
4646
* @uses wp_enqueue_script() to add the scripts to the queue
4747
*/
4848
function code_snippets_enqueue_codemirror() {
49-
$codemirror_version = '5.23.0';
49+
$codemirror_version = '5.24.0';
5050
$url = plugin_dir_url( CODE_SNIPPETS_FILE );
5151

5252
/* Remove other CodeMirror styles */

0 commit comments

Comments
 (0)