@jupyterlab/imageviewer
Advanced tools
Comparing version 4.3.0-beta.3 to 4.3.0-rc.0
{ | ||
"name": "@jupyterlab/imageviewer", | ||
"version": "4.3.0-beta.3", | ||
"version": "4.3.0-rc.0", | ||
"description": "JupyterLab - Image Widget", | ||
@@ -44,5 +44,5 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.4.0-beta.3", | ||
"@jupyterlab/coreutils": "^6.3.0-beta.3", | ||
"@jupyterlab/docregistry": "^4.3.0-beta.3", | ||
"@jupyterlab/apputils": "^4.4.0-rc.0", | ||
"@jupyterlab/coreutils": "^6.3.0-rc.0", | ||
"@jupyterlab/docregistry": "^4.3.0-rc.0", | ||
"@lumino/coreutils": "^2.2.0", | ||
@@ -53,3 +53,3 @@ "@lumino/messaging": "^2.0.2", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.3.0-beta.3", | ||
"@jupyterlab/testing": "^4.3.0-rc.0", | ||
"@types/jest": "^29.2.0", | ||
@@ -56,0 +56,0 @@ "jest": "^29.2.0", |
27149