Update codemirror to 5.27.2

See https://codemirror.net/doc/releases.html

Change-Id: I486fcd4bc9742428c5c8f8bf5ec3b58efd715593
This commit is contained in:
Paladox none 2017-06-28 10:03:29 +00:00
parent d782a4f896
commit f5124487a4
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 = "a62e6dc43acc09df962edeb8013c987da7739e7a",
sha1 = "7464d1bf59a36b081981b855a51839bf3a1f302d",
)
maven_jar(
name = "codemirror_original",
artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
sha1 = "7a5ae457aa3bc0023d21bc75793bac86b83b0c51",
sha1 = "8bcf4d541eba5c1c6916cb449fe4baf73d2ebd6f",
)
maven_jar(

View File

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