ソースを参照

Update package.json files

Afshin T. Darian 4 年 前
コミット
831c413d70
2 ファイル変更36 行追加61 行削除
  1. 13 28
      packages/debugger-extension/package.json
  2. 23 33
      packages/debugger/package.json

+ 13 - 28
packages/debugger-extension/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/debugger",
-  "version": "0.3.0",
+  "version": "3.0.0-alpha.4",
   "description": "JupyterLab - Debugger Extension",
   "keywords": [
     "jupyter",
@@ -53,26 +53,18 @@
     "watch": "tsc -b --watch"
   },
   "dependencies": {
-    "@jupyterlab/application": "^2.2.0",
-    "@jupyterlab/apputils": "^2.2.0",
-    "@jupyterlab/codeeditor": "^2.2.0",
-    "@jupyterlab/console": "^2.2.0",
-    "@jupyterlab/coreutils": "^4.2.0",
-    "@jupyterlab/docregistry": "^2.2.0",
-    "@jupyterlab/fileeditor": "^2.2.0",
-    "@jupyterlab/launcher": "^2.2.0",
-    "@jupyterlab/notebook": "^2.2.0",
-    "@jupyterlab/observables": "^3.2.0",
-    "@jupyterlab/services": "^5.2.0",
-    "@jupyterlab/settingregistry": "^2.2.0",
-    "@jupyterlab/ui-components": "^2.2.0",
-    "@lumino/algorithm": "^1.2.0",
-    "@lumino/coreutils": "^1.3.1",
-    "@lumino/datagrid": "^0.6.0",
-    "@lumino/disposable": "^1.2.0",
-    "@lumino/widgets": "^1.8.0",
-    "murmurhash-js": "^1.0.0",
-    "vscode-debugprotocol": "^1.37.0"
+    "@jupyterlab/application": "^3.0.0-alpha.4",
+    "@jupyterlab/apputils": "^3.0.0-alpha.4",
+    "@jupyterlab/codeeditor": "^3.0.0-alpha.4",
+    "@jupyterlab/console": "^3.0.0-alpha.4",
+    "@jupyterlab/coreutils": "^5.0.0-alpha.4",
+    "@jupyterlab/debugger": "^3.0.0-alpha.4",
+    "@jupyterlab/docregistry": "^3.0.0-alpha.4",
+    "@jupyterlab/fileeditor": "^3.0.0-alpha.4",
+    "@jupyterlab/launcher": "^3.0.0-alpha.4",
+    "@jupyterlab/notebook": "^3.0.0-alpha.4",
+    "@jupyterlab/services": "^6.0.0-alpha.4",
+    "@jupyterlab/settingregistry": "^3.0.0-alpha.4",
   },
   "devDependencies": {
     "@babel/core": "^7.10.2",
@@ -80,11 +72,9 @@
     "@jupyterlab/testutils": "^2.2.0",
     "@types/codemirror": "0.0.76",
     "@types/jest": "^24.0.17",
-    "@types/murmurhash-js": "1.0.3",
     "@types/react-dom": "^16.9.8",
     "@typescript-eslint/eslint-plugin": "^2.33.0",
     "@typescript-eslint/parser": "^2.33.0",
-    "canvas": "^2.6.1",
     "eslint": "^6.8.0",
     "eslint-config-prettier": "^6.7.0",
     "eslint-plugin-jest": "^23.8.2",
@@ -104,11 +94,6 @@
     "typedoc": "^0.15.4",
     "typescript": "~3.9.2"
   },
-  "husky": {
-    "hooks": {
-      "pre-commit": "lint-staged"
-    }
-  },
   "publishConfig": {
     "access": "public"
   },

+ 23 - 33
packages/debugger/package.json

