From 87d0250506d7aa486bcad218a457317ec6372e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:46:02 +0000 Subject: [PATCH] chore(deps): bump @bhsd/codemirror-wikitext from 0.7.0 to 0.9.0 Bumps [@bhsd/codemirror-wikitext](https://github.com/bhsd-harry/codemirror-mediawiki) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/bhsd-harry/codemirror-mediawiki/releases) - [Changelog](https://github.com/bhsd-harry/codemirror-mediawiki/blob/npm/CHANGELOG.md) - [Commits](https://github.com/bhsd-harry/codemirror-mediawiki/commits) --- updated-dependencies: - dependency-name: "@bhsd/codemirror-wikitext" dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 05cc840..88bb9ed 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "vite": "^8.0.8" }, "dependencies": { - "@bhsd/codemirror-wikitext": "^0.7.0", + "@bhsd/codemirror-wikitext": "^0.9.0", "@lucide/svelte": "^1.8.0", "codemirror": "^6.0.2", "mediawiki-expr": "^0.0.2",