Merge "Update codemirror to 5.25.0"

This commit is contained in:
Dave Borowitz 2017-03-23 01:18:05 +00:00 committed by Gerrit Code Review
commit c81ad3135a
2 changed files with 3 additions and 3 deletions

View File

@ -880,13 +880,13 @@ maven_jar(
maven_jar(
name = "codemirror_minified",
artifact = "org.webjars.npm:codemirror-minified:" + CM_VERSION,
sha1 = "27d5d8902b0c08c049f429575ff4f931e29d1664",
sha1 = "f84c178b11a188f416b4380bfb2b24f126453d28",
)
maven_jar(
name = "codemirror_original",
artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
sha1 = "76088a0cdf869ae0935821ba6720b2e0ed3e9108",
sha1 = "5a1f6c10d5aef0b9d2ce513dcc1e2657e4af730d",
)
maven_jar(

View File

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