From 389e204907173c8436e55e4ba6ed3e7e8a9db3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:26:21 +0000 Subject: [PATCH] chore(deps): bump tiptap-markdown Bumps the minor-and-patch group with 1 update in the / directory: [tiptap-markdown](https://github.com/aguingand/tiptap-markdown). Updates `tiptap-markdown` from 0.8.10 to 0.9.0 - [Release notes](https://github.com/aguingand/tiptap-markdown/releases) - [Commits](https://github.com/aguingand/tiptap-markdown/compare/v0.8.10...v0.9.0) --- updated-dependencies: - dependency-name: tiptap-markdown dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3def1bc..5c637ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-medical-assistant", - "version": "0.10.89", + "version": "0.10.90", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "rust-medical-assistant", - "version": "0.10.89", + "version": "0.10.90", "dependencies": { "@sereneinserenade/tiptap-search-and-replace": "^0.1.1", "@tauri-apps/api": "^2", @@ -22,7 +22,7 @@ "diff": "^9.0.0", "nspell": "^2.1.5", "qrcode": "^1.5.4", - "tiptap-markdown": "^0.8.10" + "tiptap-markdown": "^0.9.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^7.1.2", @@ -3126,9 +3126,9 @@ } }, "node_modules/tiptap-markdown": { - "version": "0.8.10", - "resolved": "https://registry.npmjs.org/tiptap-markdown/-/tiptap-markdown-0.8.10.tgz", - "integrity": "sha512-iDVkR2BjAqkTDtFX0h94yVvE2AihCXlF0Q7RIXSJPRSR5I0PA1TMuAg6FHFpmqTn4tPxJ0by0CK7PUMlnFLGEQ==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/tiptap-markdown/-/tiptap-markdown-0.9.0.tgz", + "integrity": "sha512-dKLQ9iiuGNgrlGVjrNauF/UBzWu4LYOx5pkD0jNkmQt/GOwfCJsBuzZTsf1jZ204ANHOm572mZ9PYvGh1S7tpQ==", "license": "MIT", "workspaces": [ "example" @@ -3140,7 +3140,7 @@ "prosemirror-markdown": "^1.11.1" }, "peerDependencies": { - "@tiptap/core": "^2.0.3" + "@tiptap/core": "^3.0.1" } }, "node_modules/tiptap-markdown/node_modules/@types/linkify-it": { diff --git a/package.json b/package.json index 34e69e2..5bd032d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "diff": "^9.0.0", "nspell": "^2.1.5", "qrcode": "^1.5.4", - "tiptap-markdown": "^0.8.10" + "tiptap-markdown": "^0.9.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^7.1.2",