@jupyterlab/notebook-extension 4.0.0-beta.2 → 4.0.0-rc.0

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 +35 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook-extension",
3
- "version": "4.0.0-beta.2",
3
+ "version": "4.0.0-rc.0",
4
4
  "description": "JupyterLab - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -38,42 +38,42 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@jupyter/ydoc": "^1.0.2",
41
- "@jupyterlab/application": "^4.0.0-beta.2",
42
- "@jupyterlab/apputils": "^4.0.0-beta.2",
43
- "@jupyterlab/cells": "^4.0.0-beta.2",
44
- "@jupyterlab/codeeditor": "^4.0.0-beta.2",
45
- "@jupyterlab/codemirror": "^4.0.0-beta.2",
46
- "@jupyterlab/completer": "^4.0.0-beta.2",
47
- "@jupyterlab/coreutils": "^6.0.0-beta.2",
48
- "@jupyterlab/docmanager": "^4.0.0-beta.2",
49
- "@jupyterlab/docmanager-extension": "^4.0.0-beta.2",
50
- "@jupyterlab/docregistry": "^4.0.0-beta.2",
51
- "@jupyterlab/documentsearch": "^4.0.0-beta.2",
52
- "@jupyterlab/filebrowser": "^4.0.0-beta.2",
53
- "@jupyterlab/launcher": "^4.0.0-beta.2",
54
- "@jupyterlab/logconsole": "^4.0.0-beta.2",
55
- "@jupyterlab/lsp": "^4.0.0-beta.2",
56
- "@jupyterlab/mainmenu": "^4.0.0-beta.2",
57
- "@jupyterlab/metadataform": "^4.0.0-beta.2",
58
- "@jupyterlab/nbformat": "^4.0.0-beta.2",
59
- "@jupyterlab/notebook": "^4.0.0-beta.2",
60
- "@jupyterlab/observables": "^5.0.0-beta.2",
61
- "@jupyterlab/property-inspector": "^4.0.0-beta.2",
62
- "@jupyterlab/rendermime": "^4.0.0-beta.2",
63
- "@jupyterlab/services": "^7.0.0-beta.2",
64
- "@jupyterlab/settingregistry": "^4.0.0-beta.2",
65
- "@jupyterlab/statedb": "^4.0.0-beta.2",
66
- "@jupyterlab/statusbar": "^4.0.0-beta.2",
67
- "@jupyterlab/toc": "^6.0.0-beta.2",
68
- "@jupyterlab/translation": "^4.0.0-beta.2",
69
- "@jupyterlab/ui-components": "^4.0.0-beta.2",
41
+ "@jupyterlab/application": "^4.0.0-rc.0",
42
+ "@jupyterlab/apputils": "^4.0.0-rc.0",
43
+ "@jupyterlab/cells": "^4.0.0-rc.0",
44
+ "@jupyterlab/codeeditor": "^4.0.0-rc.0",
45
+ "@jupyterlab/codemirror": "^4.0.0-rc.0",
46
+ "@jupyterlab/completer": "^4.0.0-rc.0",
47
+ "@jupyterlab/coreutils": "^6.0.0-rc.0",
48
+ "@jupyterlab/docmanager": "^4.0.0-rc.0",
49
+ "@jupyterlab/docmanager-extension": "^4.0.0-rc.0",
50
+ "@jupyterlab/docregistry": "^4.0.0-rc.0",
51
+ "@jupyterlab/documentsearch": "^4.0.0-rc.0",
52
+ "@jupyterlab/filebrowser": "^4.0.0-rc.0",
53
+ "@jupyterlab/launcher": "^4.0.0-rc.0",
54
+ "@jupyterlab/logconsole": "^4.0.0-rc.0",
55
+ "@jupyterlab/lsp": "^4.0.0-rc.0",
56
+ "@jupyterlab/mainmenu": "^4.0.0-rc.0",
57
+ "@jupyterlab/metadataform": "^4.0.0-rc.0",
58
+ "@jupyterlab/nbformat": "^4.0.0-rc.0",
59
+ "@jupyterlab/notebook": "^4.0.0-rc.0",
60
+ "@jupyterlab/observables": "^5.0.0-rc.0",
61
+ "@jupyterlab/property-inspector": "^4.0.0-rc.0",
62
+ "@jupyterlab/rendermime": "^4.0.0-rc.0",
63
+ "@jupyterlab/services": "^7.0.0-rc.0",
64
+ "@jupyterlab/settingregistry": "^4.0.0-rc.0",
65
+ "@jupyterlab/statedb": "^4.0.0-rc.0",
66
+ "@jupyterlab/statusbar": "^4.0.0-rc.0",
67
+ "@jupyterlab/toc": "^6.0.0-rc.0",
68
+ "@jupyterlab/translation": "^4.0.0-rc.0",
69
+ "@jupyterlab/ui-components": "^4.0.0-rc.0",
70
70
  "@lumino/algorithm": "^2.0.0",
71
- "@lumino/commands": "^2.1.0",
72
- "@lumino/coreutils": "^2.1.0",
73
- "@lumino/disposable": "^2.1.0",
71
+ "@lumino/commands": "^2.1.1",
72
+ "@lumino/coreutils": "^2.1.1",
73
+ "@lumino/disposable": "^2.1.1",
74
74
  "@lumino/messaging": "^2.0.0",
75
- "@lumino/polling": "^2.1.0",
76
- "@lumino/widgets": "^2.1.0",
75
+ "@lumino/polling": "^2.1.1",
76
+ "@lumino/widgets": "^2.1.1",
77
77
  "@rjsf/utils": "^5.1.0",
78
78
  "react": "^18.2.0"
79
79
  },