Update CodeMirror to 5.24.2

Change-Id: I9e86bdb59b5f9295bc1ff50e04174856e5b00444
This commit is contained in:
Paladox none
2017-02-21 23:19:24 +00:00
parent 5e1d923b77
commit 33d4eafec0
2 changed files with 3 additions and 3 deletions

View File

@@ -863,13 +863,13 @@ maven_jar(
maven_jar(
name = "codemirror_minified",
artifact = "org.webjars.npm:codemirror-minified:" + CM_VERSION,
sha1 = "3e8767c9293614968176fcf66cb873d6eb8b3051",
sha1 = "27d5d8902b0c08c049f429575ff4f931e29d1664",
)
maven_jar(
name = "codemirror_original",
artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
sha1 = "879c49085a44f062554a4e4a9ac248b7083d37cf",
sha1 = "76088a0cdf869ae0935821ba6720b2e0ed3e9108",
)
maven_jar(

View File

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