Skip to content

Commit

Permalink
Merge pull request #7628 from jasongrout/integritycelltags
Browse files Browse the repository at this point in the history
Integrity updates for the cell-tags extension.
  • Loading branch information
jasongrout committed Dec 14, 2019
2 parents 8d773bf + 82d8695 commit 19b3d00
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions dev_mode/package.json
Expand Up @@ -95,6 +95,7 @@
"@jupyterlab/attachments": "~2.0.0-alpha.4",
"@jupyterlab/cells": "~2.0.0-alpha.4",
"@jupyterlab/celltags": "~0.1.0",
"@jupyterlab/celltags-extension": "~0.1.0",
"@jupyterlab/codeeditor": "~2.0.0-alpha.4",
"@jupyterlab/codemirror": "~2.0.0-alpha.4",
"@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
Expand Down
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.3",
"@jupyterlab/application": "^2.0.0-alpha.4",
"@jupyterlab/celltags": "^0.1.0",
"@jupyterlab/notebook": "^2.0.0-alpha.3",
"@jupyterlab/notebook": "^2.0.0-alpha.4",
"@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.3",
"@jupyterlab/cells": "^2.0.0-alpha.3",
"@jupyterlab/notebook": "^2.0.0-alpha.3",
"@jupyterlab/ui-components": "^2.0.0-alpha.3",
"@jupyterlab/application": "^2.0.0-alpha.4",
"@jupyterlab/cells": "^2.0.0-alpha.4",
"@jupyterlab/notebook": "^2.0.0-alpha.4",
"@jupyterlab/ui-components": "^2.0.0-alpha.4",
"@lumino/widgets": "^1.9.0",
"@types/node": "^12.0.2"
},
Expand Down

0 comments on commit 19b3d00

Please sign in to comment.