Upgrade codemirror to 5.26.0

See the release notes [1] for details.

[1] https://codemirror.net/doc/releases.html

Change-Id: Ia4bec7eac8db700bbce00165c7f5b8687c62a554
This commit is contained in:
David Pursehouse 2017-06-02 17:54:29 +09:00
parent 0299a1d5b2
commit 2709d719a9
2 changed files with 3 additions and 3 deletions

View File

@ -883,13 +883,13 @@ maven_jar(
maven_jar(
name = "codemirror_minified",
artifact = "org.webjars.npm:codemirror-minified:" + CM_VERSION,
sha1 = "f84c178b11a188f416b4380bfb2b24f126453d28",
sha1 = "a62e6dc43acc09df962edeb8013c987da7739e7a",
)
maven_jar(
name = "codemirror_original",
artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
sha1 = "5a1f6c10d5aef0b9d2ce513dcc1e2657e4af730d",
sha1 = "7a5ae457aa3bc0023d21bc75793bac86b83b0c51",
)
maven_jar(

View File

@ -214,7 +214,7 @@ CM_MODES = [
"z80",
]
CM_VERSION = "5.25.0"
CM_VERSION = "5.26.0"
TOP = "META-INF/resources/webjars/codemirror/%s" % CM_VERSION