|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@jupyterlab/toc",
|
|
|
- "version": "0.3.0",
|
|
|
+ "version": "0.3.1",
|
|
|
"private": false,
|
|
|
"description": "Table of Contents extension for JupyterLab",
|
|
|
"keywords": [
|
|
@@ -33,24 +33,21 @@
|
|
|
"watch": "tsc -w"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "^0.17.0",
|
|
|
- "@jupyterlab/apputils": "^0.17.0",
|
|
|
- "@jupyterlab/cells": "^0.17.0",
|
|
|
- "@jupyterlab/coreutils": "^2.0.0",
|
|
|
- "@jupyterlab/docmanager": "^0.17.0",
|
|
|
- "@jupyterlab/docregistry": "^0.17.0",
|
|
|
- "@jupyterlab/fileeditor": "^0.17.0",
|
|
|
- "@jupyterlab/notebook": "^0.17.0",
|
|
|
- "@jupyterlab/rendermime": "^0.17.0",
|
|
|
+ "@jupyterlab/application": "^0.18.0",
|
|
|
+ "@jupyterlab/apputils": "^0.18.0",
|
|
|
+ "@jupyterlab/cells": "^0.18.0",
|
|
|
+ "@jupyterlab/coreutils": "^2.1.0",
|
|
|
+ "@jupyterlab/docmanager": "^0.18.0",
|
|
|
+ "@jupyterlab/docregistry": "^0.18.0",
|
|
|
+ "@jupyterlab/fileeditor": "^0.18.0",
|
|
|
+ "@jupyterlab/notebook": "^0.18.0",
|
|
|
+ "@jupyterlab/rendermime": "^0.18.0",
|
|
|
"@phosphor/algorithm": "^1.1.2",
|
|
|
"@phosphor/coreutils": "^1.3.0",
|
|
|
"@phosphor/messaging": "^1.2.2",
|
|
|
"@phosphor/widgets": "^1.6.0",
|
|
|
- "@types/react-codemirror": "^1.0.1",
|
|
|
- "codemirror": "^5.39.2",
|
|
|
"react": "~16.2.0",
|
|
|
- "react-dom": "~16.2.0",
|
|
|
- "typestyle": "^2.0.1"
|
|
|
+ "react-dom": "~16.2.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@types/react": "~16.0.19",
|