|
1 | 1 | {
|
2 | 2 | "name": "@jupyterlab/shortcutui",
|
3 |
| - "version": "0.3.4", |
| 3 | + "version": "0.4.0", |
4 | 4 | "description": "A JupyterLab extension for managing keyboard shortcuts",
|
5 | 5 | "author": "Jenna Landy, Noah Stapp, and Alena Mueller",
|
6 | 6 | "keywords": [
|
|
30 | 30 | "watch": "tsc -w"
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 |
| - "@jupyterlab/application": "^1.0.1", |
| 33 | + "@jupyterlab/application": "^1.1.0", |
34 | 34 | "@jupyterlab/apputils": "^1.0.1",
|
35 |
| - "@jupyterlab/coreutils": "^3.0.0", |
36 |
| - "@jupyterlab/mainmenu": "^1.0.1", |
| 35 | + "@jupyterlab/coreutils": "^3.1.0", |
| 36 | + "@jupyterlab/mainmenu": "^1.1.0", |
37 | 37 | "@phosphor/domutils": "^1.1.3",
|
38 | 38 | "@phosphor/keyboard": "^1.1.3",
|
39 |
| - "@phosphor/widgets": "^1.8.1", |
40 |
| - "react": "~16.4.2", |
| 39 | + "@phosphor/widgets": "^1.9.0", |
| 40 | + "react": "~16.8.4", |
41 | 41 | "typestyle": "^2.0.4"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@types/react": "~16.4.13", |
45 |
| - "@types/react-dom": "~16.0.5", |
| 44 | + "@types/react": "~16.8.18", |
| 45 | + "@types/react-dom": "~16.8.4", |
46 | 46 | "prettier": "^1.18.2",
|
47 |
| - "rimraf": "^2.6.1", |
| 47 | + "rimraf": "^3.0.0", |
48 | 48 | "tslint": "^5.18.0",
|
49 | 49 | "tslint-plugin-prettier": "^2.0.1",
|
50 |
| - "typescript": "~3.5.3" |
| 50 | + "typescript": "~3.6.2" |
51 | 51 | },
|
52 | 52 | "jupyterlab": {
|
53 | 53 | "extension": true
|
54 | 54 | },
|
55 | 55 | "resolutions": {
|
56 |
| - "@types/react": "~16.4.13" |
| 56 | + "@types/react": "~16.8.4" |
57 | 57 | }
|
58 | 58 | }
|
0 commit comments