@jupyterlab/fileeditor-extension
Advanced tools
Comparing version 4.3.0-alpha.2 to 4.3.0-beta.0
{ | ||
"name": "@jupyterlab/fileeditor-extension", | ||
"version": "4.3.0-alpha.2", | ||
"version": "4.3.0-beta.0", | ||
"description": "JupyterLab - Editor Widget Extension", | ||
@@ -42,24 +42,24 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"@codemirror/search": "^6.5.6", | ||
"@jupyterlab/application": "^4.3.0-alpha.2", | ||
"@jupyterlab/apputils": "^4.4.0-alpha.2", | ||
"@jupyterlab/codeeditor": "^4.3.0-alpha.2", | ||
"@jupyterlab/codemirror": "^4.3.0-alpha.2", | ||
"@jupyterlab/completer": "^4.3.0-alpha.2", | ||
"@jupyterlab/console": "^4.3.0-alpha.2", | ||
"@jupyterlab/coreutils": "^6.3.0-alpha.2", | ||
"@jupyterlab/docregistry": "^4.3.0-alpha.2", | ||
"@jupyterlab/documentsearch": "^4.3.0-alpha.2", | ||
"@jupyterlab/filebrowser": "^4.3.0-alpha.2", | ||
"@jupyterlab/fileeditor": "^4.3.0-alpha.2", | ||
"@jupyterlab/launcher": "^4.3.0-alpha.2", | ||
"@jupyterlab/lsp": "^4.3.0-alpha.2", | ||
"@jupyterlab/mainmenu": "^4.3.0-alpha.2", | ||
"@jupyterlab/observables": "^5.3.0-alpha.2", | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-alpha.2", | ||
"@jupyterlab/services": "^7.3.0-alpha.2", | ||
"@jupyterlab/settingregistry": "^4.3.0-alpha.2", | ||
"@jupyterlab/statusbar": "^4.3.0-alpha.2", | ||
"@jupyterlab/toc": "^6.3.0-alpha.2", | ||
"@jupyterlab/translation": "^4.3.0-alpha.2", | ||
"@jupyterlab/ui-components": "^4.3.0-alpha.2", | ||
"@jupyterlab/application": "^4.3.0-beta.0", | ||
"@jupyterlab/apputils": "^4.4.0-beta.0", | ||
"@jupyterlab/codeeditor": "^4.3.0-beta.0", | ||
"@jupyterlab/codemirror": "^4.3.0-beta.0", | ||
"@jupyterlab/completer": "^4.3.0-beta.0", | ||
"@jupyterlab/console": "^4.3.0-beta.0", | ||
"@jupyterlab/coreutils": "^6.3.0-beta.0", | ||
"@jupyterlab/docregistry": "^4.3.0-beta.0", | ||
"@jupyterlab/documentsearch": "^4.3.0-beta.0", | ||
"@jupyterlab/filebrowser": "^4.3.0-beta.0", | ||
"@jupyterlab/fileeditor": "^4.3.0-beta.0", | ||
"@jupyterlab/launcher": "^4.3.0-beta.0", | ||
"@jupyterlab/lsp": "^4.3.0-beta.0", | ||
"@jupyterlab/mainmenu": "^4.3.0-beta.0", | ||
"@jupyterlab/observables": "^5.3.0-beta.0", | ||
"@jupyterlab/rendermime-interfaces": "^3.11.0-beta.0", | ||
"@jupyterlab/services": "^7.3.0-beta.0", | ||
"@jupyterlab/settingregistry": "^4.3.0-beta.0", | ||
"@jupyterlab/statusbar": "^4.3.0-beta.0", | ||
"@jupyterlab/toc": "^6.3.0-beta.0", | ||
"@jupyterlab/translation": "^4.3.0-beta.0", | ||
"@jupyterlab/ui-components": "^4.3.0-beta.0", | ||
"@lumino/algorithm": "^2.0.1", | ||
@@ -66,0 +66,0 @@ "@lumino/commands": "^2.3.0", |
202703