@jupyterlab/imageviewer
Advanced tools
Comparing version 4.4.0-alpha.3 to 4.4.0-beta.0
{ | ||
"name": "@jupyterlab/imageviewer", | ||
"version": "4.4.0-alpha.3", | ||
"version": "4.4.0-beta.0", | ||
"description": "JupyterLab - Image Widget", | ||
@@ -44,15 +44,15 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.5.0-alpha.3", | ||
"@jupyterlab/coreutils": "^6.4.0-alpha.3", | ||
"@jupyterlab/docregistry": "^4.4.0-alpha.3", | ||
"@jupyterlab/apputils": "^4.5.0-beta.0", | ||
"@jupyterlab/coreutils": "^6.4.0-beta.0", | ||
"@jupyterlab/docregistry": "^4.4.0-beta.0", | ||
"@lumino/coreutils": "^2.2.0", | ||
"@lumino/messaging": "^2.0.2", | ||
"@lumino/widgets": "^2.5.0" | ||
"@lumino/widgets": "^2.6.0" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.4.0-alpha.3", | ||
"@jupyterlab/testing": "^4.4.0-beta.0", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.0", | ||
"rimraf": "~5.0.5", | ||
"typescript": "~5.1.6" | ||
"typescript": "~5.5.4" | ||
}, | ||
@@ -59,0 +59,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
27239