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",