diff --git a/package-lock.json b/package-lock.json index 095d263..868fc17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.5", "dependencies": { "@codemirror/lang-markdown": "^6.0.5", - "@coseeing/see-mark": "^1.5.0", + "@coseeing/see-mark": "^1.8.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@tabler/icons-react": "^3.40.0", @@ -2241,11 +2241,17 @@ "w3c-keyname": "^2.2.4" } }, + "node_modules/@coseeing/nemeth2latex": { + "version": "0.2.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/nemeth2latex/0.2.0/7982cc1bd1b2677e6d26a35ba24a2dfeccc6e72f", + "integrity": "sha512-ukKWUI6oq3652DezIqAcQltY6+bj1gKPV0X/djmj3BmxpW5iEr1D1T+T2Ais3L/bxl/ebh35CDo9Y6XdFTJAUA==" + }, "node_modules/@coseeing/see-mark": { - "version": "1.5.0", - "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.5.0/93ded216f1a0b572fc52660ac43b5c125f6f225a", - "integrity": "sha512-7fZ0kTyVFuB44DATUIUPPEcrqmCxstHK3uIBQ3Ba5yip+O7a63YePvKyZMINHq2b5EKvoXxI08jgAWF8nUCXBg==", + "version": "1.8.0", + "resolved": "https://npm.pkg.github.com/download/@coseeing/see-mark/1.8.0/57b1f01ab5a6541971f2bef71602d57b94ca41a0", + "integrity": "sha512-32QDc1p2i5SGKlND26H2a2Xv8p8lEpUqVWZ4ru/y1veYy4fLA2X9zs6w9hZZL132wAn/pG8Ug44UURXqmovKtg==", "dependencies": { + "@coseeing/nemeth2latex": "^0.2.0", "html-react-parser": "^5.2.5", "marked": "^15.0.11", "mathjax-full": "^3.2.2" diff --git a/package.json b/package.json index 5f50924..f372fc7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "main.js", "dependencies": { "@codemirror/lang-markdown": "^6.0.5", - "@coseeing/see-mark": "^1.5.0", + "@coseeing/see-mark": "^1.8.0", "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", "@tabler/icons-react": "^3.40.0", diff --git a/public/access8math-web-template.zip b/public/access8math-web-template.zip index e075edc..a743068 100644 Binary files a/public/access8math-web-template.zip and b/public/access8math-web-template.zip differ