Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump katex from 0.12.0 to 0.16.10 #314

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
run: python -m pip install -U "jupyterlab~=4.0"

- name: Lint the extension
run: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- vega3
jupyterlab:
- "3.6"
- 4.0.0
- "4.0"
exclude:
- extension: katex
jupyterlab: "3.6"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/katex-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@jupyterlab/rendermime": "^3.0.0 || ^4.0.0",
"@jupyterlab/rendermime-interfaces": "^3.0.0 || ^3.8.0",
"@jupyterlab/settingregistry": "^3.0.0 || ^4.0.0",
"katex": "^0.12.0"
"katex": "^0.16.10"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ __metadata:
eslint: ^8.36.0
eslint-config-prettier: ^8.7.0
eslint-plugin-prettier: ^4.2.1
katex: ^0.12.0
katex: ^0.16.10
npm-run-all: ^4.1.5
prettier: ^2.8.7
rimraf: ^4.4.1
Expand Down Expand Up @@ -3724,13 +3724,20 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:2, commander@npm:^2.19.0, commander@npm:^2.20.0":
"commander@npm:2, commander@npm:^2.20.0":
version: 2.20.3
resolution: "commander@npm:2.20.3"
checksum: ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e
languageName: node
linkType: hard

"commander@npm:^8.3.0":
version: 8.3.0
resolution: "commander@npm:8.3.0"
checksum: 0f82321821fc27b83bd409510bb9deeebcfa799ff0bf5d102128b500b7af22872c0c92cb6a0ebc5a4cf19c6b550fba9cedfa7329d18c6442a625f851377bacf0
languageName: node
linkType: hard

"commander@npm:^9.4.1":
version: 9.5.0
resolution: "commander@npm:9.5.0"
Expand Down Expand Up @@ -7235,14 +7242,14 @@ __metadata:
languageName: node
linkType: hard

"katex@npm:^0.12.0":
version: 0.12.0
resolution: "katex@npm:0.12.0"
"katex@npm:^0.16.10":
version: 0.16.10
resolution: "katex@npm:0.16.10"
dependencies:
commander: ^2.19.0
commander: ^8.3.0
bin:
katex: cli.js
checksum: f424c90b2b43034163cee37dd75f7c1f93206580cbaea07703a322010b615c32249d4648974d58f7345ad113431a43c2e8ae2118aed3a06fe37ad46dfdcf6d10
checksum: 108e9d810e17840c43eef8d46171096f4cc97852bfd1e2dd1890d9b3435846816e3e98678a31d38bd064eb97eea83b18ff224cb65d5f9511b54ce7ff4359b591
languageName: node
linkType: hard

Expand Down
Loading