Skip to content

Commit

Permalink
chore: Update yarn lock file
Browse files Browse the repository at this point in the history
* Use venv for all steps in packaging workflow

Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jul 16, 2024
1 parent 721d2f2 commit 31dedc6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ jobs:
path: packages/${{ matrix.extension }}-extension/dist

- name: Create venv for macos
if: ${{ matrix.os == 'macos' }}
run: |
${{ matrix.py_cmd }} -m venv venv
source ./venv/bin/activate
- name: Install prerequisites
run: |
source ./venv/bin/activate
${{ matrix.py_cmd }} -m pip install pip wheel
- name: Install package
run: |
source ./venv/bin/activate
cd packages/${{ matrix.extension }}-extension/dist
${{ matrix.py_cmd }} -m pip install -vv ${{ matrix.dist }}
Expand All @@ -125,5 +125,6 @@ jobs:
- name: Validate install
run: |
source ./venv/bin/activate
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "jupyterlab-${{ matrix.extension }}.*OK"
35 changes: 24 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,25 +241,26 @@ __metadata:
languageName: node
linkType: hard

"@jupyter/react-components@npm:^0.16.4":
version: 0.16.4
resolution: "@jupyter/react-components@npm:0.16.4"
"@jupyter/react-components@npm:^0.15.3":
version: 0.15.3
resolution: "@jupyter/react-components@npm:0.15.3"
dependencies:
"@jupyter/web-components": ^0.16.4
"@jupyter/web-components": ^0.15.3
"@microsoft/fast-react-wrapper": ^0.3.22
react: ">=17.0.0 <19.0.0"
checksum: 85aeb1ae7a594c7117090a591b2ffbe2af3c5de6bb76dfe7045fd7710e151857fd303a49a7a521dd5e131d69e20e1fda80853cc61af882880bdba1c51d0164c2
checksum: 1a6b256314259c6465c4b6d958575710536b82234a7bf0fba3e889a07e1f19ff8ab321450be354359876f92c45dbcc9d21a840237ff4a619806d9de696f55496
languageName: node
linkType: hard

"@jupyter/web-components@npm:^0.16.4":
version: 0.16.4
resolution: "@jupyter/web-components@npm:0.16.4"
"@jupyter/web-components@npm:^0.15.3":
version: 0.15.3
resolution: "@jupyter/web-components@npm:0.15.3"
dependencies:
"@microsoft/fast-colors": ^5.3.1
"@microsoft/fast-element": ^1.12.0
"@microsoft/fast-foundation": ^2.49.4
"@microsoft/fast-web-utilities": ^5.4.1
checksum: 78a073e94b1b6c66e6bd34295240bc856781c265da0bf67fb74386626e90093e8a10f132c264b332fee27937ff07381c31a7024d2d516fe7a826756bfb74e952
checksum: a0980af934157bfdbdb6cc169c0816c1b2e57602d524c56bdcef746a4c25dfeb8f505150d83207c8695ed89b5486cf53d35a3382584d25ef64db666e4e16e45b
languageName: node
linkType: hard

Expand Down Expand Up @@ -907,7 +908,7 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/fast-foundation@npm:^2.49.4":
"@microsoft/fast-foundation@npm:^2.49.4, @microsoft/fast-foundation@npm:^2.49.6":
version: 2.49.6
resolution: "@microsoft/fast-foundation@npm:2.49.6"
dependencies:
Expand All @@ -919,6 +920,18 @@ __metadata:
languageName: node
linkType: hard

"@microsoft/fast-react-wrapper@npm:^0.3.22":
version: 0.3.24
resolution: "@microsoft/fast-react-wrapper@npm:0.3.24"
dependencies:
"@microsoft/fast-element": ^1.13.0
"@microsoft/fast-foundation": ^2.49.6
peerDependencies:
react: ">=16.9.0"
checksum: 1d7a87509c22872bafc9b5c64f66659e52ba0cfdff484d7204125e503dafdea143f5e1bd2a643e2f3fbba6cc7567d916393369433f19dab9f0adcbe7a88b7d98
languageName: node
linkType: hard

"@microsoft/fast-web-utilities@npm:^5.4.1":
version: 5.4.1
resolution: "@microsoft/fast-web-utilities@npm:5.4.1"
Expand Down Expand Up @@ -6586,7 +6599,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jupyterlab-theme-toggler@workspace:packages/theme-toggler-extension"
dependencies:
"@jupyter/react-components": ^0.16.4
"@jupyter/react-components": ^0.15.3
"@jupyterlab/application": ^4.0.0
"@jupyterlab/apputils": ^4.0.0
"@jupyterlab/builder": ^4.0.0
Expand Down

0 comments on commit 31dedc6

Please sign in to comment.