From 3b88973ac5f1ece8c16994c78b5e1691b18e1cbc Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Fri, 7 Mar 2025 09:05:08 -0600 Subject: [PATCH] Bump the version of MathQuill to pull in the removal of default `autoOperatorNames`. See https://github.com/openwebwork/mathquill/pull/37. All default `autoOperatorNames` are removed to address https://github.com/openwebwork/webwork2/issues/2203 and https://github.com/openwebwork/webwork2/issues/2681. Any of those operators can be added back if desired, but having them by default continues to cause issues with typing other things. --- 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 40b7b17a41..bb2d7fe1ea 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-beta.3", + "@openwebwork/mathquill": "^0.11.0-beta.5", "jsxgraph": "^1.10.1", "jszip": "^3.10.1", "jszip-utils": "^0.1.0", @@ -85,9 +85,9 @@ } }, "node_modules/@openwebwork/mathquill": { - "version": "0.11.0-beta.4", - "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0-beta.4.tgz", - "integrity": "sha512-UmbiHIYzwkYwzNvvZ/JfRgk/n+FvwEiWIQDM1By2HJmk7Ton40LmsJSDV3Rwb945sRVbVOVtvqPoLTWivds7ww==", + "version": "0.11.0-beta.5", + "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0-beta.5.tgz", + "integrity": "sha512-vjEQ1Go/UGwfjKSN2Xb9vQucO+LdbrVuL8fUVAfVGcAEIRPGtCvnt3FP612iHgSCdNZkCS/9hkJijfH2YBqBVA==", "license": "MPL-2.0" }, "node_modules/@trysound/sax": { @@ -1749,9 +1749,9 @@ } }, "@openwebwork/mathquill": { - "version": "0.11.0-beta.4", - "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0-beta.4.tgz", - "integrity": "sha512-UmbiHIYzwkYwzNvvZ/JfRgk/n+FvwEiWIQDM1By2HJmk7Ton40LmsJSDV3Rwb945sRVbVOVtvqPoLTWivds7ww==" + "version": "0.11.0-beta.5", + "resolved": "https://registry.npmjs.org/@openwebwork/mathquill/-/mathquill-0.11.0-beta.5.tgz", + "integrity": "sha512-vjEQ1Go/UGwfjKSN2Xb9vQucO+LdbrVuL8fUVAfVGcAEIRPGtCvnt3FP612iHgSCdNZkCS/9hkJijfH2YBqBVA==" }, "@trysound/sax": { "version": "0.2.0", diff --git a/htdocs/package.json b/htdocs/package.json index 43dbb846f4..abdf00249c 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-beta.4", + "@openwebwork/mathquill": "^0.11.0-beta.5", "jsxgraph": "^1.10.1", "jszip": "^3.10.1", "jszip-utils": "^0.1.0",