Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-08-30 22:06:10 +0300
committerGitHub <noreply@github.com>2022-08-30 22:06:10 +0300
commit0345c47b7c6f8b726f6ba0c0cc0edaa329236539 (patch)
treee8ad63a930ca3079fc1111531e6042a81aaa4571 /package.json
parent0c1fad2cfa38fad01e0bd59660ed67bd10047ce2 (diff)
fix(deps): update dependency katex to v0.16.2 (#300)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e66941d..4efb6e4 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"clipboard": "2.0.11",
- "katex": "0.16.1",
+ "katex": "0.16.2",
"mermaid": "9.1.6",
"store2": "2.14.2"
},