Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 4d0fea1

Browse files
authored
Merge pull request #49 from afshin/v0.4.0
v0.4.0
2 parents 14c7d1c + e35bd02 commit 4d0fea1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/shortcutui",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "A JupyterLab extension for managing keyboard shortcuts",
55
"author": "Jenna Landy, Noah Stapp, and Alena Mueller",
66
"keywords": [
@@ -30,29 +30,29 @@
3030
"watch": "tsc -w"
3131
},
3232
"dependencies": {
33-
"@jupyterlab/application": "^1.0.1",
33+
"@jupyterlab/application": "^1.1.0",
3434
"@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",
3737
"@phosphor/domutils": "^1.1.3",
3838
"@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",
4141
"typestyle": "^2.0.4"
4242
},
4343
"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",
4646
"prettier": "^1.18.2",
47-
"rimraf": "^2.6.1",
47+
"rimraf": "^3.0.0",
4848
"tslint": "^5.18.0",
4949
"tslint-plugin-prettier": "^2.0.1",
50-
"typescript": "~3.5.3"
50+
"typescript": "~3.6.2"
5151
},
5252
"jupyterlab": {
5353
"extension": true
5454
},
5555
"resolutions": {
56-
"@types/react": "~16.4.13"
56+
"@types/react": "~16.8.4"
5757
}
5858
}

0 commit comments

Comments
 (0)