@jupyterlab/notebook
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -534,15 +534,15 @@ import { ReadonlyPartialJSONValue } from '@lumino/coreutils'; | ||
/** | ||
* Handle the `'p-dragenter'` event for the widget. | ||
* Handle the `'lm-dragenter'` event for the widget. | ||
*/ | ||
private _evtDragEnter; | ||
/** | ||
* Handle the `'p-dragleave'` event for the widget. | ||
* Handle the `'lm-dragleave'` event for the widget. | ||
*/ | ||
private _evtDragLeave; | ||
/** | ||
* Handle the `'p-dragover'` event for the widget. | ||
* Handle the `'lm-dragover'` event for the widget. | ||
*/ | ||
private _evtDragOver; | ||
/** | ||
* Handle the `'p-drop'` event for the widget. | ||
* Handle the `'lm-drop'` event for the widget. | ||
*/ | ||
@@ -549,0 +549,0 @@ private _evtDrop; |
{ | ||
"name": "@jupyterlab/notebook", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "JupyterLab - Notebook", | ||
@@ -38,17 +38,17 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^2.0.0-beta.2", | ||
"@jupyterlab/cells": "^2.0.0-beta.2", | ||
"@jupyterlab/codeeditor": "^2.0.0-beta.2", | ||
"@jupyterlab/coreutils": "^4.0.0-beta.2", | ||
"@jupyterlab/docregistry": "^2.0.0-beta.2", | ||
"@jupyterlab/nbformat": "^2.0.0-beta.2", | ||
"@jupyterlab/observables": "^3.0.0-beta.2", | ||
"@jupyterlab/rendermime": "^2.0.0-beta.2", | ||
"@jupyterlab/services": "^5.0.0-beta.2", | ||
"@jupyterlab/statusbar": "^2.0.0-beta.2", | ||
"@jupyterlab/ui-components": "^2.0.0-beta.2", | ||
"@jupyterlab/apputils": "^2.0.0-beta.3", | ||
"@jupyterlab/cells": "^2.0.0-beta.3", | ||
"@jupyterlab/codeeditor": "^2.0.0-beta.3", | ||
"@jupyterlab/coreutils": "^4.0.0-beta.3", | ||
"@jupyterlab/docregistry": "^2.0.0-beta.3", | ||
"@jupyterlab/nbformat": "^2.0.0-beta.3", | ||
"@jupyterlab/observables": "^3.0.0-beta.3", | ||
"@jupyterlab/rendermime": "^2.0.0-beta.3", | ||
"@jupyterlab/services": "^5.0.0-beta.3", | ||
"@jupyterlab/statusbar": "^2.0.0-beta.3", | ||
"@jupyterlab/ui-components": "^2.0.0-beta.3", | ||
"@lumino/algorithm": "^1.2.3", | ||
"@lumino/coreutils": "^1.4.2", | ||
"@lumino/domutils": "^1.1.7", | ||
"@lumino/dragdrop": "^1.4.4", | ||
"@lumino/dragdrop": "^1.5.0", | ||
"@lumino/messaging": "^1.3.3", | ||
@@ -58,3 +58,3 @@ "@lumino/properties": "^1.1.6", | ||
"@lumino/virtualdom": "^1.4.0", | ||
"@lumino/widgets": "^1.9.7", | ||
"@lumino/widgets": "^1.10.0", | ||
"react": "~16.9.0" | ||
@@ -70,3 +70,3 @@ }, | ||
}, | ||
"gitHead": "4e4a0662846a9a987a97808c61593aa997da5b73" | ||
"gitHead": "76b4bca5bd1c02ee0f8afa44f0f258f43e14db36" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
431836
+ Added@babel/runtime@7.26.7(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
- Removed@babel/runtime@7.26.9(transitive)
- Removedcall-bind-apply-helpers@1.0.2(transitive)
Updated@lumino/dragdrop@^1.5.0
Updated@lumino/widgets@^1.10.0