Browse Source

Integrity updates for the cell-tags extension.

Jason Grout 5 years ago
parent
commit
82d8695cfe

+ 1 - 0
dev_mode/package.json

@@ -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",

+ 2 - 2
packages/celltags-extension/package.json

@@ -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": {

+ 4 - 4
packages/celltags/package.json

@@ -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"
   },