diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 3c4db3a6f1..188485c263 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "nuxt": "^4.5.0", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/.templates/template-vue/package.json b/.templates/template-vue/package.json index 07dd9541e7..8020eb8be1 100644 --- a/.templates/template-vue/package.json +++ b/.templates/template-vue/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/nuxt-full/package.json b/nuxt-full/package.json index fbc77daf4b..4edd034cdf 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -14,7 +14,7 @@ "katex": "^0.17.0", "nuxt": "^4.4.8", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-block-handle/package.json b/vue-block-handle/package.json index c2f223bc4e..ad13ae48b5 100644 --- a/vue-block-handle/package.json +++ b/vue-block-handle/package.json @@ -11,7 +11,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-blockquote/package.json b/vue-blockquote/package.json index a593a53948..c7e134e52b 100644 --- a/vue-blockquote/package.json +++ b/vue-blockquote/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-bold/package.json b/vue-bold/package.json index 701d094025..25349b21b3 100644 --- a/vue-bold/package.json +++ b/vue-bold/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-change-tracking/package.json b/vue-change-tracking/package.json index b03007e321..e0dbf1b2d3 100644 --- a/vue-change-tracking/package.json +++ b/vue-change-tracking/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-code-block-themes/package.json b/vue-code-block-themes/package.json index 7c269a1157..68c609557f 100644 --- a/vue-code-block-themes/package.json +++ b/vue-code-block-themes/package.json @@ -11,7 +11,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-code-block/package.json b/vue-code-block/package.json index 046e7beea2..b9cdb13a00 100644 --- a/vue-code-block/package.json +++ b/vue-code-block/package.json @@ -11,7 +11,7 @@ "dependencies": { "beautiful-mermaid": "^1.1.3", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-code/package.json b/vue-code/package.json index 349cb6ba6a..f77b081163 100644 --- a/vue-code/package.json +++ b/vue-code/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-drop-cursor/package.json b/vue-drop-cursor/package.json index 9bdf38e059..d80159b96f 100644 --- a/vue-drop-cursor/package.json +++ b/vue-drop-cursor/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-emoji-rules/package.json b/vue-emoji-rules/package.json index 32e2bcba19..f11b3ea3ad 100644 --- a/vue-emoji-rules/package.json +++ b/vue-emoji-rules/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-font-family/package.json b/vue-font-family/package.json index 21e9f8af3d..62269243bc 100644 --- a/vue-font-family/package.json +++ b/vue-font-family/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-full/package.json b/vue-full/package.json index 65fe6e882f..2fd06fc461 100644 --- a/vue-full/package.json +++ b/vue-full/package.json @@ -12,7 +12,7 @@ "beautiful-mermaid": "^1.1.3", "katex": "^0.17.0", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-gap-cursor/package.json b/vue-gap-cursor/package.json index 060cc0fc42..21cfed0a42 100644 --- a/vue-gap-cursor/package.json +++ b/vue-gap-cursor/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-hard-break/package.json b/vue-hard-break/package.json index cdcea5f7a8..d946a4bf8a 100644 --- a/vue-hard-break/package.json +++ b/vue-hard-break/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-heading/package.json b/vue-heading/package.json index 555eae0eb3..c09f6db3f5 100644 --- a/vue-heading/package.json +++ b/vue-heading/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-highlight/package.json b/vue-highlight/package.json index 996dad21e2..a4192e074f 100644 --- a/vue-highlight/package.json +++ b/vue-highlight/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-horizontal-rule/package.json b/vue-horizontal-rule/package.json index bb14f512fe..ada255e21b 100644 --- a/vue-horizontal-rule/package.json +++ b/vue-horizontal-rule/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-image-view/package.json b/vue-image-view/package.json index 58763085f5..36a0dfdb94 100644 --- a/vue-image-view/package.json +++ b/vue-image-view/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-inline-menu/package.json b/vue-inline-menu/package.json index 8a3e7e9511..f871e8ab06 100644 --- a/vue-inline-menu/package.json +++ b/vue-inline-menu/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-italic/package.json b/vue-italic/package.json index 40bdae9d1b..17f9a14ae5 100644 --- a/vue-italic/package.json +++ b/vue-italic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-katex/package.json b/vue-katex/package.json index 7724ffa222..c148d9e366 100644 --- a/vue-katex/package.json +++ b/vue-katex/package.json @@ -11,7 +11,7 @@ "dependencies": { "katex": "^0.17.0", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-keymap/package.json b/vue-keymap/package.json index 5c286642e9..42044c4fd2 100644 --- a/vue-keymap/package.json +++ b/vue-keymap/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-link-mark-view/package.json b/vue-link-mark-view/package.json index b9d6cd7e0e..952cf5b724 100644 --- a/vue-link-mark-view/package.json +++ b/vue-link-mark-view/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-link/package.json b/vue-link/package.json index ac0d78dd79..0ef1e0789b 100644 --- a/vue-link/package.json +++ b/vue-link/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-list-custom-checkbox/package.json b/vue-list-custom-checkbox/package.json index 431d862dd1..06fe5ea2a7 100644 --- a/vue-list-custom-checkbox/package.json +++ b/vue-list-custom-checkbox/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-list/package.json b/vue-list/package.json index 0b7bb7c2e0..d45db3c002 100644 --- a/vue-list/package.json +++ b/vue-list/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-loro/package.json b/vue-loro/package.json index 614441cf27..7c6f00a3c4 100644 --- a/vue-loro/package.json +++ b/vue-loro/package.json @@ -12,7 +12,7 @@ "loro-crdt": "^1.13.7", "loro-prosemirror": "^0.4.3", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-mark-rule/package.json b/vue-mark-rule/package.json index 308e90422d..1b7c9524a4 100644 --- a/vue-mark-rule/package.json +++ b/vue-mark-rule/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-minimal/package.json b/vue-minimal/package.json index c9d67fcd1d..cb40ce28a8 100644 --- a/vue-minimal/package.json +++ b/vue-minimal/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-placeholder/package.json b/vue-placeholder/package.json index cc067e41a3..a6787f305d 100644 --- a/vue-placeholder/package.json +++ b/vue-placeholder/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-readonly/package.json b/vue-readonly/package.json index 838b9e2b6e..61c4033295 100644 --- a/vue-readonly/package.json +++ b/vue-readonly/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-rtl/package.json b/vue-rtl/package.json index f34f90ee5b..1ce4404902 100644 --- a/vue-rtl/package.json +++ b/vue-rtl/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-save-html/package.json b/vue-save-html/package.json index b48eaa9277..c445af5733 100644 --- a/vue-save-html/package.json +++ b/vue-save-html/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-save-json/package.json b/vue-save-json/package.json index c761f34daf..e7c357655b 100644 --- a/vue-save-json/package.json +++ b/vue-save-json/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-save-markdown/package.json b/vue-save-markdown/package.json index 9a186dbb16..81e965bbfc 100644 --- a/vue-save-markdown/package.json +++ b/vue-save-markdown/package.json @@ -17,7 +17,7 @@ "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "unified": "^11.0.5", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-search/package.json b/vue-search/package.json index 0c164ab598..9bae76c5cc 100644 --- a/vue-search/package.json +++ b/vue-search/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-slash-menu/package.json b/vue-slash-menu/package.json index 2f0852806c..bc03602120 100644 --- a/vue-slash-menu/package.json +++ b/vue-slash-menu/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-strike/package.json b/vue-strike/package.json index 0dcfeef78a..8362121199 100644 --- a/vue-strike/package.json +++ b/vue-strike/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-sub-sup/package.json b/vue-sub-sup/package.json index 0cb4d5d2e8..0bb282f0fc 100644 --- a/vue-sub-sup/package.json +++ b/vue-sub-sup/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-table/package.json b/vue-table/package.json index 90a2aeb660..f4170cefd4 100644 --- a/vue-table/package.json +++ b/vue-table/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-text-align/package.json b/vue-text-align/package.json index e60587f896..dae1b39520 100644 --- a/vue-text-align/package.json +++ b/vue-text-align/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-text-color/package.json b/vue-text-color/package.json index de1249ba1a..49d980f875 100644 --- a/vue-text-color/package.json +++ b/vue-text-color/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-toolbar/package.json b/vue-toolbar/package.json index f930d5c0fd..5800b40f83 100644 --- a/vue-toolbar/package.json +++ b/vue-toolbar/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-tweet/package.json b/vue-tweet/package.json index 82c37268e3..cb3abeb80b 100644 --- a/vue-tweet/package.json +++ b/vue-tweet/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39", + "vue": "^3.5.40", "vue-tweet": "^3.0.0" }, "devDependencies": { diff --git a/vue-typography/package.json b/vue-typography/package.json index 8502232460..255f592378 100644 --- a/vue-typography/package.json +++ b/vue-typography/package.json @@ -11,7 +11,7 @@ "dependencies": { "katex": "^0.17.0", "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-underline/package.json b/vue-underline/package.json index 98e593e0ff..2981b13283 100644 --- a/vue-underline/package.json +++ b/vue-underline/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-unmount/package.json b/vue-unmount/package.json index dec0c073b4..0a3d3cd770 100644 --- a/vue-unmount/package.json +++ b/vue-unmount/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-user-menu-dynamic/package.json b/vue-user-menu-dynamic/package.json index af487bc457..4912333b59 100644 --- a/vue-user-menu-dynamic/package.json +++ b/vue-user-menu-dynamic/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-user-menu/package.json b/vue-user-menu/package.json index ab64dc72be..553df52f35 100644 --- a/vue-user-menu/package.json +++ b/vue-user-menu/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-word-counter/package.json b/vue-word-counter/package.json index 863d6fdc4c..82289ff470 100644 --- a/vue-word-counter/package.json +++ b/vue-word-counter/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39" + "vue": "^3.5.40" }, "devDependencies": { "@egoist/tailwindcss-icons": "^1.9.2", diff --git a/vue-yjs/package.json b/vue-yjs/package.json index e97d91500a..c284dde57a 100644 --- a/vue-yjs/package.json +++ b/vue-yjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "prosekit": "^0.21.4", - "vue": "^3.5.39", + "vue": "^3.5.40", "y-prosemirror": "^1.3.7", "y-websocket": "^3.0.0", "yjs": "^13.6.31"