Skip to content

Commit 7380454

Browse files
committed
Added a new DocumentModel
1 parent 907edfd commit 7380454

File tree

8 files changed

+1952
-1402
lines changed

8 files changed

+1952
-1402
lines changed

package.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,26 @@
4545
"watch:src": "tsc -w"
4646
},
4747
"dependencies": {
48-
"@jupyterlab/application": "^3.0.6",
49-
"@jupyterlab/apputils": "^3.0.5",
50-
"@jupyterlab/coreutils": "^5.0.3",
51-
"@jupyterlab/docregistry": "^3.0.6",
52-
"@jupyterlab/filebrowser": "^3.0.6",
53-
"@jupyterlab/launcher": "^3.0.5",
54-
"@jupyterlab/mainmenu": "^3.0.5",
48+
"@jupyterlab/application": "^3.1.0-alpha.7",
49+
"@jupyterlab/apputils": "^3.1.0-alpha.7",
50+
"@jupyterlab/coreutils": "^5.1.0-alpha.7",
51+
"@jupyterlab/docregistry": "^3.1.0-alpha.7",
52+
"@jupyterlab/filebrowser": "^3.1.0-alpha.7",
53+
"@jupyterlab/launcher": "^3.1.0-alpha.7",
54+
"@jupyterlab/mainmenu": "^3.1.0-alpha.7",
55+
"@jupyterlab/observables": "^4.1.0-alpha.7",
56+
"@jupyterlab/services": "~6.1.0-alpha.7",
57+
"@jupyterlab/shared-models": "^3.1.0-alpha.7",
58+
"@jupyterlab/ui-components": "^3.1.0-alpha.7",
59+
"@lumino/commands": "^1.12.0",
5560
"@lumino/coreutils": "^1.5.3",
56-
"@lumino/widgets": "^1.18.0"
61+
"@lumino/signaling": "^1.4.3",
62+
"@lumino/widgets": "^1.19.0",
63+
"react": "^17.0.1",
64+
"react-dom": "^17.0.1"
5765
},
5866
"devDependencies": {
5967
"@jupyterlab/builder": "^3.0.5",
60-
"@lumino/messaging": "^1.4.3",
6168
"@typescript-eslint/eslint-plugin": "^2.27.0",
6269
"@typescript-eslint/parser": "^2.27.0",
6370
"eslint": "^7.5.0",

src/editor.ts

Lines changed: 0 additions & 285 deletions
This file was deleted.

0 commit comments

Comments
 (0)