From c51c401b6d9b6b7d3db76597488808a86d244f7e Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Tue, 18 Sep 2018 17:10:23 +0300 Subject: [PATCH 1/2] Upgrade to CodeMirror 5.40.0 CodeMirror git repo no longer contains codemirror.js, requires build. => Using my fork with commits containing codemirror.js, created using https://github.com/cben/CodeMirror/blob/build-releases/build-releases.sh --- .gitmodules | 4 ++-- CodeMirror | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ee2e084..62611b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,8 +7,8 @@ url = https://github.com/firebase/firepad.git [submodule "CodeMirror"] path = CodeMirror - url = https://github.com/codemirror/CodeMirror - branch = direction + url = https://github.com/cben/CodeMirror + branch = master [submodule "firebase"] path = firebase url = https://github.com/firebase/firebase-bower.git diff --git a/CodeMirror b/CodeMirror index f65d506..0b03093 160000 --- a/CodeMirror +++ b/CodeMirror @@ -1 +1 @@ -Subproject commit f65d50622518b9248aabaff96b3846fc7f32cd89 +Subproject commit 0b03093ba3d865d01383a00fe43f8963139f3d47 From b380e9b15766ca557e3680cc20a3d8e3612b3af4 Mon Sep 17 00:00:00 2001 From: Beni Cherniavsky-Paskin Date: Fri, 22 Jan 2021 10:39:04 +0200 Subject: [PATCH 2/2] Upgrade CodeMirror to 5.59.2 --- CodeMirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeMirror b/CodeMirror index 0b03093..7400165 160000 --- a/CodeMirror +++ b/CodeMirror @@ -1 +1 @@ -Subproject commit 0b03093ba3d865d01383a00fe43f8963139f3d47 +Subproject commit 7400165077b655424159cd6cdf711c590f841fc0