From 178b5d2ad44cee63a8f826dd6e17b3abee8aab64 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Thu, 9 Jan 2025 23:19:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AE=20Update=20typst=20math=20conversi?= =?UTF-8?q?on=20(v0.0.14)=20(#1754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #1735 --- package-lock.json | 8 ++++---- packages/myst-to-typst/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d56171d7..24c54534d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13319,9 +13319,9 @@ "link": true }, "node_modules/tex-to-typst": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/tex-to-typst/-/tex-to-typst-0.0.13.tgz", - "integrity": "sha512-eVCFca1fx4I6KJ+uiPAO0nZRK3BjS2acqCWppoJmiiOcJLopPMK46ryZdk6ntFa7uo9oUEtgcoaU6Fbbv7GQ4g==", + "version": "0.0.14", + "resolved": "https://registry.npmjs.org/tex-to-typst/-/tex-to-typst-0.0.14.tgz", + "integrity": "sha512-Lbu9rjsEZEwDaB+GqUwQHXyOAgL7WhEieGm2k9YTsBKUBDvN4H0tR/lUFRz+hmWhJQWYAwdPnCvUxbSXdY/dhA==", "license": "MIT", "dependencies": { "@unified-latex/unified-latex": "^1.4.0", @@ -16186,7 +16186,7 @@ "myst-common": "^1.7.4", "myst-frontmatter": "^1.7.4", "myst-spec-ext": "^1.7.4", - "tex-to-typst": "^0.0.13", + "tex-to-typst": "^0.0.14", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" } diff --git a/packages/myst-to-typst/package.json b/packages/myst-to-typst/package.json index cd7444579..fa86f0de0 100644 --- a/packages/myst-to-typst/package.json +++ b/packages/myst-to-typst/package.json @@ -40,7 +40,7 @@ "myst-common": "^1.7.4", "myst-frontmatter": "^1.7.4", "myst-spec-ext": "^1.7.4", - "tex-to-typst": "^0.0.13", + "tex-to-typst": "^0.0.14", "unist-util-select": "^4.0.3", "vfile-reporter": "^7.0.4" }