@jupyterlab/docmanager
Advanced tools
Comparing version 4.0.0-alpha.15 to 4.0.0-alpha.16
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "4.0.0-alpha.15", | ||
"version": "4.0.0-alpha.16", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -44,10 +44,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^4.0.0-alpha.15", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.15", | ||
"@jupyterlab/docprovider": "^4.0.0-alpha.15", | ||
"@jupyterlab/docregistry": "^4.0.0-alpha.15", | ||
"@jupyterlab/services": "^7.0.0-alpha.15", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.15", | ||
"@jupyterlab/translation": "^4.0.0-alpha.15", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.30", | ||
"@jupyterlab/apputils": "^4.0.0-alpha.16", | ||
"@jupyterlab/coreutils": "^6.0.0-alpha.16", | ||
"@jupyterlab/docprovider": "^4.0.0-alpha.16", | ||
"@jupyterlab/docregistry": "^4.0.0-alpha.16", | ||
"@jupyterlab/services": "^7.0.0-alpha.16", | ||
"@jupyterlab/statusbar": "^4.0.0-alpha.16", | ||
"@jupyterlab/translation": "^4.0.0-alpha.16", | ||
"@jupyterlab/ui-components": "^4.0.0-alpha.31", | ||
"@lumino/algorithm": "^2.0.0-alpha.6", | ||
@@ -63,3 +63,3 @@ "@lumino/coreutils": "^2.0.0-alpha.6", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^4.0.0-alpha.15", | ||
"@jupyterlab/testutils": "^4.0.0-alpha.16", | ||
"@types/jest": "^26.0.10", | ||
@@ -66,0 +66,0 @@ "jest": "^26.4.2", |
@@ -10,3 +10,2 @@ /*----------------------------------------------------------------------------- | ||
import '@jupyterlab/apputils/style/index.js'; | ||
import '@jupyterlab/docprovider/style/index.js'; | ||
import '@jupyterlab/docregistry/style/index.js'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121152
2516