|
1 | 1 | { |
2 | 2 | "name": "jupyterlab-toc", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.2.0", |
4 | 4 | "private": false, |
5 | 5 | "description": "Table of Contents extension for JupyterLab", |
6 | 6 | "keywords": [ |
|
30 | 30 | "watch": "tsc -w" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@jupyterlab/application": "^0.15.0", |
34 | | - "@jupyterlab/apputils": "^0.15.5", |
35 | | - "@jupyterlab/cells": "^0.15.4", |
36 | | - "@jupyterlab/coreutils": "^1.0.10", |
37 | | - "@jupyterlab/docmanager": "^0.15.5", |
38 | | - "@jupyterlab/fileeditor": "^0.15.4", |
39 | | - "@jupyterlab/notebook": "^0.15.7", |
40 | | - "@jupyterlab/rendermime": "^0.15.4", |
| 33 | + "@jupyterlab/application": "^0.16.0", |
| 34 | + "@jupyterlab/apputils": "^0.16.2", |
| 35 | + "@jupyterlab/cells": "^0.16", |
| 36 | + "@jupyterlab/coreutils": "^1.0", |
| 37 | + "@jupyterlab/docmanager": "^0.16", |
| 38 | + "@jupyterlab/fileeditor": "^0.16", |
| 39 | + "@jupyterlab/notebook": "^0.16", |
| 40 | + "@jupyterlab/rendermime": "^0.16", |
41 | 41 | "@phosphor/algorithm": "^1.1.2", |
42 | 42 | "@phosphor/coreutils": "^1.3.0", |
43 | 43 | "@phosphor/messaging": "^1.2.2", |
44 | 44 | "@phosphor/widgets": "^1.5.0", |
45 | | - "react": "^16.2.0", |
46 | | - "react-dom": "^16.2.0" |
| 45 | + "react": "~16.2.0", |
| 46 | + "react-dom": "~16.2.0" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | - "@types/react": "^16.0.40", |
50 | | - "@types/react-dom": "^16.0.4", |
| 49 | + "@types/react": "~16.0.19", |
| 50 | + "@types/react-dom": "~16.0.5", |
51 | 51 | "rimraf": "^2.6.1", |
52 | 52 | "typescript": "~2.6.0" |
53 | 53 | }, |
| 54 | + "resolutions": { |
| 55 | + "@types/react": "~16.0.19" |
| 56 | + }, |
54 | 57 | "jupyterlab": { |
55 | 58 | "extension": "lib/extension.js" |
56 | 59 | } |
|
0 commit comments