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

Update dependency katex to v0.16.18 #1126

Open
wants to merge 1 commit into
base: master-dev
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 zapisy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jquery": "3.7.1",
"js-cookie": "2.2.1",
"js-sha256": "0.9.0",
"katex": "0.16.10",
"katex": "0.16.18",
"lodash-es": "4.17.21",
"markdown-it": "12.3.2",
"popper.js": "1.16.1",
Expand All @@ -50,7 +50,7 @@
"@types/jquery": "3.5.32",
"@types/js-cookie": "2.2.7",
"@types/js-yaml": "3.12.10",
"@types/katex": "0.11.1",
"@types/katex": "0.16.7",
"@types/lodash": "4.14.192",
"@types/markdown-it": "10.0.3",
"autoprefixer": "9.8.8",
Expand Down
20 changes: 10 additions & 10 deletions zapisy/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1674,10 +1674,10 @@ __metadata:
languageName: node
linkType: hard

"@types/katex@npm:0.11.1":
version: 0.11.1
resolution: "@types/katex@npm:0.11.1"
checksum: 00c3a02fe3049b06d218aaf9092ba6ac05dcb30c047899fb80a7b58b24eae40c962bc10c46863c203525aef28cfeebb636c7306e668a092077c78415cedb923a
"@types/katex@npm:0.16.7":
version: 0.16.7
resolution: "@types/katex@npm:0.16.7"
checksum: 8326285ea9c641a4ba29185d6709015d00cb3d201f8ffe7f70322173011bca6a77c219c47b0ace388eb643ead8accc07a0ef4257afcb719b102dab9a6fbb1ce1
languageName: node
linkType: hard

Expand Down Expand Up @@ -4935,7 +4935,7 @@ fsevents@~2.1.2:
"@types/jquery": 3.5.32
"@types/js-cookie": 2.2.7
"@types/js-yaml": 3.12.10
"@types/katex": 0.11.1
"@types/katex": 0.16.7
"@types/lodash": 4.14.192
"@types/markdown-it": 10.0.3
ContentTools: 1.6.16
Expand All @@ -4955,7 +4955,7 @@ fsevents@~2.1.2:
jquery: 3.7.1
js-cookie: 2.2.1
js-sha256: 0.9.0
katex: 0.16.10
katex: 0.16.18
lodash-es: 4.17.21
markdown-it: 12.3.2
mini-css-extract-plugin: 0.12.0
Expand Down Expand Up @@ -5527,14 +5527,14 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"katex@npm:0.16.10":
version: 0.16.10
resolution: "katex@npm:0.16.10"
"katex@npm:0.16.18":
version: 0.16.18
resolution: "katex@npm:0.16.18"
dependencies:
commander: ^8.3.0
bin:
katex: cli.js
checksum: 93d2530cc42d5fc586dc6fadb392a8e4e271fb24aa35175d73f483c4cfad3702b4d8f7c6d2f1ad9f2bb8a9caa0a1f956541aa3c2e2857fa82754eff8d6cd7e2b
checksum: d26f65bd3027d5cf8a4d7213a12745c8a72dc0beeaa07181350ec18324010d85fd04703900452585731b813604334bfcc1aa8a1d9cf5396d0ce760d065caac4e
languageName: node
linkType: hard

Expand Down
Loading