From bfd9ac5c4397f5c11c3292a127bb1d088b5e33f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:58:12 +0000 Subject: [PATCH] chore(deps): update dependency prosekit to ^0.21.2 --- lit-inline-menu/package.json | 2 +- preact-font-family/package.json | 2 +- react-font-family/package.json | 2 +- solid-font-family/package.json | 2 +- svelte-font-family/package.json | 2 +- vue-font-family/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lit-inline-menu/package.json b/lit-inline-menu/package.json index 4379618814..4584921ea0 100644 --- a/lit-inline-menu/package.json +++ b/lit-inline-menu/package.json @@ -11,7 +11,7 @@ "dependencies": { "@lit/context": "^1.1.6", "lit": "^3.3.3", - "prosekit": "^0.21.1" + "prosekit": "^0.21.2" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/preact-font-family/package.json b/preact-font-family/package.json index bbc9569fed..8144591f61 100644 --- a/preact-font-family/package.json +++ b/preact-font-family/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "preact": "^10.29.1", - "prosekit": "^0.21.1" + "prosekit": "^0.21.2" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/react-font-family/package.json b/react-font-family/package.json index c42ba26f50..63812cc651 100644 --- a/react-font-family/package.json +++ b/react-font-family/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "prosekit": "^0.21.1", + "prosekit": "^0.21.2", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/solid-font-family/package.json b/solid-font-family/package.json index 85b97cd1f6..cccf775199 100644 --- a/solid-font-family/package.json +++ b/solid-font-family/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "prosekit": "^0.21.1", + "prosekit": "^0.21.2", "solid-js": "^1.9.13" }, "devDependencies": { diff --git a/svelte-font-family/package.json b/svelte-font-family/package.json index 5bf3398531..27dd77b861 100644 --- a/svelte-font-family/package.json +++ b/svelte-font-family/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "prosekit": "^0.21.1" + "prosekit": "^0.21.2" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-font-family/package.json b/vue-font-family/package.json index c9989eb3e6..e2f9ceffe0 100644 --- a/vue-font-family/package.json +++ b/vue-font-family/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "prosekit": "^0.21.1", + "prosekit": "^0.21.2", "vue": "^3.5.34" }, "devDependencies": {