Browse Source

bumped versions of celltags and celltags-extension to 2.0.0-alpha.4

also ran `jlpm deduplicate`, but I think that turned out to be unrelated
telamonian 5 years ago
parent
commit
42945d2dc0

+ 3 - 3
dev_mode/package.json

@@ -19,7 +19,7 @@
     "@jupyterlab/application": "~2.0.0-alpha.4",
     "@jupyterlab/application-extension": "~2.0.0-alpha.4",
     "@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
-    "@jupyterlab/celltags-extension": "~0.1.0",
+    "@jupyterlab/celltags-extension": "~2.0.0-alpha.4",
     "@jupyterlab/codemirror-extension": "~2.0.0-alpha.4",
     "@jupyterlab/completer-extension": "~2.0.0-alpha.4",
     "@jupyterlab/console-extension": "~2.0.0-alpha.4",
@@ -94,8 +94,8 @@
     "@jupyterlab/apputils-extension": "~2.0.0-alpha.4",
     "@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/celltags": "~2.0.0-alpha.4",
+    "@jupyterlab/celltags-extension": "~2.0.0-alpha.4",
     "@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

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/celltags-extension",
-  "version": "0.1.0",
+  "version": "2.0.0-alpha.4",
   "description": "An extension for manipulating tags in cell metadata",
   "keywords": [
     "jupyter",
@@ -39,7 +39,7 @@
   },
   "dependencies": {
     "@jupyterlab/application": "^2.0.0-alpha.4",
-    "@jupyterlab/celltags": "^0.1.0",
+    "@jupyterlab/celltags": "^2.0.0-alpha.4",
     "@jupyterlab/notebook": "^2.0.0-alpha.4"
   },
   "devDependencies": {

+ 1 - 1
packages/celltags/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/celltags",
-  "version": "0.1.0",
+  "version": "2.0.0-alpha.4",
   "description": "An extension for manipulating tags in cell metadata",
   "keywords": [
     "jupyter",

+ 2 - 2
packages/metapackage/package.json

@@ -37,8 +37,8 @@
     "@jupyterlab/apputils-extension": "^2.0.0-alpha.4",
     "@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/celltags": "^2.0.0-alpha.4",
+    "@jupyterlab/celltags-extension": "^2.0.0-alpha.4",
     "@jupyterlab/codeeditor": "^2.0.0-alpha.4",
     "@jupyterlab/codemirror": "^2.0.0-alpha.4",
     "@jupyterlab/codemirror-extension": "^2.0.0-alpha.4",

File diff suppressed because it is too large
+ 47 - 490
yarn.lock


Some files were not shown because too many files changed in this diff