@jupyterlab/inspector-extension
Advanced tools
Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "@jupyterlab/inspector-extension", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "JupyterLab - Code Inspector Extension", | ||
@@ -15,7 +15,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/application": "^0.8.2", | ||
"@jupyterlab/apputils": "^0.8.1", | ||
"@jupyterlab/console": "^0.8.1", | ||
"@jupyterlab/inspector": "^0.8.1", | ||
"@jupyterlab/notebook": "^0.8.2", | ||
"@jupyterlab/application": "^0.8.3", | ||
"@jupyterlab/apputils": "^0.8.2", | ||
"@jupyterlab/console": "^0.8.2", | ||
"@jupyterlab/inspector": "^0.8.2", | ||
"@jupyterlab/notebook": "^0.8.3", | ||
"@phosphor/disposable": "^1.1.1" | ||
@@ -25,3 +25,3 @@ }, | ||
"rimraf": "^2.5.2", | ||
"typescript": "~2.3.1" | ||
"typescript": "~2.4.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
Updated@jupyterlab/apputils@^0.8.2
Updated@jupyterlab/console@^0.8.2
Updated@jupyterlab/inspector@^0.8.2
Updated@jupyterlab/notebook@^0.8.3