From 492751914cbf5d4c55eccb94c0a46cde4d8ceb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:18:06 +0000 Subject: [PATCH] chore(deps)(deps): bump mathlive from 0.108.3 to 0.109.0 Bumps [mathlive](https://github.com/arnog/mathlive) from 0.108.3 to 0.109.0. - [Release notes](https://github.com/arnog/mathlive/releases) - [Changelog](https://github.com/arnog/mathlive/blob/master/CHANGELOG.md) - [Commits](https://github.com/arnog/mathlive/commits) --- updated-dependencies: - dependency-name: mathlive dependency-version: 0.109.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/default-components/package.json | 2 +- packages/item-player/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/default-components/package.json b/packages/default-components/package.json index c6cc4ab8..bac4c1aa 100644 --- a/packages/default-components/package.json +++ b/packages/default-components/package.json @@ -32,7 +32,7 @@ "@tiptap/extension-mathematics": "^3.15.3", "@tiptap/extension-placeholder": "^3.15.3", "@tiptap/starter-kit": "^3.15.3", - "mathlive": "^0.108.2" + "mathlive": "^0.109.0" }, "peerDependencies": { "svelte": "^5.46.1" diff --git a/packages/item-player/package.json b/packages/item-player/package.json index be695c3b..032541f3 100644 --- a/packages/item-player/package.json +++ b/packages/item-player/package.json @@ -38,7 +38,7 @@ "@xmldom/xmldom": "^0.8.11", "decimal.js": "^10.6.0", "katex": "^0.16.27", - "mathlive": "^0.108.2", + "mathlive": "^0.109.0", "node-html-parser": "^7.0.2" }, "devDependencies": {