@jupyter/collaboration-extension 5.0.0-alpha.0 → 5.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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter/collaboration-extension",
3
- "version": "5.0.0-alpha.0",
3
+ "version": "5.0.0-rc.0",
4
4
  "description": "JupyterLab - Real-Time Collaboration Extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -41,8 +41,8 @@
41
41
  "build:lib": "tsc --sourceMap",
42
42
  "build:lib:prod": "tsc",
43
43
  "build:prod": "jlpm run clean && jlpm run build:lib:prod && jlpm run build:labextension",
44
- "build:labextension": "jupyter labextension build .",
45
- "build:labextension:dev": "jupyter labextension build --development True .",
44
+ "build:labextension": "jupyter-builder build .",
45
+ "build:labextension:dev": "jupyter-builder build --development True .",
46
46
  "clean": "jlpm run clean:lib",
47
47
  "clean:lib": "rimraf lib tsconfig.tsbuildinfo node_modules",
48
48
  "clean:labextension": "rimraf ../../projects/jupyter-collaboration-ui/jupyter_collaboration_ui/labextension",
@@ -50,28 +50,28 @@
50
50
  "install:extension": "jlpm run build",
51
51
  "watch": "run-p watch:src watch:labextension",
52
52
  "watch:src": "tsc -w",
53
- "watch:labextension": "jupyter labextension watch ."
53
+ "watch:labextension": "jupyter-builder watch ."
54
54
  },
55
55
  "dependencies": {
56
- "@jupyter/collaboration": "^5.0.0-alpha.0",
57
- "@jupyter/collaborative-drive": "^5.0.0-alpha.0",
58
- "@jupyter/docprovider": "^5.0.0-alpha.0",
59
- "@jupyter/ydoc": "^4.0.0-b0",
60
- "@jupyterlab/application": "^4.6.0-beta.1",
61
- "@jupyterlab/apputils": "^4.7.0-beta.1",
62
- "@jupyterlab/codemirror": "^4.6.0-beta.1",
63
- "@jupyterlab/coreutils": "^6.6.0-beta.1",
64
- "@jupyterlab/services": "^7.6.0-beta.1",
65
- "@jupyterlab/statedb": "^4.6.0-beta.1",
66
- "@jupyterlab/translation": "^4.6.0-beta.1",
67
- "@jupyterlab/ui-components": "^4.6.0-beta.1",
56
+ "@jupyter/collaboration": "^5.0.0-rc.0",
57
+ "@jupyter/collaborative-drive": "^5.0.0-rc.0",
58
+ "@jupyter/docprovider": "^5.0.0-rc.0",
59
+ "@jupyter/ydoc": "^4.0.0",
60
+ "@jupyterlab/application": "^4.6.0",
61
+ "@jupyterlab/apputils": "^4.7.0",
62
+ "@jupyterlab/codemirror": "^4.6.0",
63
+ "@jupyterlab/coreutils": "^6.6.0",
64
+ "@jupyterlab/services": "^7.6.0",
65
+ "@jupyterlab/statedb": "^4.6.0",
66
+ "@jupyterlab/translation": "^4.6.0",
67
+ "@jupyterlab/ui-components": "^4.6.0",
68
68
  "@lumino/widgets": "^2.8.0",
69
69
  "y-protocols": "^1.0.5",
70
70
  "y-websocket": "^1.3.15",
71
71
  "yjs": "^13.5.40"
72
72
  },
73
73
  "devDependencies": {
74
- "@jupyterlab/builder": "^4.6.0-alpha.5",
74
+ "@jupyter/builder": "^1.2.0",
75
75
  "@types/react": "~18.3.1",
76
76
  "npm-run-all": "^4.1.5",
77
77
  "rimraf": "^4.1.2",