Skip to content

Commit

Permalink
deps: katex
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Sep 18, 2023
1 parent 4c28a43 commit af2469f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"pnpm": {
"overrides": {
"katex": "^0.16.7"
"katex": "^0.16.8"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
head: [
['link', {
rel: 'stylesheet',
href: "https://cdn.jsdelivr.net/npm/[email protected].6/dist/katex.min.css",
href: "https://cdn.jsdelivr.net/npm/[email protected].8/dist/katex.min.css",
crossorigin: "anonymous",
}],
['link', {
Expand Down

0 comments on commit af2469f

Please sign in to comment.