@jupyterlab/docmanager-extension
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -593,3 +593,6 @@ // Copyright (c) Jupyter Development Team. | ||
Dialog.cancelButton(), | ||
Dialog.warnButton({ label: trans.__('Revert') }) | ||
Dialog.warnButton({ | ||
label: trans.__('Revert'), | ||
ariaLabel: trans.__('Revert to Checkpoint') | ||
}) | ||
] | ||
@@ -596,0 +599,0 @@ }).then(result => { |
{ | ||
"name": "@jupyterlab/docmanager-extension", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "JupyterLab - Document Manager Extension", | ||
@@ -41,12 +41,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/application": "^4.0.0", | ||
"@jupyterlab/apputils": "^4.0.0", | ||
"@jupyterlab/coreutils": "^6.0.0", | ||
"@jupyterlab/docmanager": "^4.0.0", | ||
"@jupyterlab/docregistry": "^4.0.0", | ||
"@jupyterlab/services": "^7.0.0", | ||
"@jupyterlab/settingregistry": "^4.0.0", | ||
"@jupyterlab/statusbar": "^4.0.0", | ||
"@jupyterlab/translation": "^4.0.0", | ||
"@jupyterlab/ui-components": "^4.0.0", | ||
"@jupyterlab/application": "^4.0.1", | ||
"@jupyterlab/apputils": "^4.1.1", | ||
"@jupyterlab/coreutils": "^6.0.1", | ||
"@jupyterlab/docmanager": "^4.0.1", | ||
"@jupyterlab/docregistry": "^4.0.1", | ||
"@jupyterlab/services": "^7.0.1", | ||
"@jupyterlab/settingregistry": "^4.0.1", | ||
"@jupyterlab/statusbar": "^4.0.1", | ||
"@jupyterlab/translation": "^4.0.1", | ||
"@jupyterlab/ui-components": "^4.0.1", | ||
"@lumino/algorithm": "^2.0.0", | ||
@@ -53,0 +53,0 @@ "@lumino/commands": "^2.1.1", |
Sorry, the diff of this file is not supported yet
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
120608
2380
+ Added@types/react@18.3.17(transitive)
+ Addedyjs@13.6.20(transitive)
- Removed@types/react@18.3.18(transitive)
- Removedyjs@13.6.21(transitive)
Updated@jupyterlab/apputils@^4.1.1
Updated@jupyterlab/coreutils@^6.0.1
Updated@jupyterlab/services@^7.0.1
Updated@jupyterlab/statusbar@^4.0.1