@@ -1,19 +1,19 @@
 {
   "name": "@jupyterlab/debugger",
-  "version": "0.3.0",
+  "version": "3.0.0-alpha.4",
   "description": "JupyterLab - Debugger Extension",
   "keywords": [
     "jupyter",
     "jupyterlab",
     "jupyterlab-extension"
   ],
-  "homepage": "https://github.com/jupyterlab/debugger",
+  "homepage": "https://github.com/jupyterlab/jupyterlab",
   "bugs": {
-    "url": "https://github.com/jupyterlab/debugger/issues"
+    "url": "https://github.com/jupyterlab/jupyterlab/issues"
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/jupyterlab/debugger.git"
+    "url": "https://github.com/jupyterlab/jupyterlab.git"
   },
   "license": "BSD-3-Clause",
   "author": "Project Jupyter",
@@ -53,31 +53,31 @@
     "watch": "tsc -b --watch"
   },
   "dependencies": {
-    "@jupyterlab/application": "^2.2.0",
-    "@jupyterlab/apputils": "^2.2.0",
-    "@jupyterlab/codeeditor": "^2.2.0",
-    "@jupyterlab/console": "^2.2.0",
-    "@jupyterlab/coreutils": "^4.2.0",
-    "@jupyterlab/docregistry": "^2.2.0",
-    "@jupyterlab/fileeditor": "^2.2.0",
-    "@jupyterlab/launcher": "^2.2.0",
-    "@jupyterlab/notebook": "^2.2.0",
-    "@jupyterlab/observables": "^3.2.0",
-    "@jupyterlab/services": "^5.2.0",
-    "@jupyterlab/settingregistry": "^2.2.0",
-    "@jupyterlab/ui-components": "^2.2.0",
-    "@lumino/algorithm": "^1.2.0",
-    "@lumino/coreutils": "^1.3.1",
+    "@jupyterlab/application": "^3.0.0-alpha.4",
+    "@jupyterlab/apputils": "^3.0.0-alpha.4",
+    "@jupyterlab/codeeditor": "^3.0.0-alpha.4",
+    "@jupyterlab/console": "^3.0.0-alpha.4",
+    "@jupyterlab/coreutils": "^5.0.0-alpha.4",
+    "@jupyterlab/docregistry": "^3.0.0-alpha.4",
+    "@jupyterlab/fileeditor": "^3.0.0-alpha.4",
+    "@jupyterlab/launcher": "^3.0.0-alpha.4",
+    "@jupyterlab/notebook": "^3.0.0-alpha.4",
+    "@jupyterlab/observables": "^4.0.0-alpha.4",
+    "@jupyterlab/services": "^6.0.0-alpha.4",
+    "@jupyterlab/settingregistry": "^3.0.0-alpha.4",
+    "@jupyterlab/ui-components": "^3.0.0-alpha.4",
+    "@lumino/algorithm": "^1.2.3",
+    "@lumino/coreutils": "^1.4.3",
     "@lumino/datagrid": "^0.6.0",
-    "@lumino/disposable": "^1.2.0",
-    "@lumino/widgets": "^1.8.0",
+    "@lumino/disposable": "^1.3.5",
+    "@lumino/widgets": "^1.11.1",
     "murmurhash-js": "^1.0.0",
     "vscode-debugprotocol": "^1.37.0"
   },
   "devDependencies": {
     "@babel/core": "^7.10.2",
     "@babel/preset-env": "^7.10.2",
-    "@jupyterlab/testutils": "^2.2.0",
+    "@jupyterlab/testutils": "^3.0.0-alpha.4",
     "@types/codemirror": "0.0.76",
     "@types/jest": "^24.0.17",
     "@types/murmurhash-js": "1.0.3",
@@ -91,7 +91,6 @@
     "eslint-plugin-jsdoc": "^25.4.3",
     "eslint-plugin-prettier": "^3.1.1",
     "eslint-plugin-react": "^7.19.0",
-    "husky": "^3.1.0",
     "jest": "^25",
     "jest-junit": "^10.0.0",
     "jest-raw-loader": "^1.0.1",
@@ -104,17 +103,8 @@
     "typedoc": "^0.15.4",
     "typescript": "~3.9.2"
   },
-  "husky": {
-    "hooks": {
-      "pre-commit": "lint-staged"
-    }
-  },
   "publishConfig": {
     "access": "public"
   },
-  "private": false,
-  "jupyterlab": {
-    "extension": true,
-    "schemaDir": "schema"
-  }
+  "private": false
 }