|
30 | 30 | "test": "jlpm jest --coverage --coverageReporters=cobertura --coverageReporters=html --coverageReporters=text-summary" |
31 | 31 | }, |
32 | 32 | "peerDependencies": { |
33 | | - "@jupyterlab/application": "~2.0.0", |
34 | | - "@jupyterlab/apputils": "~2.0.0", |
35 | | - "@jupyterlab/codeeditor": "~2.0.0", |
36 | | - "@jupyterlab/codemirror": "~2.0.0", |
37 | | - "@jupyterlab/coreutils": "~4.0.0", |
38 | | - "@jupyterlab/docmanager": "~2.0.0", |
39 | | - "@jupyterlab/docregistry": "~2.0.0", |
40 | | - "@jupyterlab/fileeditor": "~2.0.0", |
41 | | - "@jupyterlab/notebook": "~2.0.0", |
42 | | - "@jupyterlab/observables": "~3.0.0", |
43 | | - "@jupyterlab/services": "~5.0.0", |
| 33 | + "@jupyterlab/application": "~2.2.0", |
| 34 | + "@jupyterlab/apputils": "~2.2.0", |
| 35 | + "@jupyterlab/codeeditor": "~2.2.0", |
| 36 | + "@jupyterlab/codemirror": "~2.2.0", |
| 37 | + "@jupyterlab/coreutils": "~4.2.0", |
| 38 | + "@jupyterlab/docmanager": "~2.2.0", |
| 39 | + "@jupyterlab/docregistry": "~2.2.0", |
| 40 | + "@jupyterlab/fileeditor": "~2.2.0", |
| 41 | + "@jupyterlab/notebook": "~2.2.0", |
| 42 | + "@jupyterlab/observables": "~3.2.0", |
| 43 | + "@jupyterlab/services": "~5.2.0", |
44 | 44 | "@lumino/algorithm": "*", |
45 | 45 | "codemirror": "*", |
46 | 46 | "react": "*" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@jupyterlab/application": "~2.0.0", |
50 | | - "@jupyterlab/apputils": "~2.0.0", |
51 | | - "@jupyterlab/codeeditor": "~2.0.0", |
52 | | - "@jupyterlab/codemirror": "~2.0.0", |
| 49 | + "@jupyterlab/application": "~2.2.0", |
| 50 | + "@jupyterlab/apputils": "~2.2.0", |
| 51 | + "@jupyterlab/codeeditor": "~2.2.0", |
| 52 | + "@jupyterlab/codemirror": "~2.2.0", |
53 | 53 | "@jupyterlab/coreutils": "~4.0.0", |
54 | | - "@jupyterlab/docmanager": "~2.0.0", |
55 | | - "@jupyterlab/docregistry": "~2.0.0", |
56 | | - "@jupyterlab/fileeditor": "~2.0.0", |
57 | | - "@jupyterlab/notebook": "~2.0.0", |
58 | | - "@jupyterlab/observables": "~3.0.0", |
59 | | - "@jupyterlab/services": "~5.0.0", |
| 54 | + "@jupyterlab/docmanager": "~2.2.0", |
| 55 | + "@jupyterlab/docregistry": "~2.2.0", |
| 56 | + "@jupyterlab/fileeditor": "~2.2.0", |
| 57 | + "@jupyterlab/notebook": "~2.2.0", |
| 58 | + "@jupyterlab/observables": "~3.2.0", |
| 59 | + "@jupyterlab/services": "~5.2.0", |
60 | 60 | "@lumino/algorithm": "*", |
61 | 61 | "codemirror": "*", |
62 | 62 | "react": "*", |
63 | | - "@jupyterlab/testutils": "~2.0.0", |
| 63 | + "@jupyterlab/testutils": "~2.2.0", |
64 | 64 | "@types/codemirror": "^0.0.74", |
65 | 65 | "@types/chai": "^4.1.7", |
66 | 66 | "@types/jest": "^23.3.11", |
|
0 commit comments