@jupyterlab/tooltip
Advanced tools
Comparing version 1.0.0 to 1.0.1
export * from './tokens'; | ||
export * from './widget'; |
@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team. |
@@ -0,0 +0,0 @@ import { Kernel } from '@jupyterlab/services'; |
@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team. |
@@ -0,0 +0,0 @@ import { JSONObject } from '@phosphor/coreutils'; |
@@ -0,0 +0,0 @@ // Copyright (c) Jupyter Development Team. |
{ | ||
"name": "@jupyterlab/tooltip", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JupyterLab - Tooltip Widget", | ||
@@ -38,6 +38,6 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^1.0.0", | ||
"@jupyterlab/apputils": "^1.0.1", | ||
"@jupyterlab/codeeditor": "^1.0.0", | ||
"@jupyterlab/rendermime": "^1.0.0", | ||
"@jupyterlab/services": "^4.0.0", | ||
"@jupyterlab/rendermime": "^1.0.1", | ||
"@jupyterlab/services": "^4.0.1", | ||
"@phosphor/coreutils": "^1.3.1", | ||
@@ -55,3 +55,3 @@ "@phosphor/messaging": "^1.2.3", | ||
}, | ||
"gitHead": "382da7c3efb2696a0ae26a4fea27aeeead99fbd9" | ||
"gitHead": "7907e52fc52e4155945c8e55064467464f4f9c5c" | ||
} |
19630
Updated@jupyterlab/apputils@^1.0.1
Updated@jupyterlab/services@^4.0.1