|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"private": true,
|
|
|
"name": "@jupyterlab/main",
|
|
|
- "version": "0.1.2",
|
|
|
+ "version": "0.1.3",
|
|
|
"scripts": {
|
|
|
"build": "cd ../packages/extension-builder && npm run build && cd ../../jupyterlab && tsc && webpack",
|
|
|
"clean": "rimraf build",
|
|
@@ -12,29 +12,29 @@
|
|
|
"@jupyterlab/about-extension": "^0.1.1",
|
|
|
"@jupyterlab/application-extension": "^0.1.1",
|
|
|
"@jupyterlab/apputils-extension": "^0.1.1",
|
|
|
- "@jupyterlab/codemirror-extension": "^0.1.1",
|
|
|
- "@jupyterlab/completer-extension": "^0.1.1",
|
|
|
- "@jupyterlab/console-extension": "^0.1.1",
|
|
|
- "@jupyterlab/csvwidget-extension": "^0.1.1",
|
|
|
- "@jupyterlab/default-theme": "^0.1.1",
|
|
|
- "@jupyterlab/docmanager-extension": "^0.1.1",
|
|
|
- "@jupyterlab/docregistry-extension": "^0.1.1",
|
|
|
- "@jupyterlab/editorwidget-extension": "^0.1.1",
|
|
|
+ "@jupyterlab/codemirror-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/completer-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/console-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/csvwidget-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/default-theme": "^0.1.3",
|
|
|
+ "@jupyterlab/docmanager-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/docregistry-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/editorwidget-extension": "^0.1.3",
|
|
|
"@jupyterlab/faq-extension": "^0.1.1",
|
|
|
- "@jupyterlab/filebrowser-extension": "^0.1.1",
|
|
|
+ "@jupyterlab/filebrowser-extension": "^0.1.3",
|
|
|
"@jupyterlab/help-extension": "^0.1.1",
|
|
|
- "@jupyterlab/imagewidget-extension": "^0.1.1",
|
|
|
- "@jupyterlab/inspector-extension": "^0.1.1",
|
|
|
- "@jupyterlab/landing-extension": "^0.1.1",
|
|
|
- "@jupyterlab/launcher-extension": "^0.1.1",
|
|
|
- "@jupyterlab/markdownwidget-extension": "^0.1.1",
|
|
|
- "@jupyterlab/notebook-extension": "^0.1.1",
|
|
|
- "@jupyterlab/rendermime-extension": "^0.1.1",
|
|
|
+ "@jupyterlab/imagewidget-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/inspector-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/landing-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/launcher-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/markdownwidget-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/notebook-extension": "^0.1.3",
|
|
|
+ "@jupyterlab/rendermime-extension": "^0.1.3",
|
|
|
"@jupyterlab/running-extension": "^0.1.1",
|
|
|
"@jupyterlab/services-extension": "^0.1.1",
|
|
|
"@jupyterlab/shortcuts-extension": "^0.1.1",
|
|
|
"@jupyterlab/terminal-extension": "^0.1.1",
|
|
|
- "@jupyterlab/tooltip-extension": "^0.1.1",
|
|
|
+ "@jupyterlab/tooltip-extension": "^0.1.3",
|
|
|
"es6-promise": "^4.1.0",
|
|
|
"font-awesome": "^4.6.3"
|
|
|
},
|