From 5e8b76de371f85366011d4fcd2ef95cafe54da93 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Tue, 7 Oct 2025 14:42:57 -0500 Subject: [PATCH] Update the MathQuill version to pull in some fixes. https://github.com/openwebwork/mathquill/pull/39 and https://github.com/openwebwork/mathquill/pull/40 have been merged and a new version of @openwebwork/mathquill have been merged. This updates to the newly published version that includes those fixes. --- htdocs/package-lock.json | 14 +++++++------- htdocs/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/package-lock.json b/htdocs/package-lock.json index e513ce6e88..83ebb43adf 100644 --- a/htdocs/package-lock.json +++ b/htdocs/package-lock.json @@ -7,7 +7,7 @@ "name": "pg.javascript_package_manager", "license": "GPL-2.0+", "dependencies": { - "@openwebwork/mathquill": "^0.11.0", + "@openwebwork/mathquill": "^0.11.1", "jsxgraph": "^1.11.1", "jszip": "^3.10.1", "jszip-utils": "^0.1.0", @@ -77,9 +77,9 @@ } }, "node_modules/@openwebwork/mathquill": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0.tgz", - "integrity": "sha512-w5AlhsnreqCFYePP2V8Ve/hxA8KZvYmyHD5uehCD07PDp/HiL3DSo4mtAyLV7pWTXUoPVLFdnZK/WmrSYs+UdQ==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.1.tgz", + "integrity": "sha512-NLmu+AQ8i4bXX6Zuv5YMOkxhLsZisIW9pB0OvIIajVtAIsUu9ES7aG5Bhq823Ohc9xxA+2S7YrtmRaiDbp+GKA==", "license": "MPL-2.0" }, "node_modules/@parcel/watcher": { @@ -2114,9 +2114,9 @@ } }, "@openwebwork/mathquill": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0.tgz", - "integrity": "sha512-w5AlhsnreqCFYePP2V8Ve/hxA8KZvYmyHD5uehCD07PDp/HiL3DSo4mtAyLV7pWTXUoPVLFdnZK/WmrSYs+UdQ==" + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.1.tgz", + "integrity": "sha512-NLmu+AQ8i4bXX6Zuv5YMOkxhLsZisIW9pB0OvIIajVtAIsUu9ES7aG5Bhq823Ohc9xxA+2S7YrtmRaiDbp+GKA==" }, "@parcel/watcher": { "version": "2.5.1", diff --git a/htdocs/package.json b/htdocs/package.json index 2410085950..f4cfd4ec1d 100644 --- a/htdocs/package.json +++ b/htdocs/package.json @@ -13,7 +13,7 @@ "prettier-check": "prettier --ignore-path=../.gitignore --check \"**/*.{js,css,scss,html}\" \"../**/*.dist.yml\"" }, "dependencies": { - "@openwebwork/mathquill": "^0.11.0", + "@openwebwork/mathquill": "^0.11.1", "jsxgraph": "^1.11.1", "jszip": "^3.10.1", "jszip-utils": "^0.1.0",