Skip to content

Commit

Permalink
post rebase integrity in celltags
Browse files Browse the repository at this point in the history
  • Loading branch information
telamonian committed Dec 7, 2019
1 parent 4e591ad commit 8c3a5e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/celltags-extension/package.json
Expand Up @@ -38,9 +38,9 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0-alpha.1",
"@jupyterlab/application": "^2.0.0-alpha.3",
"@jupyterlab/celltags": "^0.1.0",
"@jupyterlab/notebook": "^2.0.0-alpha.1",
"@jupyterlab/notebook": "^2.0.0-alpha.3",
"@types/node": "^12.0.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/celltags/package.json
Expand Up @@ -39,10 +39,10 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0-alpha.1",
"@jupyterlab/cells": "^2.0.0-alpha.1",
"@jupyterlab/notebook": "^2.0.0-alpha.1",
"@jupyterlab/ui-components": "^2.0.0-alpha.1",
"@jupyterlab/application": "^2.0.0-alpha.3",
"@jupyterlab/cells": "^2.0.0-alpha.3",
"@jupyterlab/notebook": "^2.0.0-alpha.3",
"@jupyterlab/ui-components": "^2.0.0-alpha.3",
"@lumino/widgets": "^1.9.0",
"@types/node": "^12.0.2"
},
Expand Down

0 comments on commit 8c3a5e2

Please sign in to comment.