1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 18:10:54 +09:00

Merge pull request #413 from anyproto/update/JS-3607-katex

Update/JS-3607: fix
This commit is contained in:
Razor 2023-12-22 18:38:35 +01:00 committed by GitHub
commit 332dcf1258
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -37,7 +37,7 @@
"install": "^0.13.0",
"jquery": "^3.5.1",
"js-htmlencode": "^0.3.0",
"katex": "^0.16.8",
"katex": "^0.16.9",
"keytar": "^7.7.0",
"lazy-val": "^1.0.4",
"lodash": "^4.17.20",
@ -7066,9 +7066,9 @@
}
},
"node_modules/katex": {
"version": "0.16.8",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.8.tgz",
"integrity": "sha512-ftuDnJbcbOckGY11OO+zg3OofESlbR5DRl2cmN8HeWeeFIV7wTXvAOx8kEjZjobhA+9wh2fbKeO6cdcA9Mnovg==",
"version": "0.16.9",
"resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz",
"integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"

View file

@ -112,7 +112,7 @@
"install": "^0.13.0",
"jquery": "^3.5.1",
"js-htmlencode": "^0.3.0",
"katex": "^0.16.8",
"katex": "^0.16.9",
"keytar": "^7.7.0",
"lazy-val": "^1.0.4",
"lodash": "^4.17.20",