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

Commit

Permalink
Merge pull request #49 from afshin/v0.4.0
Browse files Browse the repository at this point in the history
v0.4.0
  • Loading branch information
afshin authored Sep 5, 2019
2 parents 14c7d1c + e35bd02 commit 4d0fea1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/shortcutui",
"version": "0.3.4",
"version": "0.4.0",
"description": "A JupyterLab extension for managing keyboard shortcuts",
"author": "Jenna Landy, Noah Stapp, and Alena Mueller",
"keywords": [
Expand Down Expand Up @@ -30,29 +30,29 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^1.0.1",
"@jupyterlab/application": "^1.1.0",
"@jupyterlab/apputils": "^1.0.1",
"@jupyterlab/coreutils": "^3.0.0",
"@jupyterlab/mainmenu": "^1.0.1",
"@jupyterlab/coreutils": "^3.1.0",
"@jupyterlab/mainmenu": "^1.1.0",
"@phosphor/domutils": "^1.1.3",
"@phosphor/keyboard": "^1.1.3",
"@phosphor/widgets": "^1.8.1",
"react": "~16.4.2",
"@phosphor/widgets": "^1.9.0",
"react": "~16.8.4",
"typestyle": "^2.0.4"
},
"devDependencies": {
"@types/react": "~16.4.13",
"@types/react-dom": "~16.0.5",
"@types/react": "~16.8.18",
"@types/react-dom": "~16.8.4",
"prettier": "^1.18.2",
"rimraf": "^2.6.1",
"rimraf": "^3.0.0",
"tslint": "^5.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "~3.5.3"
"typescript": "~3.6.2"
},
"jupyterlab": {
"extension": true
},
"resolutions": {
"@types/react": "~16.4.13"
"@types/react": "~16.8.4"
}
}

0 comments on commit 4d0fea1

Please sign in to comment.