Skip to content

Commit

Permalink
fix @jupyterlab/galata to 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Oct 11, 2023
1 parent 101458a commit 094ce44
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 575 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Base Setup
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

# when updating this version, make sure to update ui-tests/package.json
# and the lockfile accordingly.
- name: Install extension dependencies
run: python -m pip install -U jupyterlab==4.0.6

Expand Down
4 changes: 2 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:update": "jlpm playwright test --update-snapshots"
},
"devDependencies": {
"@jupyterlab/galata": "^5.0.0",
"@playwright/test": "^1.32.0"
"@jupyterlab/galata": "5.0.6",
"@playwright/test": "^1.32.2"
}
}
Loading

0 comments on commit 094ce44

Please sign in to comment.