From 9fcb6c2d91b25b35563cbc969101ac03fc8413b8 Mon Sep 17 00:00:00 2001 From: Tine Wittler <no-reply@edugit.org> Date: Wed, 8 Jun 2022 18:06:19 +0000 Subject: [PATCH] Update dependency mathjax to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f95ba7..f11fab1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "mathjax": "^2.7.0" + "mathjax": "3.2.2" } } -- GitLab