From 9c4e2c65a6c65876626a1538e65973e264974702 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:22:54 +0000 Subject: [PATCH] chore(deps): update dependency vite to v6 (#400) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ocavue Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> --- .templates/template-lit/package.json | 2 +- .templates/template-preact/package.json | 2 +- .templates/template-react/package.json | 2 +- .templates/template-solid/package.json | 2 +- .templates/template-svelte/package.json | 4 ++-- .templates/template-sveltekit/package.json | 4 ++-- .templates/template-vanilla/package.json | 2 +- .templates/template-vue/package.json | 2 +- lit-dom/package.json | 2 +- preact-keymap/package.json | 2 +- preact-minimal/package.json | 2 +- preact-readonly/package.json | 2 +- preact-slash-menu/package.json | 2 +- react-block-handle/package.json | 2 +- react-blockquote/package.json | 2 +- react-change-tracking/package.json | 2 +- react-code-block-themes/package.json | 2 +- react-code-block/package.json | 2 +- react-full/package.json | 2 +- react-gap-cursor/package.json | 2 +- react-heading/package.json | 2 +- react-horizontal-rule/package.json | 2 +- react-image-view/package.json | 2 +- react-inline-menu/package.json | 2 +- react-keymap/package.json | 2 +- react-link-mark-view/package.json | 2 +- react-link/package.json | 2 +- react-list/package.json | 2 +- react-loro/package.json | 2 +- react-mark-rule/package.json | 2 +- react-minimal/package.json | 2 +- react-placeholder/package.json | 2 +- react-readonly/package.json | 2 +- react-save-html/package.json | 2 +- react-save-json/package.json | 2 +- react-save-markdown/package.json | 2 +- react-search/package.json | 2 +- react-slash-menu/package.json | 2 +- react-table/package.json | 2 +- react-toolbar/package.json | 2 +- react-unmount/package.json | 2 +- react-user-menu-dynamic/package.json | 2 +- react-user-menu/package.json | 2 +- react-word-counter/package.json | 2 +- react-yjs/package.json | 2 +- solid-code-block/package.json | 2 +- solid-drop-cursor/package.json | 2 +- solid-heading/package.json | 2 +- solid-keymap/package.json | 2 +- solid-link-mark-view/package.json | 2 +- solid-minimal/package.json | 2 +- solid-readonly/package.json | 2 +- solid-slash-menu/package.json | 2 +- solid-text-align/package.json | 2 +- svelte-bold/package.json | 4 ++-- svelte-change-tracking/package.json | 4 ++-- svelte-code-block-themes/package.json | 4 ++-- svelte-code-block/package.json | 4 ++-- svelte-code/package.json | 4 ++-- svelte-drop-cursor/package.json | 4 ++-- svelte-emoji-rules/package.json | 4 ++-- svelte-full/package.json | 4 ++-- svelte-heading/package.json | 4 ++-- svelte-italic/package.json | 4 ++-- svelte-keymap/package.json | 4 ++-- svelte-link-mark-view/package.json | 4 ++-- svelte-list/package.json | 4 ++-- svelte-minimal/package.json | 4 ++-- svelte-readonly/package.json | 4 ++-- svelte-save-json/package.json | 4 ++-- svelte-slash-menu/package.json | 4 ++-- svelte-text-align/package.json | 4 ++-- svelte-toolbar/package.json | 4 ++-- svelte-word-counter/package.json | 4 ++-- sveltekit-full/package.json | 4 ++-- vanilla-dom/package.json | 2 +- vue-block-handle/package.json | 2 +- vue-blockquote/package.json | 2 +- vue-bold/package.json | 2 +- vue-code-block-themes/package.json | 2 +- vue-code-block/package.json | 2 +- vue-code/package.json | 2 +- vue-drop-cursor/package.json | 2 +- vue-full/package.json | 2 +- vue-heading/package.json | 2 +- vue-image-view/package.json | 2 +- vue-inline-menu/package.json | 2 +- vue-italic/package.json | 2 +- vue-keymap/package.json | 2 +- vue-link-mark-view/package.json | 2 +- vue-link/package.json | 2 +- vue-list/package.json | 2 +- vue-mark-rule/package.json | 2 +- vue-minimal/package.json | 2 +- vue-placeholder/package.json | 2 +- vue-readonly/package.json | 2 +- vue-save-html/package.json | 2 +- vue-save-json/package.json | 2 +- vue-save-markdown/package.json | 2 +- vue-slash-menu/package.json | 2 +- vue-strike/package.json | 2 +- vue-table/package.json | 2 +- vue-text-align/package.json | 2 +- vue-text-color/package.json | 2 +- vue-toolbar/package.json | 2 +- vue-underline/package.json | 2 +- vue-unmount/package.json | 2 +- vue-user-menu-dynamic/package.json | 2 +- vue-user-menu/package.json | 2 +- vue-word-counter/package.json | 2 +- 110 files changed, 133 insertions(+), 133 deletions(-) diff --git a/.templates/template-lit/package.json b/.templates/template-lit/package.json index e369fa64d..d9e6a305a 100644 --- a/.templates/template-lit/package.json +++ b/.templates/template-lit/package.json @@ -18,6 +18,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-preact/package.json b/.templates/template-preact/package.json index 36eda7fd4..2cec17c9c 100644 --- a/.templates/template-preact/package.json +++ b/.templates/template-preact/package.json @@ -19,6 +19,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-react/package.json b/.templates/template-react/package.json index a95d6326e..c11ab2da7 100644 --- a/.templates/template-react/package.json +++ b/.templates/template-react/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-solid/package.json b/.templates/template-solid/package.json index b7e435dad..58bad6d45 100644 --- a/.templates/template-solid/package.json +++ b/.templates/template-solid/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/.templates/template-svelte/package.json b/.templates/template-svelte/package.json index 5bf23dc41..ef578bd6a 100644 --- a/.templates/template-svelte/package.json +++ b/.templates/template-svelte/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-sveltekit/package.json b/.templates/template-sveltekit/package.json index 8f610565e..4192723ab 100644 --- a/.templates/template-sveltekit/package.json +++ b/.templates/template-sveltekit/package.json @@ -15,7 +15,7 @@ "@iconify-json/lucide": "^1.2.20", "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/kit": "^2.15.0", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "postcss": "^8.4.49", "prosekit": "^0.11.2", "svelte": "^5.15.0", @@ -23,6 +23,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-vanilla/package.json b/.templates/template-vanilla/package.json index 5e9e24025..eb8767656 100644 --- a/.templates/template-vanilla/package.json +++ b/.templates/template-vanilla/package.json @@ -16,6 +16,6 @@ "@iconify-json/lucide": "^1.2.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/.templates/template-vue/package.json b/.templates/template-vue/package.json index 690e66247..a454a9051 100644 --- a/.templates/template-vue/package.json +++ b/.templates/template-vue/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/lit-dom/package.json b/lit-dom/package.json index 99e83cb83..9cfd938a5 100644 --- a/lit-dom/package.json +++ b/lit-dom/package.json @@ -18,6 +18,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/preact-keymap/package.json b/preact-keymap/package.json index 77508ce2d..5f8e1f1fa 100644 --- a/preact-keymap/package.json +++ b/preact-keymap/package.json @@ -19,6 +19,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/preact-minimal/package.json b/preact-minimal/package.json index 791b06675..9db9eb40e 100644 --- a/preact-minimal/package.json +++ b/preact-minimal/package.json @@ -19,6 +19,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/preact-readonly/package.json b/preact-readonly/package.json index 86114b9e6..24d9a30d9 100644 --- a/preact-readonly/package.json +++ b/preact-readonly/package.json @@ -19,6 +19,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/preact-slash-menu/package.json b/preact-slash-menu/package.json index a7b5da1bc..822cfa418 100644 --- a/preact-slash-menu/package.json +++ b/preact-slash-menu/package.json @@ -19,6 +19,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-block-handle/package.json b/react-block-handle/package.json index de22f397e..c3e69c4ed 100644 --- a/react-block-handle/package.json +++ b/react-block-handle/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-blockquote/package.json b/react-blockquote/package.json index 71396e53a..fdb282600 100644 --- a/react-blockquote/package.json +++ b/react-blockquote/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-change-tracking/package.json b/react-change-tracking/package.json index f4ccad7f2..aca78fd2d 100644 --- a/react-change-tracking/package.json +++ b/react-change-tracking/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-code-block-themes/package.json b/react-code-block-themes/package.json index 4fe342489..bf671bdd7 100644 --- a/react-code-block-themes/package.json +++ b/react-code-block-themes/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-code-block/package.json b/react-code-block/package.json index 87afb0447..c967db38d 100644 --- a/react-code-block/package.json +++ b/react-code-block/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-full/package.json b/react-full/package.json index c1c2c35ff..2fdd7d3c5 100644 --- a/react-full/package.json +++ b/react-full/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-gap-cursor/package.json b/react-gap-cursor/package.json index f8bef9446..b248c6c48 100644 --- a/react-gap-cursor/package.json +++ b/react-gap-cursor/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-heading/package.json b/react-heading/package.json index 804ae50eb..5e9db5ad2 100644 --- a/react-heading/package.json +++ b/react-heading/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-horizontal-rule/package.json b/react-horizontal-rule/package.json index ceccc7bbe..c12b819ea 100644 --- a/react-horizontal-rule/package.json +++ b/react-horizontal-rule/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-image-view/package.json b/react-image-view/package.json index 7bc2361cc..f56efe7cb 100644 --- a/react-image-view/package.json +++ b/react-image-view/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-inline-menu/package.json b/react-inline-menu/package.json index c57f375b6..4d20857a4 100644 --- a/react-inline-menu/package.json +++ b/react-inline-menu/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-keymap/package.json b/react-keymap/package.json index 2123f621f..189cf43b4 100644 --- a/react-keymap/package.json +++ b/react-keymap/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-link-mark-view/package.json b/react-link-mark-view/package.json index f31c4ca14..4643e039e 100644 --- a/react-link-mark-view/package.json +++ b/react-link-mark-view/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-link/package.json b/react-link/package.json index 65d31303e..d09e70aed 100644 --- a/react-link/package.json +++ b/react-link/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-list/package.json b/react-list/package.json index f0cbd2156..f29fff712 100644 --- a/react-list/package.json +++ b/react-list/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-loro/package.json b/react-loro/package.json index 9e8325fc2..c6dc7ee56 100644 --- a/react-loro/package.json +++ b/react-loro/package.json @@ -24,7 +24,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-top-level-await": "^1.4.4", "vite-plugin-wasm": "^3.4.1" } diff --git a/react-mark-rule/package.json b/react-mark-rule/package.json index d4830c943..4a1164afc 100644 --- a/react-mark-rule/package.json +++ b/react-mark-rule/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-minimal/package.json b/react-minimal/package.json index a20e785a4..fd198f6ab 100644 --- a/react-minimal/package.json +++ b/react-minimal/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-placeholder/package.json b/react-placeholder/package.json index f7a8019e1..7f3af9091 100644 --- a/react-placeholder/package.json +++ b/react-placeholder/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-readonly/package.json b/react-readonly/package.json index 7b3c7d2a9..f866d9850 100644 --- a/react-readonly/package.json +++ b/react-readonly/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-save-html/package.json b/react-save-html/package.json index 30424baec..2f44e04c3 100644 --- a/react-save-html/package.json +++ b/react-save-html/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-save-json/package.json b/react-save-json/package.json index 80b4efacc..e4b74b2b0 100644 --- a/react-save-json/package.json +++ b/react-save-json/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-save-markdown/package.json b/react-save-markdown/package.json index 1f8f4909f..b7954efb6 100644 --- a/react-save-markdown/package.json +++ b/react-save-markdown/package.json @@ -28,6 +28,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-search/package.json b/react-search/package.json index 4012534fa..be6c90854 100644 --- a/react-search/package.json +++ b/react-search/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-slash-menu/package.json b/react-slash-menu/package.json index 080cf7b0f..a2171b69e 100644 --- a/react-slash-menu/package.json +++ b/react-slash-menu/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-table/package.json b/react-table/package.json index 2b52a27c5..4567e3c85 100644 --- a/react-table/package.json +++ b/react-table/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-toolbar/package.json b/react-toolbar/package.json index 9e2918b10..184260571 100644 --- a/react-toolbar/package.json +++ b/react-toolbar/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-unmount/package.json b/react-unmount/package.json index 3e1cd591d..f1be50974 100644 --- a/react-unmount/package.json +++ b/react-unmount/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-user-menu-dynamic/package.json b/react-user-menu-dynamic/package.json index 6823f50cd..be6cd35ad 100644 --- a/react-user-menu-dynamic/package.json +++ b/react-user-menu-dynamic/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-user-menu/package.json b/react-user-menu/package.json index af44b3577..339fad7e7 100644 --- a/react-user-menu/package.json +++ b/react-user-menu/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-word-counter/package.json b/react-word-counter/package.json index 5390e41de..717662123 100644 --- a/react-word-counter/package.json +++ b/react-word-counter/package.json @@ -22,6 +22,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/react-yjs/package.json b/react-yjs/package.json index f8e78e636..d08c61955 100644 --- a/react-yjs/package.json +++ b/react-yjs/package.json @@ -26,6 +26,6 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/solid-code-block/package.json b/solid-code-block/package.json index 1ee416831..e4f7514b6 100644 --- a/solid-code-block/package.json +++ b/solid-code-block/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-drop-cursor/package.json b/solid-drop-cursor/package.json index f720e541d..da0ee925a 100644 --- a/solid-drop-cursor/package.json +++ b/solid-drop-cursor/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-heading/package.json b/solid-heading/package.json index a3945a4d2..e8761283d 100644 --- a/solid-heading/package.json +++ b/solid-heading/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-keymap/package.json b/solid-keymap/package.json index aa33af91e..d9a944aae 100644 --- a/solid-keymap/package.json +++ b/solid-keymap/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-link-mark-view/package.json b/solid-link-mark-view/package.json index badf0af85..2b952f598 100644 --- a/solid-link-mark-view/package.json +++ b/solid-link-mark-view/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-minimal/package.json b/solid-minimal/package.json index a0647cee9..f12a466cb 100644 --- a/solid-minimal/package.json +++ b/solid-minimal/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-readonly/package.json b/solid-readonly/package.json index 4a4977905..b4d84dd98 100644 --- a/solid-readonly/package.json +++ b/solid-readonly/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-slash-menu/package.json b/solid-slash-menu/package.json index 37ddc49d3..422818447 100644 --- a/solid-slash-menu/package.json +++ b/solid-slash-menu/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/solid-text-align/package.json b/solid-text-align/package.json index abf3d00d6..879d71372 100644 --- a/solid-text-align/package.json +++ b/solid-text-align/package.json @@ -18,7 +18,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } } diff --git a/svelte-bold/package.json b/svelte-bold/package.json index dbbab4964..98396aa2d 100644 --- a/svelte-bold/package.json +++ b/svelte-bold/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-change-tracking/package.json b/svelte-change-tracking/package.json index ea74b63f5..3a855c4ee 100644 --- a/svelte-change-tracking/package.json +++ b/svelte-change-tracking/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-code-block-themes/package.json b/svelte-code-block-themes/package.json index d3a4007ae..aa6600da4 100644 --- a/svelte-code-block-themes/package.json +++ b/svelte-code-block-themes/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-code-block/package.json b/svelte-code-block/package.json index ff6b5296d..9d8c5b813 100644 --- a/svelte-code-block/package.json +++ b/svelte-code-block/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-code/package.json b/svelte-code/package.json index a9cb93a82..1435b4ff4 100644 --- a/svelte-code/package.json +++ b/svelte-code/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-drop-cursor/package.json b/svelte-drop-cursor/package.json index 2b7c6a051..af7ef23aa 100644 --- a/svelte-drop-cursor/package.json +++ b/svelte-drop-cursor/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-emoji-rules/package.json b/svelte-emoji-rules/package.json index bf3a49098..57e6c9ef7 100644 --- a/svelte-emoji-rules/package.json +++ b/svelte-emoji-rules/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-full/package.json b/svelte-full/package.json index c86dd2f4f..62edef0be 100644 --- a/svelte-full/package.json +++ b/svelte-full/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-heading/package.json b/svelte-heading/package.json index e1c4d7689..72b271d3f 100644 --- a/svelte-heading/package.json +++ b/svelte-heading/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-italic/package.json b/svelte-italic/package.json index 66fe48246..d7e6dc04d 100644 --- a/svelte-italic/package.json +++ b/svelte-italic/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-keymap/package.json b/svelte-keymap/package.json index ac1c09bec..c13030d58 100644 --- a/svelte-keymap/package.json +++ b/svelte-keymap/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-link-mark-view/package.json b/svelte-link-mark-view/package.json index efb565389..5d556abd9 100644 --- a/svelte-link-mark-view/package.json +++ b/svelte-link-mark-view/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-list/package.json b/svelte-list/package.json index d46082383..c4e0677d8 100644 --- a/svelte-list/package.json +++ b/svelte-list/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-minimal/package.json b/svelte-minimal/package.json index 566d2b4cf..ce5308495 100644 --- a/svelte-minimal/package.json +++ b/svelte-minimal/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-readonly/package.json b/svelte-readonly/package.json index 6c91717e3..9a61b944b 100644 --- a/svelte-readonly/package.json +++ b/svelte-readonly/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-save-json/package.json b/svelte-save-json/package.json index 726b4602c..d1b33310b 100644 --- a/svelte-save-json/package.json +++ b/svelte-save-json/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-slash-menu/package.json b/svelte-slash-menu/package.json index c1f45f7a6..62fde1799 100644 --- a/svelte-slash-menu/package.json +++ b/svelte-slash-menu/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-text-align/package.json b/svelte-text-align/package.json index 58967aa22..4fbc158f6 100644 --- a/svelte-text-align/package.json +++ b/svelte-text-align/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-toolbar/package.json b/svelte-toolbar/package.json index 7b603e198..a28c0f4f4 100644 --- a/svelte-toolbar/package.json +++ b/svelte-toolbar/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/svelte-word-counter/package.json b/svelte-word-counter/package.json index 931bee7c0..e65d27ae2 100644 --- a/svelte-word-counter/package.json +++ b/svelte-word-counter/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@egoist/tailwindcss-icons": "^1.8.2", "@iconify-json/lucide": "^1.2.20", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tsconfig/svelte": "^5.0.4", "postcss": "^8.4.49", "svelte": "^5.15.0", @@ -22,6 +22,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/sveltekit-full/package.json b/sveltekit-full/package.json index 9a68385e3..a69b2ecfc 100644 --- a/sveltekit-full/package.json +++ b/sveltekit-full/package.json @@ -15,7 +15,7 @@ "@iconify-json/lucide": "^1.2.20", "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/kit": "^2.15.0", - "@sveltejs/vite-plugin-svelte": "^4.0.4", + "@sveltejs/vite-plugin-svelte": "^5.0.3", "postcss": "^8.4.49", "prosekit": "^0.11.2", "svelte": "^5.15.0", @@ -23,6 +23,6 @@ "tailwindcss": "^3.4.17", "tslib": "^2.8.1", "typescript": "5.7.2", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/vanilla-dom/package.json b/vanilla-dom/package.json index 91f30adf7..540c130cf 100644 --- a/vanilla-dom/package.json +++ b/vanilla-dom/package.json @@ -16,6 +16,6 @@ "@iconify-json/lucide": "^1.2.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", - "vite": "^5.4.11" + "vite": "^6.0.5" } } diff --git a/vue-block-handle/package.json b/vue-block-handle/package.json index e6d6fd2aa..98907151a 100644 --- a/vue-block-handle/package.json +++ b/vue-block-handle/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-blockquote/package.json b/vue-blockquote/package.json index 3f8172fa2..33f39ee0e 100644 --- a/vue-blockquote/package.json +++ b/vue-blockquote/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-bold/package.json b/vue-bold/package.json index a9c88bea5..215d10302 100644 --- a/vue-bold/package.json +++ b/vue-bold/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-code-block-themes/package.json b/vue-code-block-themes/package.json index 95a0f119d..1b12abc0e 100644 --- a/vue-code-block-themes/package.json +++ b/vue-code-block-themes/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-code-block/package.json b/vue-code-block/package.json index a3045e79a..a96736541 100644 --- a/vue-code-block/package.json +++ b/vue-code-block/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-code/package.json b/vue-code/package.json index 961e5f04d..6ff0bb139 100644 --- a/vue-code/package.json +++ b/vue-code/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-drop-cursor/package.json b/vue-drop-cursor/package.json index 2da5bc51f..4a6d50c5f 100644 --- a/vue-drop-cursor/package.json +++ b/vue-drop-cursor/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-full/package.json b/vue-full/package.json index aa26a92f1..e87310a8a 100644 --- a/vue-full/package.json +++ b/vue-full/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-heading/package.json b/vue-heading/package.json index d17aae43d..7f12b5237 100644 --- a/vue-heading/package.json +++ b/vue-heading/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-image-view/package.json b/vue-image-view/package.json index 90e7d7361..f5fa63f6a 100644 --- a/vue-image-view/package.json +++ b/vue-image-view/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-inline-menu/package.json b/vue-inline-menu/package.json index 152363b9f..cfeb0ccd8 100644 --- a/vue-inline-menu/package.json +++ b/vue-inline-menu/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-italic/package.json b/vue-italic/package.json index fa2cc8b86..f064cb028 100644 --- a/vue-italic/package.json +++ b/vue-italic/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-keymap/package.json b/vue-keymap/package.json index a06bd9680..1e4d787b1 100644 --- a/vue-keymap/package.json +++ b/vue-keymap/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-link-mark-view/package.json b/vue-link-mark-view/package.json index 191da9ff7..4939900b9 100644 --- a/vue-link-mark-view/package.json +++ b/vue-link-mark-view/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-link/package.json b/vue-link/package.json index 77f0b098f..83c52ff09 100644 --- a/vue-link/package.json +++ b/vue-link/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-list/package.json b/vue-list/package.json index 7c901aeaf..04a59a216 100644 --- a/vue-list/package.json +++ b/vue-list/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-mark-rule/package.json b/vue-mark-rule/package.json index bc24878cd..362c013b3 100644 --- a/vue-mark-rule/package.json +++ b/vue-mark-rule/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-minimal/package.json b/vue-minimal/package.json index 43a91bcef..550585ee4 100644 --- a/vue-minimal/package.json +++ b/vue-minimal/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-placeholder/package.json b/vue-placeholder/package.json index c967baa8f..cb2eddacd 100644 --- a/vue-placeholder/package.json +++ b/vue-placeholder/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-readonly/package.json b/vue-readonly/package.json index aa6c0667c..9edf507dc 100644 --- a/vue-readonly/package.json +++ b/vue-readonly/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-save-html/package.json b/vue-save-html/package.json index da527edc1..0714495da 100644 --- a/vue-save-html/package.json +++ b/vue-save-html/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-save-json/package.json b/vue-save-json/package.json index 8170e1c24..18b33b723 100644 --- a/vue-save-json/package.json +++ b/vue-save-json/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-save-markdown/package.json b/vue-save-markdown/package.json index e324297a6..063efe1ee 100644 --- a/vue-save-markdown/package.json +++ b/vue-save-markdown/package.json @@ -25,7 +25,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-slash-menu/package.json b/vue-slash-menu/package.json index 0bc26b8c2..82933e6cb 100644 --- a/vue-slash-menu/package.json +++ b/vue-slash-menu/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-strike/package.json b/vue-strike/package.json index 563f2164e..2e7fe9023 100644 --- a/vue-strike/package.json +++ b/vue-strike/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-table/package.json b/vue-table/package.json index 2a4ff075b..f8b364d10 100644 --- a/vue-table/package.json +++ b/vue-table/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-text-align/package.json b/vue-text-align/package.json index f1ab624b9..360f0ec95 100644 --- a/vue-text-align/package.json +++ b/vue-text-align/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-text-color/package.json b/vue-text-color/package.json index b55b664de..e8daf19e8 100644 --- a/vue-text-color/package.json +++ b/vue-text-color/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-toolbar/package.json b/vue-toolbar/package.json index 0031ba19f..b64bcb90b 100644 --- a/vue-toolbar/package.json +++ b/vue-toolbar/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-underline/package.json b/vue-underline/package.json index 16360b64e..de64cf26e 100644 --- a/vue-underline/package.json +++ b/vue-underline/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-unmount/package.json b/vue-unmount/package.json index 39e868750..1951c73c3 100644 --- a/vue-unmount/package.json +++ b/vue-unmount/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-user-menu-dynamic/package.json b/vue-user-menu-dynamic/package.json index 196531343..7b4c6f9df 100644 --- a/vue-user-menu-dynamic/package.json +++ b/vue-user-menu-dynamic/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-user-menu/package.json b/vue-user-menu/package.json index 1fcc61fe1..6026215c1 100644 --- a/vue-user-menu/package.json +++ b/vue-user-menu/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } } diff --git a/vue-word-counter/package.json b/vue-word-counter/package.json index a110395fe..8187d3176 100644 --- a/vue-word-counter/package.json +++ b/vue-word-counter/package.json @@ -19,7 +19,7 @@ "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "5.7.2", - "vite": "^5.4.11", + "vite": "^6.0.5", "vue-tsc": "^2.2.0" } }