Merge "Upgrade codemirror to 5.26.0"

This commit is contained in:
David Pursehouse
2017-06-16 00:46:21 +00:00
committed by Gerrit Code Review
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