@jupyterlab/codemirror-extension
Advanced tools
Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "@jupyterlab/codemirror-extension", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "JupyterLab - CodeMirror Provider Extension", | ||
@@ -15,8 +15,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.8.2", | ||
"@jupyterlab/apputils": "^0.8.1", | ||
"@jupyterlab/coreutils": "^0.8.0", | ||
"@jupyterlab/codeeditor": "^0.8.0", | ||
"@jupyterlab/codemirror": "^0.8.0", | ||
"@jupyterlab/fileeditor": "^0.8.1", | ||
"@jupyterlab/application": "^0.8.3", | ||
"@jupyterlab/apputils": "^0.8.2", | ||
"@jupyterlab/coreutils": "^0.8.1", | ||
"@jupyterlab/codeeditor": "^0.8.1", | ||
"@jupyterlab/codemirror": "^0.8.1", | ||
"@jupyterlab/fileeditor": "^0.8.2", | ||
"@phosphor/widgets": "^1.3.0" | ||
@@ -26,3 +26,3 @@ }, | ||
"rimraf": "^2.5.2", | ||
"typescript": "~2.3.1" | ||
"typescript": "~2.4.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |