update codemirror component to 5.37

This should fix f string syntax highlighting 
https://github.com/jupyter/notebook/issues/2037
This commit is contained in:
Gabriel 2018-08-02 14:12:43 -04:00 committed by GitHub
parent b94cc449db
commit 268332dde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"backbone": "components/backbone#~1.2",
"bootstrap": "components/bootstrap#~3.3",
"bootstrap-tour": "0.9.0",
"codemirror": "components/codemirror#~5.35",
"codemirror": "components/codemirror#~5.37",
"es6-promise": "~1.0",
"font-awesome": "components/font-awesome#~4.7.0",
"google-caja": "5669",