Skip to content

Commit

Permalink
Replaces commit by branch in package.json link
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Beranizo committed Jul 23, 2021
1 parent e52e860 commit bee3de0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jupyterlab/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"resolutions": {
"@jupyterlab/application": "~3.0.11",
"@jupyterlab/application-extension": "~3.0.11",
"@jupyterlab/apputils": "https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/apputils/jupyterlab-apputils-v3.0.9.tgz",
"@jupyterlab/apputils": "https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/apputils/jupyterlab-apputils-v3.0.9.tgz",
"@jupyterlab/apputils-extension": "~3.0.11",
"@jupyterlab/attachments": "~3.0.10",
"@jupyterlab/cells": "~3.0.11",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@jupyterlab/rendermime-interfaces": "~3.0.9",
"@jupyterlab/running": "~3.0.9",
"@jupyterlab/running-extension": "~3.0.11",
"@jupyterlab/services": "https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/services/jupyterlab-services-v6.0.9.tgz",
"@jupyterlab/services": "https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/services/jupyterlab-services-v6.0.9.tgz",
"@jupyterlab/settingeditor": "~3.0.10",
"@jupyterlab/settingeditor-extension": "~3.0.11",
"@jupyterlab/settingregistry": "~3.0.6",
Expand Down
8 changes: 4 additions & 4 deletions jupyterlab/staging/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
"@lumino/widgets" "^1.16.1"
es6-promise "~4.2.8"

"@jupyterlab/apputils@^3.0.9", "@jupyterlab/apputils@https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/apputils/jupyterlab-apputils-v3.0.9.tgz":
"@jupyterlab/apputils@^3.0.9", "@jupyterlab/apputils@https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/apputils/jupyterlab-apputils-v3.0.9.tgz":
version "3.0.9"
resolved "https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/apputils/jupyterlab-apputils-v3.0.9.tgz#afc4cff708b1e90d0ef6fe3085e9474488b7726d"
resolved "https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/apputils/jupyterlab-apputils-v3.0.9.tgz#afc4cff708b1e90d0ef6fe3085e9474488b7726d"
dependencies:
"@jupyterlab/coreutils" "^5.0.6"
"@jupyterlab/services" "^6.0.9"
Expand Down Expand Up @@ -1297,9 +1297,9 @@
"@lumino/signaling" "^1.4.3"
react "^17.0.1"

"@jupyterlab/services@^6.0.9", "@jupyterlab/services@https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/services/jupyterlab-services-v6.0.9.tgz":
"@jupyterlab/services@^6.0.9", "@jupyterlab/services@https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/services/jupyterlab-services-v6.0.9.tgz":
version "6.0.9"
resolved "https://github.com/platiagro/jupyterlab/raw/c85848d6f9b4fb66bb36bac9ce948dfe7b82be8c/packages/services/jupyterlab-services-v6.0.9.tgz#99a1db6c3683fbf1aee07505f7731b58ff6e0205"
resolved "https://github.com/platiagro/jupyterlab/raw/v0.2.0-jupyterlab-v3.0.16/packages/services/jupyterlab-services-v6.0.9.tgz#767e75f96c9451101c075a31838e961f06546716"
dependencies:
"@jupyterlab/coreutils" "^5.0.6"
"@jupyterlab/nbformat" "^3.0.6"
Expand Down

0 comments on commit bee3de0

Please sign in to comment.