|
49 | 49 | "schemaDir": "schema"
|
50 | 50 | },
|
51 | 51 | "dependencies": {
|
52 |
| - "@jupyterlab/application": "^1.1.0", |
53 |
| - "@jupyterlab/apputils": "^1.1.0", |
54 |
| - "@jupyterlab/codemirror": "^1.1.0", |
55 |
| - "@jupyterlab/console": "^1.1.0", |
56 |
| - "@jupyterlab/coreutils": "^3.1.0", |
57 |
| - "@jupyterlab/filebrowser": "^1.1.0", |
58 |
| - "@jupyterlab/mainmenu": "^1.1.0", |
59 |
| - "@jupyterlab/services": "^4.1.0", |
60 |
| - "@jupyterlab/terminal": "^1.1.0", |
61 |
| - "@jupyterlab/ui-components": "^1.1.0", |
| 52 | + "@jupyterlab/application": "^2.0.0", |
| 53 | + "@jupyterlab/apputils": "^2.0.0", |
| 54 | + "@jupyterlab/codemirror": "^2.0.0", |
| 55 | + "@jupyterlab/console": "^2.0.0", |
| 56 | + "@jupyterlab/coreutils": "^4.0.0", |
| 57 | + "@jupyterlab/filebrowser": "^2.0.0", |
| 58 | + "@jupyterlab/mainmenu": "^2.0.0", |
| 59 | + "@jupyterlab/nbformat": "^2.0.0", |
| 60 | + "@jupyterlab/services": "^5.0.0", |
| 61 | + "@jupyterlab/settingregistry": "^2.0.0", |
| 62 | + "@jupyterlab/terminal": "^2.0.0", |
| 63 | + "@jupyterlab/ui-components": "^2.0.0", |
| 64 | + "@lumino/polling": "^1.0.4", |
| 65 | + "@lumino/widgets": "^1.11.1", |
62 | 66 | "@material-ui/core": "^4.8.2",
|
63 | 67 | "@material-ui/icons": "^4.5.1",
|
64 |
| - "@phosphor/widgets": "^1.8.0", |
65 | 68 | "diff-match-patch": "^1.0.4",
|
66 |
| - "nbdime": "~5.0.1", |
67 |
| - "react": "~16.8.4", |
68 |
| - "react-dom": "~16.8.4", |
| 69 | + "nbdime": "^6.0.0", |
| 70 | + "react": "~16.9.0", |
| 71 | + "react-dom": "~16.9.0", |
69 | 72 | "react-textarea-autosize": "^7.1.2",
|
70 | 73 | "typestyle": "^2.0.1"
|
71 | 74 | },
|
72 | 75 | "devDependencies": {
|
73 | 76 | "@babel/core": "^7.5.0",
|
74 | 77 | "@babel/preset-env": "^7.5.0",
|
75 |
| - "@jupyterlab/testutils": "^1.1.0", |
| 78 | + "@jupyterlab/testutils": "^2.0.0", |
76 | 79 | "@types/codemirror": "^0.0.79",
|
77 | 80 | "@types/diff-match-patch": "^1.0.32",
|
78 | 81 | "@types/enzyme": "3.1.15",
|
|
96 | 99 | "tslint": "^5.11.0",
|
97 | 100 | "tslint-config-prettier": "1.18.0",
|
98 | 101 | "tslint-plugin-prettier": "^2.0.0",
|
99 |
| - "typescript": "~3.5.1", |
| 102 | + "typescript": "~3.7.1", |
100 | 103 | "typescript-tslint-plugin": "^0.5.4"
|
101 | 104 | },
|
102 | 105 | "peerDependencies": {
|
|
0 commit comments