@jupyterlab/notebook-extension 4.3.0-alpha.2 → 4.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook-extension",
3
- "version": "4.3.0-alpha.2",
3
+ "version": "4.3.0-beta.1",
4
4
  "description": "JupyterLab - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -36,36 +36,36 @@
36
36
  "watch": "tsc -b --watch"
37
37
  },
38
38
  "dependencies": {
39
- "@jupyter/ydoc": "^2.0.1",
40
- "@jupyterlab/application": "^4.3.0-alpha.2",
41
- "@jupyterlab/apputils": "^4.4.0-alpha.2",
42
- "@jupyterlab/cells": "^4.3.0-alpha.2",
43
- "@jupyterlab/codeeditor": "^4.3.0-alpha.2",
44
- "@jupyterlab/codemirror": "^4.3.0-alpha.2",
45
- "@jupyterlab/completer": "^4.3.0-alpha.2",
46
- "@jupyterlab/coreutils": "^6.3.0-alpha.2",
47
- "@jupyterlab/docmanager": "^4.3.0-alpha.2",
48
- "@jupyterlab/docmanager-extension": "^4.3.0-alpha.2",
49
- "@jupyterlab/docregistry": "^4.3.0-alpha.2",
50
- "@jupyterlab/documentsearch": "^4.3.0-alpha.2",
51
- "@jupyterlab/filebrowser": "^4.3.0-alpha.2",
52
- "@jupyterlab/launcher": "^4.3.0-alpha.2",
53
- "@jupyterlab/logconsole": "^4.3.0-alpha.2",
54
- "@jupyterlab/lsp": "^4.3.0-alpha.2",
55
- "@jupyterlab/mainmenu": "^4.3.0-alpha.2",
56
- "@jupyterlab/metadataform": "^4.3.0-alpha.2",
57
- "@jupyterlab/nbformat": "^4.3.0-alpha.2",
58
- "@jupyterlab/notebook": "^4.3.0-alpha.2",
59
- "@jupyterlab/observables": "^5.3.0-alpha.2",
60
- "@jupyterlab/property-inspector": "^4.3.0-alpha.2",
61
- "@jupyterlab/rendermime": "^4.3.0-alpha.2",
62
- "@jupyterlab/services": "^7.3.0-alpha.2",
63
- "@jupyterlab/settingregistry": "^4.3.0-alpha.2",
64
- "@jupyterlab/statedb": "^4.3.0-alpha.2",
65
- "@jupyterlab/statusbar": "^4.3.0-alpha.2",
66
- "@jupyterlab/toc": "^6.3.0-alpha.2",
67
- "@jupyterlab/translation": "^4.3.0-alpha.2",
68
- "@jupyterlab/ui-components": "^4.3.0-alpha.2",
39
+ "@jupyter/ydoc": "^3.0.0-a5",
40
+ "@jupyterlab/application": "^4.3.0-beta.1",
41
+ "@jupyterlab/apputils": "^4.4.0-beta.1",
42
+ "@jupyterlab/cells": "^4.3.0-beta.1",
43
+ "@jupyterlab/codeeditor": "^4.3.0-beta.1",
44
+ "@jupyterlab/codemirror": "^4.3.0-beta.1",
45
+ "@jupyterlab/completer": "^4.3.0-beta.1",
46
+ "@jupyterlab/coreutils": "^6.3.0-beta.1",
47
+ "@jupyterlab/docmanager": "^4.3.0-beta.1",
48
+ "@jupyterlab/docmanager-extension": "^4.3.0-beta.1",
49
+ "@jupyterlab/docregistry": "^4.3.0-beta.1",
50
+ "@jupyterlab/documentsearch": "^4.3.0-beta.1",
51
+ "@jupyterlab/filebrowser": "^4.3.0-beta.1",
52
+ "@jupyterlab/launcher": "^4.3.0-beta.1",
53
+ "@jupyterlab/logconsole": "^4.3.0-beta.1",
54
+ "@jupyterlab/lsp": "^4.3.0-beta.1",
55
+ "@jupyterlab/mainmenu": "^4.3.0-beta.1",
56
+ "@jupyterlab/metadataform": "^4.3.0-beta.1",
57
+ "@jupyterlab/nbformat": "^4.3.0-beta.1",
58
+ "@jupyterlab/notebook": "^4.3.0-beta.1",
59
+ "@jupyterlab/observables": "^5.3.0-beta.1",
60
+ "@jupyterlab/property-inspector": "^4.3.0-beta.1",
61
+ "@jupyterlab/rendermime": "^4.3.0-beta.1",
62
+ "@jupyterlab/services": "^7.3.0-beta.1",
63
+ "@jupyterlab/settingregistry": "^4.3.0-beta.1",
64
+ "@jupyterlab/statedb": "^4.3.0-beta.1",
65
+ "@jupyterlab/statusbar": "^4.3.0-beta.1",
66
+ "@jupyterlab/toc": "^6.3.0-beta.1",
67
+ "@jupyterlab/translation": "^4.3.0-beta.1",
68
+ "@jupyterlab/ui-components": "^4.3.0-beta.1",
69
69
  "@lumino/algorithm": "^2.0.1",
70
70
  "@lumino/commands": "^2.3.0",
71
71
  "@lumino/coreutils": "^2.1.2",