diff --git a/.templates/template-lit/package.json b/.templates/template-lit/package.json index f889dde7d3..a10305e5fb 100644 --- a/.templates/template-lit/package.json +++ b/.templates/template-lit/package.json @@ -16,7 +16,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-next/package.json b/.templates/template-next/package.json index 617e469f85..cf897d05af 100644 --- a/.templates/template-next/package.json +++ b/.templates/template-next/package.json @@ -22,6 +22,6 @@ "@types/react-dom": "^19.2.7", "postcss": "^8.5.28", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } } diff --git a/.templates/template-nuxt/package.json b/.templates/template-nuxt/package.json index 301b3b86a3..c4287cf188 100644 --- a/.templates/template-nuxt/package.json +++ b/.templates/template-nuxt/package.json @@ -18,6 +18,6 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } } diff --git a/.templates/template-preact/package.json b/.templates/template-preact/package.json index c2c1b76869..6a7b9b6fda 100644 --- a/.templates/template-preact/package.json +++ b/.templates/template-preact/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-react/package.json b/.templates/template-react/package.json index e4d7e83128..252d216eb6 100644 --- a/.templates/template-react/package.json +++ b/.templates/template-react/package.json @@ -21,7 +21,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-solid/package.json b/.templates/template-solid/package.json index 5185e0d05e..8940a43d1a 100644 --- a/.templates/template-solid/package.json +++ b/.templates/template-solid/package.json @@ -17,7 +17,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/.templates/template-svelte/package.json b/.templates/template-svelte/package.json index 2d1e42695f..f8820134b4 100644 --- a/.templates/template-svelte/package.json +++ b/.templates/template-svelte/package.json @@ -20,7 +20,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-sveltekit/package.json b/.templates/template-sveltekit/package.json index 643b46baad..08925ba695 100644 --- a/.templates/template-sveltekit/package.json +++ b/.templates/template-sveltekit/package.json @@ -21,7 +21,7 @@ "svelte": "^5.57.0", "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-vanilla/package.json b/.templates/template-vanilla/package.json index 0da9383e37..122d5ace9e 100644 --- a/.templates/template-vanilla/package.json +++ b/.templates/template-vanilla/package.json @@ -14,7 +14,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.2.2" } } diff --git a/.templates/template-vue/package.json b/.templates/template-vue/package.json index 7a3f10b2c5..ef3becdd7b 100644 --- a/.templates/template-vue/package.json +++ b/.templates/template-vue/package.json @@ -19,7 +19,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/lit-block-handle/package.json b/lit-block-handle/package.json index 11dfc7d8ac..e405b6596e 100644 --- a/lit-block-handle/package.json +++ b/lit-block-handle/package.json @@ -19,7 +19,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-code-block/package.json b/lit-code-block/package.json index 2a7e9b1dc8..91a4846f0c 100644 --- a/lit-code-block/package.json +++ b/lit-code-block/package.json @@ -19,7 +19,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-full/package.json b/lit-full/package.json index 062a15bb5d..4c0780bf81 100644 --- a/lit-full/package.json +++ b/lit-full/package.json @@ -20,7 +20,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-inline-menu/package.json b/lit-inline-menu/package.json index 8c81ed3b44..fe3e787e89 100644 --- a/lit-inline-menu/package.json +++ b/lit-inline-menu/package.json @@ -18,7 +18,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-minimal/package.json b/lit-minimal/package.json index 5312f73566..e3583ac6e7 100644 --- a/lit-minimal/package.json +++ b/lit-minimal/package.json @@ -17,7 +17,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-slash-menu/package.json b/lit-slash-menu/package.json index 633e570a1d..6be25d9fcb 100644 --- a/lit-slash-menu/package.json +++ b/lit-slash-menu/package.json @@ -18,7 +18,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-table/package.json b/lit-table/package.json index b224a2a25c..b1f2d1050e 100644 --- a/lit-table/package.json +++ b/lit-table/package.json @@ -18,7 +18,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/lit-toolbar/package.json b/lit-toolbar/package.json index 5247c0d387..e5845abc25 100644 --- a/lit-toolbar/package.json +++ b/lit-toolbar/package.json @@ -18,7 +18,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/next-full/package.json b/next-full/package.json index 53eeb161f5..5b21eeb91b 100644 --- a/next-full/package.json +++ b/next-full/package.json @@ -25,6 +25,6 @@ "@types/react-dom": "^19.2.7", "postcss": "^8.5.28", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } } diff --git a/nuxt-full/package.json b/nuxt-full/package.json index c6dbd786db..df430d4338 100644 --- a/nuxt-full/package.json +++ b/nuxt-full/package.json @@ -21,6 +21,6 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3" + "typescript": "^7.0.2" } } diff --git a/preact-block-handle/package.json b/preact-block-handle/package.json index a36ed82823..6d2dab94d0 100644 --- a/preact-block-handle/package.json +++ b/preact-block-handle/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-blockquote/package.json b/preact-blockquote/package.json index b1f9e3c922..ceeb664928 100644 --- a/preact-blockquote/package.json +++ b/preact-blockquote/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-bold/package.json b/preact-bold/package.json index b51ce54090..05738c0b97 100644 --- a/preact-bold/package.json +++ b/preact-bold/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-change-tracking/package.json b/preact-change-tracking/package.json index ff1f9698cf..7c67929d79 100644 --- a/preact-change-tracking/package.json +++ b/preact-change-tracking/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-code-block-themes/package.json b/preact-code-block-themes/package.json index be5d9f6d9d..7f46dff60c 100644 --- a/preact-code-block-themes/package.json +++ b/preact-code-block-themes/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-code-block/package.json b/preact-code-block/package.json index 7949c8b665..dc74984993 100644 --- a/preact-code-block/package.json +++ b/preact-code-block/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-code/package.json b/preact-code/package.json index 669332447a..9b8c929256 100644 --- a/preact-code/package.json +++ b/preact-code/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-drop-cursor/package.json b/preact-drop-cursor/package.json index 44349cc6bc..dd570fb251 100644 --- a/preact-drop-cursor/package.json +++ b/preact-drop-cursor/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-emoji-rules/package.json b/preact-emoji-rules/package.json index 0b7a59545b..790c74a35f 100644 --- a/preact-emoji-rules/package.json +++ b/preact-emoji-rules/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-font-family/package.json b/preact-font-family/package.json index b4d513f7f3..20c954a76f 100644 --- a/preact-font-family/package.json +++ b/preact-font-family/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-full/package.json b/preact-full/package.json index 8fad29e3ed..9a3a861751 100644 --- a/preact-full/package.json +++ b/preact-full/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-gap-cursor/package.json b/preact-gap-cursor/package.json index 3f361ed2c6..297853d2bc 100644 --- a/preact-gap-cursor/package.json +++ b/preact-gap-cursor/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-hard-break/package.json b/preact-hard-break/package.json index b29438c079..a7f5a016cf 100644 --- a/preact-hard-break/package.json +++ b/preact-hard-break/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-heading/package.json b/preact-heading/package.json index 4b1317eb04..527219cae5 100644 --- a/preact-heading/package.json +++ b/preact-heading/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-highlight/package.json b/preact-highlight/package.json index 2d2974ea1a..31a3c62fcd 100644 --- a/preact-highlight/package.json +++ b/preact-highlight/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-horizontal-rule/package.json b/preact-horizontal-rule/package.json index 375e0ef345..3fbb23f2d5 100644 --- a/preact-horizontal-rule/package.json +++ b/preact-horizontal-rule/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-image-view/package.json b/preact-image-view/package.json index c2be2490b4..a2cfa45022 100644 --- a/preact-image-view/package.json +++ b/preact-image-view/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-inline-menu/package.json b/preact-inline-menu/package.json index b07a2412c5..3e7ddb5fc2 100644 --- a/preact-inline-menu/package.json +++ b/preact-inline-menu/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-italic/package.json b/preact-italic/package.json index 49d166c21c..b134b260ad 100644 --- a/preact-italic/package.json +++ b/preact-italic/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-katex/package.json b/preact-katex/package.json index a0f4b0dbd8..3fc60ce26f 100644 --- a/preact-katex/package.json +++ b/preact-katex/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-keymap/package.json b/preact-keymap/package.json index cd4c7d222e..2f1af5011c 100644 --- a/preact-keymap/package.json +++ b/preact-keymap/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-link-mark-view/package.json b/preact-link-mark-view/package.json index 8a6f1f3cb1..1447c87884 100644 --- a/preact-link-mark-view/package.json +++ b/preact-link-mark-view/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-link/package.json b/preact-link/package.json index 05de195eb5..df82400e3d 100644 --- a/preact-link/package.json +++ b/preact-link/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-list-custom-checkbox/package.json b/preact-list-custom-checkbox/package.json index 2306587d82..6a8a38b0f0 100644 --- a/preact-list-custom-checkbox/package.json +++ b/preact-list-custom-checkbox/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-list/package.json b/preact-list/package.json index 4b47118d64..42b6077e72 100644 --- a/preact-list/package.json +++ b/preact-list/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-loro/package.json b/preact-loro/package.json index 30f6bc7663..ff037b9b0b 100644 --- a/preact-loro/package.json +++ b/preact-loro/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-wasm": "^3.6.0" } diff --git a/preact-mark-rule/package.json b/preact-mark-rule/package.json index 8d43cea7f5..5d090652d5 100644 --- a/preact-mark-rule/package.json +++ b/preact-mark-rule/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-minimal/package.json b/preact-minimal/package.json index 99ec2576f7..0af1ca1ddc 100644 --- a/preact-minimal/package.json +++ b/preact-minimal/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-placeholder/package.json b/preact-placeholder/package.json index 3a066c7910..16b8f422ba 100644 --- a/preact-placeholder/package.json +++ b/preact-placeholder/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-readonly/package.json b/preact-readonly/package.json index 8397eda8e7..117026e007 100644 --- a/preact-readonly/package.json +++ b/preact-readonly/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-rtl/package.json b/preact-rtl/package.json index 78e30b4fc2..a7d41f8ebf 100644 --- a/preact-rtl/package.json +++ b/preact-rtl/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-save-html/package.json b/preact-save-html/package.json index b085fa9f4f..fbda94d8e1 100644 --- a/preact-save-html/package.json +++ b/preact-save-html/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-save-json/package.json b/preact-save-json/package.json index 19277706b9..57c99e56ad 100644 --- a/preact-save-json/package.json +++ b/preact-save-json/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-save-markdown/package.json b/preact-save-markdown/package.json index c6123dbaae..932251d340 100644 --- a/preact-save-markdown/package.json +++ b/preact-save-markdown/package.json @@ -26,7 +26,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-search/package.json b/preact-search/package.json index 59b5e52497..c35432df64 100644 --- a/preact-search/package.json +++ b/preact-search/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-slash-menu/package.json b/preact-slash-menu/package.json index a802d1a8b4..561f21f023 100644 --- a/preact-slash-menu/package.json +++ b/preact-slash-menu/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-strike/package.json b/preact-strike/package.json index 3dbc26bdcd..8c668bc157 100644 --- a/preact-strike/package.json +++ b/preact-strike/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-sub-sup/package.json b/preact-sub-sup/package.json index c9333552c2..05507cfea4 100644 --- a/preact-sub-sup/package.json +++ b/preact-sub-sup/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-table/package.json b/preact-table/package.json index d1414cc3be..ee0dbc721d 100644 --- a/preact-table/package.json +++ b/preact-table/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-text-align/package.json b/preact-text-align/package.json index f5699f4fae..bec6ac0807 100644 --- a/preact-text-align/package.json +++ b/preact-text-align/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-text-color/package.json b/preact-text-color/package.json index 0e982cdfc2..7d02ada204 100644 --- a/preact-text-color/package.json +++ b/preact-text-color/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-toolbar/package.json b/preact-toolbar/package.json index aeafbfebcf..a01bdd9024 100644 --- a/preact-toolbar/package.json +++ b/preact-toolbar/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-typography/package.json b/preact-typography/package.json index 062be417bf..62025c98e8 100644 --- a/preact-typography/package.json +++ b/preact-typography/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-underline/package.json b/preact-underline/package.json index c200cffc77..a107493b8d 100644 --- a/preact-underline/package.json +++ b/preact-underline/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-unmount/package.json b/preact-unmount/package.json index 3cd5029e38..30b6270b91 100644 --- a/preact-unmount/package.json +++ b/preact-unmount/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-user-menu-dynamic/package.json b/preact-user-menu-dynamic/package.json index 3e4dbc8529..712a5b5ca4 100644 --- a/preact-user-menu-dynamic/package.json +++ b/preact-user-menu-dynamic/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-user-menu/package.json b/preact-user-menu/package.json index 43d413b9c3..f4317d285f 100644 --- a/preact-user-menu/package.json +++ b/preact-user-menu/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-word-counter/package.json b/preact-word-counter/package.json index 3ba5de77fb..46a84620e7 100644 --- a/preact-word-counter/package.json +++ b/preact-word-counter/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/preact-yjs/package.json b/preact-yjs/package.json index 1256e1d047..9c8ba67dbd 100644 --- a/preact-yjs/package.json +++ b/preact-yjs/package.json @@ -22,7 +22,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-block-handle/package.json b/react-block-handle/package.json index 540ba53ce9..3e53b088a3 100644 --- a/react-block-handle/package.json +++ b/react-block-handle/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-blockquote/package.json b/react-blockquote/package.json index 7e02bad3e8..98f38ef4fa 100644 --- a/react-blockquote/package.json +++ b/react-blockquote/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-bold/package.json b/react-bold/package.json index 8a445693b6..172131070a 100644 --- a/react-bold/package.json +++ b/react-bold/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-change-tracking/package.json b/react-change-tracking/package.json index 8bcb5259b8..c92ec3d522 100644 --- a/react-change-tracking/package.json +++ b/react-change-tracking/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-code-block-themes/package.json b/react-code-block-themes/package.json index 810849cd2c..00f2233007 100644 --- a/react-code-block-themes/package.json +++ b/react-code-block-themes/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-code-block/package.json b/react-code-block/package.json index d3e3e9900c..641bb591f8 100644 --- a/react-code-block/package.json +++ b/react-code-block/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-code/package.json b/react-code/package.json index 89e37de304..12182d2801 100644 --- a/react-code/package.json +++ b/react-code/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-drop-cursor/package.json b/react-drop-cursor/package.json index de638e89af..f3fb983510 100644 --- a/react-drop-cursor/package.json +++ b/react-drop-cursor/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-emoji-rules/package.json b/react-emoji-rules/package.json index bbe2077e3b..5ffd9c5141 100644 --- a/react-emoji-rules/package.json +++ b/react-emoji-rules/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-font-family/package.json b/react-font-family/package.json index 215f1e9a3f..dcc4b7b1fe 100644 --- a/react-font-family/package.json +++ b/react-font-family/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-full/package.json b/react-full/package.json index 2c883a2aca..00e8a03aa1 100644 --- a/react-full/package.json +++ b/react-full/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-gap-cursor/package.json b/react-gap-cursor/package.json index 22218c48a1..04f01b5d7e 100644 --- a/react-gap-cursor/package.json +++ b/react-gap-cursor/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-hard-break/package.json b/react-hard-break/package.json index 671a09b25d..9e3b22015c 100644 --- a/react-hard-break/package.json +++ b/react-hard-break/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-heading/package.json b/react-heading/package.json index 23523efd37..81366ecca2 100644 --- a/react-heading/package.json +++ b/react-heading/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-highlight/package.json b/react-highlight/package.json index 20f09bf51d..914de96e24 100644 --- a/react-highlight/package.json +++ b/react-highlight/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-horizontal-rule/package.json b/react-horizontal-rule/package.json index 6e446f82b8..13edc1ff03 100644 --- a/react-horizontal-rule/package.json +++ b/react-horizontal-rule/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-image-view/package.json b/react-image-view/package.json index 31f05ffa86..45c9d3cf00 100644 --- a/react-image-view/package.json +++ b/react-image-view/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-inline-menu/package.json b/react-inline-menu/package.json index a688fd0062..116ee2435a 100644 --- a/react-inline-menu/package.json +++ b/react-inline-menu/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-italic/package.json b/react-italic/package.json index 5fd20e417f..f6cf5fa99c 100644 --- a/react-italic/package.json +++ b/react-italic/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-katex/package.json b/react-katex/package.json index 563dc345d5..ef655b542b 100644 --- a/react-katex/package.json +++ b/react-katex/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-keymap/package.json b/react-keymap/package.json index 91d89b541f..e9ef59e006 100644 --- a/react-keymap/package.json +++ b/react-keymap/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-link-mark-view/package.json b/react-link-mark-view/package.json index a8a6f852ff..a7e23c8d3d 100644 --- a/react-link-mark-view/package.json +++ b/react-link-mark-view/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-link/package.json b/react-link/package.json index fa5e63d98a..c64bfa0ad3 100644 --- a/react-link/package.json +++ b/react-link/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-list-custom-checkbox/package.json b/react-list-custom-checkbox/package.json index d88855281d..d14c2486e1 100644 --- a/react-list-custom-checkbox/package.json +++ b/react-list-custom-checkbox/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-list/package.json b/react-list/package.json index cf3ce096d5..e6726088c6 100644 --- a/react-list/package.json +++ b/react-list/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-loro/package.json b/react-loro/package.json index 6ff543d6ac..6072260d34 100644 --- a/react-loro/package.json +++ b/react-loro/package.json @@ -24,7 +24,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-wasm": "^3.6.0" } diff --git a/react-mark-rule/package.json b/react-mark-rule/package.json index ae7956c3d1..a6bf1cf383 100644 --- a/react-mark-rule/package.json +++ b/react-mark-rule/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-minimal/package.json b/react-minimal/package.json index fe5088f7e1..3bb3fdb2aa 100644 --- a/react-minimal/package.json +++ b/react-minimal/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-page/package.json b/react-page/package.json index 3512d898f3..f862470213 100644 --- a/react-page/package.json +++ b/react-page/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-placeholder/package.json b/react-placeholder/package.json index f24b991a5e..e166b3f577 100644 --- a/react-placeholder/package.json +++ b/react-placeholder/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-readonly/package.json b/react-readonly/package.json index 20b982afe6..97a62a2c5f 100644 --- a/react-readonly/package.json +++ b/react-readonly/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-rtl/package.json b/react-rtl/package.json index cd9ba4a97d..e1c2bb886c 100644 --- a/react-rtl/package.json +++ b/react-rtl/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-save-html/package.json b/react-save-html/package.json index 41e06c3d5b..5143170564 100644 --- a/react-save-html/package.json +++ b/react-save-html/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-save-json/package.json b/react-save-json/package.json index 5bebac1476..2a574d0747 100644 --- a/react-save-json/package.json +++ b/react-save-json/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-save-markdown/package.json b/react-save-markdown/package.json index 25e78088ae..4f74a18a3f 100644 --- a/react-save-markdown/package.json +++ b/react-save-markdown/package.json @@ -29,7 +29,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-search/package.json b/react-search/package.json index 8c9834dfd5..4d3ef1cd0a 100644 --- a/react-search/package.json +++ b/react-search/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-slash-menu/package.json b/react-slash-menu/package.json index 35566bdd76..89b066c48d 100644 --- a/react-slash-menu/package.json +++ b/react-slash-menu/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-strike/package.json b/react-strike/package.json index e5944d7f2b..f2a9f5ceec 100644 --- a/react-strike/package.json +++ b/react-strike/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-sub-sup/package.json b/react-sub-sup/package.json index 659dd2cf2d..26f976514d 100644 --- a/react-sub-sup/package.json +++ b/react-sub-sup/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-table/package.json b/react-table/package.json index 1ee4f40886..da19d1c804 100644 --- a/react-table/package.json +++ b/react-table/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-text-align/package.json b/react-text-align/package.json index aa6e957e60..62c8981ece 100644 --- a/react-text-align/package.json +++ b/react-text-align/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-text-color/package.json b/react-text-color/package.json index 5449a8b1b2..5018c5784f 100644 --- a/react-text-color/package.json +++ b/react-text-color/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-toolbar/package.json b/react-toolbar/package.json index 09e6ae72c2..061793d963 100644 --- a/react-toolbar/package.json +++ b/react-toolbar/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-tweet/package.json b/react-tweet/package.json index 4da2e588d4..4794bb222d 100644 --- a/react-tweet/package.json +++ b/react-tweet/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-typography/package.json b/react-typography/package.json index a7bcc28dc5..97d9c87e1f 100644 --- a/react-typography/package.json +++ b/react-typography/package.json @@ -23,7 +23,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-underline/package.json b/react-underline/package.json index d37a517106..ebd92ad3ee 100644 --- a/react-underline/package.json +++ b/react-underline/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-unmount/package.json b/react-unmount/package.json index 1b2bf522a6..7f667993f5 100644 --- a/react-unmount/package.json +++ b/react-unmount/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-user-menu-dynamic/package.json b/react-user-menu-dynamic/package.json index 40f0d11107..9a051092e6 100644 --- a/react-user-menu-dynamic/package.json +++ b/react-user-menu-dynamic/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-user-menu/package.json b/react-user-menu/package.json index 4f6f68144b..4f77f1868f 100644 --- a/react-user-menu/package.json +++ b/react-user-menu/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-word-counter/package.json b/react-word-counter/package.json index c1cea3b2ac..a0a16c1aee 100644 --- a/react-word-counter/package.json +++ b/react-word-counter/package.json @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/react-yjs/package.json b/react-yjs/package.json index 14ca61a3e7..aeb40237ea 100644 --- a/react-yjs/package.json +++ b/react-yjs/package.json @@ -25,7 +25,7 @@ "@types/react-dom": "^19.2.7", "@vitejs/plugin-react": "^6.1.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/solid-block-handle/package.json b/solid-block-handle/package.json index 34cbb5c44c..ee4ee37c5f 100644 --- a/solid-block-handle/package.json +++ b/solid-block-handle/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-blockquote/package.json b/solid-blockquote/package.json index b0f4ab5e3f..a3216b15be 100644 --- a/solid-blockquote/package.json +++ b/solid-blockquote/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-bold/package.json b/solid-bold/package.json index 5db7fb0405..116f902c32 100644 --- a/solid-bold/package.json +++ b/solid-bold/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-change-tracking/package.json b/solid-change-tracking/package.json index 7d7822b1d1..65ea20112b 100644 --- a/solid-change-tracking/package.json +++ b/solid-change-tracking/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-code-block-themes/package.json b/solid-code-block-themes/package.json index 946ec047a8..b3b2bf10db 100644 --- a/solid-code-block-themes/package.json +++ b/solid-code-block-themes/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-code-block/package.json b/solid-code-block/package.json index 820fb09ef1..ac127d2eca 100644 --- a/solid-code-block/package.json +++ b/solid-code-block/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-code/package.json b/solid-code/package.json index d2228abbf3..80e4be4dcb 100644 --- a/solid-code/package.json +++ b/solid-code/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-drop-cursor/package.json b/solid-drop-cursor/package.json index 7ca88fc6f7..4381755728 100644 --- a/solid-drop-cursor/package.json +++ b/solid-drop-cursor/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-emoji-rules/package.json b/solid-emoji-rules/package.json index 7bba298826..416d82cead 100644 --- a/solid-emoji-rules/package.json +++ b/solid-emoji-rules/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-font-family/package.json b/solid-font-family/package.json index 5ab811ae9a..bb4f14fcbe 100644 --- a/solid-font-family/package.json +++ b/solid-font-family/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-full/package.json b/solid-full/package.json index df852225d9..46252fa108 100644 --- a/solid-full/package.json +++ b/solid-full/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-gap-cursor/package.json b/solid-gap-cursor/package.json index 6a99de79db..8250d336a6 100644 --- a/solid-gap-cursor/package.json +++ b/solid-gap-cursor/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-hard-break/package.json b/solid-hard-break/package.json index fee5087432..c71e4aa82b 100644 --- a/solid-hard-break/package.json +++ b/solid-hard-break/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-heading/package.json b/solid-heading/package.json index 82cf319268..9d5a0f2b7d 100644 --- a/solid-heading/package.json +++ b/solid-heading/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-highlight/package.json b/solid-highlight/package.json index d26e99acd1..3ee259266b 100644 --- a/solid-highlight/package.json +++ b/solid-highlight/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-horizontal-rule/package.json b/solid-horizontal-rule/package.json index 8290d5bd93..f4707ebced 100644 --- a/solid-horizontal-rule/package.json +++ b/solid-horizontal-rule/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-image-view/package.json b/solid-image-view/package.json index e163baf3bb..3cdd143879 100644 --- a/solid-image-view/package.json +++ b/solid-image-view/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-inline-menu/package.json b/solid-inline-menu/package.json index e3d383048f..998e0b0fb7 100644 --- a/solid-inline-menu/package.json +++ b/solid-inline-menu/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-italic/package.json b/solid-italic/package.json index 175bd01b2f..a0178a2e42 100644 --- a/solid-italic/package.json +++ b/solid-italic/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-katex/package.json b/solid-katex/package.json index 3f7ee40047..b432815ae4 100644 --- a/solid-katex/package.json +++ b/solid-katex/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-keymap/package.json b/solid-keymap/package.json index 31c53f7c8c..676df44985 100644 --- a/solid-keymap/package.json +++ b/solid-keymap/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-link-mark-view/package.json b/solid-link-mark-view/package.json index d164bae32e..6c90c798ca 100644 --- a/solid-link-mark-view/package.json +++ b/solid-link-mark-view/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-link/package.json b/solid-link/package.json index c30160bb01..3943bf4ac3 100644 --- a/solid-link/package.json +++ b/solid-link/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-list-custom-checkbox/package.json b/solid-list-custom-checkbox/package.json index 77dd0efa55..2f43322c25 100644 --- a/solid-list-custom-checkbox/package.json +++ b/solid-list-custom-checkbox/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-list/package.json b/solid-list/package.json index 465188d29c..1aab22a942 100644 --- a/solid-list/package.json +++ b/solid-list/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-loro/package.json b/solid-loro/package.json index 8d058bdd54..615284c717 100644 --- a/solid-loro/package.json +++ b/solid-loro/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14", "vite-plugin-wasm": "^3.6.0" diff --git a/solid-mark-rule/package.json b/solid-mark-rule/package.json index dcee852a19..fd14c5a9d5 100644 --- a/solid-mark-rule/package.json +++ b/solid-mark-rule/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-minimal/package.json b/solid-minimal/package.json index 533fdd0633..ea38647af3 100644 --- a/solid-minimal/package.json +++ b/solid-minimal/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-placeholder/package.json b/solid-placeholder/package.json index 45e8cf2b3b..45d3fde95e 100644 --- a/solid-placeholder/package.json +++ b/solid-placeholder/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-readonly/package.json b/solid-readonly/package.json index e22ab9f14b..33fbb58d29 100644 --- a/solid-readonly/package.json +++ b/solid-readonly/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-rtl/package.json b/solid-rtl/package.json index ff52e89b67..c3f0296010 100644 --- a/solid-rtl/package.json +++ b/solid-rtl/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-save-html/package.json b/solid-save-html/package.json index aaf22218d9..28a4c72c39 100644 --- a/solid-save-html/package.json +++ b/solid-save-html/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-save-json/package.json b/solid-save-json/package.json index bf45430fd1..e22df2d29f 100644 --- a/solid-save-json/package.json +++ b/solid-save-json/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-save-markdown/package.json b/solid-save-markdown/package.json index 906fe4b756..6d216ce7e1 100644 --- a/solid-save-markdown/package.json +++ b/solid-save-markdown/package.json @@ -25,7 +25,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-search/package.json b/solid-search/package.json index 9dff00fd7e..da35125f37 100644 --- a/solid-search/package.json +++ b/solid-search/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-slash-menu/package.json b/solid-slash-menu/package.json index 8e38cf2a64..df0a2dfabb 100644 --- a/solid-slash-menu/package.json +++ b/solid-slash-menu/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-strike/package.json b/solid-strike/package.json index eab28f8ba3..bf385a42c8 100644 --- a/solid-strike/package.json +++ b/solid-strike/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-sub-sup/package.json b/solid-sub-sup/package.json index b76de54a60..d9e2dcb5e5 100644 --- a/solid-sub-sup/package.json +++ b/solid-sub-sup/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-table/package.json b/solid-table/package.json index 77acbbe02a..f32e0cd822 100644 --- a/solid-table/package.json +++ b/solid-table/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-text-align/package.json b/solid-text-align/package.json index 84e3a32274..76a19047f6 100644 --- a/solid-text-align/package.json +++ b/solid-text-align/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-text-color/package.json b/solid-text-color/package.json index fbcf9d49b5..1bce47660a 100644 --- a/solid-text-color/package.json +++ b/solid-text-color/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-toolbar/package.json b/solid-toolbar/package.json index cd2342e93b..7b07a9f973 100644 --- a/solid-toolbar/package.json +++ b/solid-toolbar/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-typography/package.json b/solid-typography/package.json index e667e9a1e1..b68baec1fc 100644 --- a/solid-typography/package.json +++ b/solid-typography/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-underline/package.json b/solid-underline/package.json index 3ed40c06c4..d1de9af6df 100644 --- a/solid-underline/package.json +++ b/solid-underline/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-unmount/package.json b/solid-unmount/package.json index 12e9fbea0a..1b8bc67ffc 100644 --- a/solid-unmount/package.json +++ b/solid-unmount/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-user-menu-dynamic/package.json b/solid-user-menu-dynamic/package.json index e05319acc1..1d0532d6db 100644 --- a/solid-user-menu-dynamic/package.json +++ b/solid-user-menu-dynamic/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-user-menu/package.json b/solid-user-menu/package.json index 725ac967be..28650f7a4c 100644 --- a/solid-user-menu/package.json +++ b/solid-user-menu/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-word-counter/package.json b/solid-word-counter/package.json index 4ddd83563c..2fdeb8e20d 100644 --- a/solid-word-counter/package.json +++ b/solid-word-counter/package.json @@ -18,7 +18,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/solid-yjs/package.json b/solid-yjs/package.json index bc8c947293..58ce49a2ee 100644 --- a/solid-yjs/package.json +++ b/solid-yjs/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.3.3", "@types/node": "^24.13.3", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-solid": "^2.11.14" } diff --git a/svelte-block-handle/package.json b/svelte-block-handle/package.json index 85ba7d0c53..d7fd16a6c8 100644 --- a/svelte-block-handle/package.json +++ b/svelte-block-handle/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-blockquote/package.json b/svelte-blockquote/package.json index 76efd6d746..1315a360bc 100644 --- a/svelte-blockquote/package.json +++ b/svelte-blockquote/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-bold/package.json b/svelte-bold/package.json index 8f9855812a..e46b1956bd 100644 --- a/svelte-bold/package.json +++ b/svelte-bold/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-change-tracking/package.json b/svelte-change-tracking/package.json index 923d677009..7550a5190c 100644 --- a/svelte-change-tracking/package.json +++ b/svelte-change-tracking/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-code-block-themes/package.json b/svelte-code-block-themes/package.json index b2adb07de0..1833a6e664 100644 --- a/svelte-code-block-themes/package.json +++ b/svelte-code-block-themes/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-code-block/package.json b/svelte-code-block/package.json index 5f7ba8dde9..ca40ace95a 100644 --- a/svelte-code-block/package.json +++ b/svelte-code-block/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-code/package.json b/svelte-code/package.json index c22ea3d598..d8f6f94e95 100644 --- a/svelte-code/package.json +++ b/svelte-code/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-drop-cursor/package.json b/svelte-drop-cursor/package.json index a846ad3780..e1af67ed1e 100644 --- a/svelte-drop-cursor/package.json +++ b/svelte-drop-cursor/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-emoji-rules/package.json b/svelte-emoji-rules/package.json index 34ca7af72f..7179c66415 100644 --- a/svelte-emoji-rules/package.json +++ b/svelte-emoji-rules/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-font-family/package.json b/svelte-font-family/package.json index 209dbb5c85..fa4749ef2d 100644 --- a/svelte-font-family/package.json +++ b/svelte-font-family/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-full/package.json b/svelte-full/package.json index 890061cbc5..153820efc8 100644 --- a/svelte-full/package.json +++ b/svelte-full/package.json @@ -24,7 +24,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-gap-cursor/package.json b/svelte-gap-cursor/package.json index 8668abb308..28d1b08af3 100644 --- a/svelte-gap-cursor/package.json +++ b/svelte-gap-cursor/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-hard-break/package.json b/svelte-hard-break/package.json index 2318407d74..f054980905 100644 --- a/svelte-hard-break/package.json +++ b/svelte-hard-break/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-heading/package.json b/svelte-heading/package.json index e5c0a7ed71..46f9a81eb8 100644 --- a/svelte-heading/package.json +++ b/svelte-heading/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-highlight/package.json b/svelte-highlight/package.json index 754fcac457..b9362b9dc2 100644 --- a/svelte-highlight/package.json +++ b/svelte-highlight/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-horizontal-rule/package.json b/svelte-horizontal-rule/package.json index 4f457da114..0284cded51 100644 --- a/svelte-horizontal-rule/package.json +++ b/svelte-horizontal-rule/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-image-view/package.json b/svelte-image-view/package.json index 822022699a..3235c2fc65 100644 --- a/svelte-image-view/package.json +++ b/svelte-image-view/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-inline-menu/package.json b/svelte-inline-menu/package.json index bfe4ac610e..7c2d703653 100644 --- a/svelte-inline-menu/package.json +++ b/svelte-inline-menu/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-italic/package.json b/svelte-italic/package.json index f2245ca680..84e8329a4f 100644 --- a/svelte-italic/package.json +++ b/svelte-italic/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-katex/package.json b/svelte-katex/package.json index 4e5d8c592a..2bfa6426b8 100644 --- a/svelte-katex/package.json +++ b/svelte-katex/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-keymap/package.json b/svelte-keymap/package.json index eeac3e5fdd..b6f0d8da87 100644 --- a/svelte-keymap/package.json +++ b/svelte-keymap/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-link-mark-view/package.json b/svelte-link-mark-view/package.json index 71b0b351da..bbc617ba2e 100644 --- a/svelte-link-mark-view/package.json +++ b/svelte-link-mark-view/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-link/package.json b/svelte-link/package.json index e44a52f0c1..30b0cdbf9d 100644 --- a/svelte-link/package.json +++ b/svelte-link/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-list-custom-checkbox/package.json b/svelte-list-custom-checkbox/package.json index d058044279..f001a232fe 100644 --- a/svelte-list-custom-checkbox/package.json +++ b/svelte-list-custom-checkbox/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-list/package.json b/svelte-list/package.json index 89a9aeb1ca..530dfcecc7 100644 --- a/svelte-list/package.json +++ b/svelte-list/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-loro/package.json b/svelte-loro/package.json index 02a07efb28..4ea6dffb9f 100644 --- a/svelte-loro/package.json +++ b/svelte-loro/package.json @@ -24,7 +24,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-wasm": "^3.6.0" } diff --git a/svelte-mark-rule/package.json b/svelte-mark-rule/package.json index 380a8a471c..0624f7e3d9 100644 --- a/svelte-mark-rule/package.json +++ b/svelte-mark-rule/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-minimal/package.json b/svelte-minimal/package.json index 9396579266..78fd582b27 100644 --- a/svelte-minimal/package.json +++ b/svelte-minimal/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-page/package.json b/svelte-page/package.json index 08191e64b7..b633b6fa67 100644 --- a/svelte-page/package.json +++ b/svelte-page/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-placeholder/package.json b/svelte-placeholder/package.json index d2b92d3807..5a21990b65 100644 --- a/svelte-placeholder/package.json +++ b/svelte-placeholder/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-readonly/package.json b/svelte-readonly/package.json index b8faeeedf9..4a52931d77 100644 --- a/svelte-readonly/package.json +++ b/svelte-readonly/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-rtl/package.json b/svelte-rtl/package.json index fad8b85a67..c7d965d67a 100644 --- a/svelte-rtl/package.json +++ b/svelte-rtl/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-save-html/package.json b/svelte-save-html/package.json index 5e8539a235..8ae868a4de 100644 --- a/svelte-save-html/package.json +++ b/svelte-save-html/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-save-json/package.json b/svelte-save-json/package.json index 26208e5c72..ff56e7d8af 100644 --- a/svelte-save-json/package.json +++ b/svelte-save-json/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-save-markdown/package.json b/svelte-save-markdown/package.json index 1486286688..0237b3c713 100644 --- a/svelte-save-markdown/package.json +++ b/svelte-save-markdown/package.json @@ -29,7 +29,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-search/package.json b/svelte-search/package.json index e8dbd25f77..0c35a5b1ca 100644 --- a/svelte-search/package.json +++ b/svelte-search/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-slash-menu/package.json b/svelte-slash-menu/package.json index ac7dc706c0..5ae49a7d47 100644 --- a/svelte-slash-menu/package.json +++ b/svelte-slash-menu/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-strike/package.json b/svelte-strike/package.json index 65c6ca2585..924445b556 100644 --- a/svelte-strike/package.json +++ b/svelte-strike/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-sub-sup/package.json b/svelte-sub-sup/package.json index 4e7fb7f5c9..70900685d4 100644 --- a/svelte-sub-sup/package.json +++ b/svelte-sub-sup/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-table/package.json b/svelte-table/package.json index 06ff3a80ee..60b3227842 100644 --- a/svelte-table/package.json +++ b/svelte-table/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-text-align/package.json b/svelte-text-align/package.json index fa387d0515..76a18a1b66 100644 --- a/svelte-text-align/package.json +++ b/svelte-text-align/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-text-color/package.json b/svelte-text-color/package.json index 80a5812768..a4cf0cf1e6 100644 --- a/svelte-text-color/package.json +++ b/svelte-text-color/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-toolbar/package.json b/svelte-toolbar/package.json index 5c0bfd6d61..1e6e262300 100644 --- a/svelte-toolbar/package.json +++ b/svelte-toolbar/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-typography/package.json b/svelte-typography/package.json index 29fcfad67b..5f89810a3f 100644 --- a/svelte-typography/package.json +++ b/svelte-typography/package.json @@ -23,7 +23,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-underline/package.json b/svelte-underline/package.json index 6dd293c462..52530f189a 100644 --- a/svelte-underline/package.json +++ b/svelte-underline/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-unmount/package.json b/svelte-unmount/package.json index 87134036e6..099d2aceca 100644 --- a/svelte-unmount/package.json +++ b/svelte-unmount/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-user-menu-dynamic/package.json b/svelte-user-menu-dynamic/package.json index 07e077bb9c..d46459c936 100644 --- a/svelte-user-menu-dynamic/package.json +++ b/svelte-user-menu-dynamic/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-user-menu/package.json b/svelte-user-menu/package.json index c35c91852b..f210e63f0e 100644 --- a/svelte-user-menu/package.json +++ b/svelte-user-menu/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-word-counter/package.json b/svelte-word-counter/package.json index 83b423cc9c..bfd0b491b1 100644 --- a/svelte-word-counter/package.json +++ b/svelte-word-counter/package.json @@ -22,7 +22,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/svelte-yjs/package.json b/svelte-yjs/package.json index 72da131281..6c6e4e054d 100644 --- a/svelte-yjs/package.json +++ b/svelte-yjs/package.json @@ -25,7 +25,7 @@ "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", "tslib": "^2.8.1", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/sveltekit-full/package.json b/sveltekit-full/package.json index a1fa83f05c..8a0ae3d6dd 100644 --- a/sveltekit-full/package.json +++ b/sveltekit-full/package.json @@ -26,7 +26,7 @@ "svelte": "^5.57.0", "svelte-check": "^4.7.6", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2" } } diff --git a/vanilla-minimal/package.json b/vanilla-minimal/package.json index f83fbf85dd..41ef1dd2aa 100644 --- a/vanilla-minimal/package.json +++ b/vanilla-minimal/package.json @@ -16,7 +16,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.2.2" } } diff --git a/vanilla-slash-menu/package.json b/vanilla-slash-menu/package.json index 0c74081b52..8fabb87e9d 100644 --- a/vanilla-slash-menu/package.json +++ b/vanilla-slash-menu/package.json @@ -16,7 +16,7 @@ "@iconify-json/lucide": "^1.2.130", "@tailwindcss/vite": "^4.3.3", "tailwindcss": "^4.3.3", - "typescript": "~6.0.3", + "typescript": "~7.0.2", "vite": "^8.2.2" } } diff --git a/vue-block-handle/package.json b/vue-block-handle/package.json index b6b29c3124..c5ee21e6f4 100644 --- a/vue-block-handle/package.json +++ b/vue-block-handle/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-blockquote/package.json b/vue-blockquote/package.json index 05f1edc31d..82df2edb38 100644 --- a/vue-blockquote/package.json +++ b/vue-blockquote/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-bold/package.json b/vue-bold/package.json index 2515e07d81..266a46ca54 100644 --- a/vue-bold/package.json +++ b/vue-bold/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-change-tracking/package.json b/vue-change-tracking/package.json index 535e5a2def..4f5ba18921 100644 --- a/vue-change-tracking/package.json +++ b/vue-change-tracking/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-code-block-themes/package.json b/vue-code-block-themes/package.json index a8666e8625..7dc9a51dad 100644 --- a/vue-code-block-themes/package.json +++ b/vue-code-block-themes/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-code-block/package.json b/vue-code-block/package.json index 3ad52966e3..257b532c14 100644 --- a/vue-code-block/package.json +++ b/vue-code-block/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-code/package.json b/vue-code/package.json index 2122e9e2f1..6e2cf16327 100644 --- a/vue-code/package.json +++ b/vue-code/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-drop-cursor/package.json b/vue-drop-cursor/package.json index 7857f28206..058b076662 100644 --- a/vue-drop-cursor/package.json +++ b/vue-drop-cursor/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-emoji-rules/package.json b/vue-emoji-rules/package.json index f3824b4316..249907d167 100644 --- a/vue-emoji-rules/package.json +++ b/vue-emoji-rules/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-font-family/package.json b/vue-font-family/package.json index 862f0a905b..9c532d664f 100644 --- a/vue-font-family/package.json +++ b/vue-font-family/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-full/package.json b/vue-full/package.json index e55825edda..8e2910eaf7 100644 --- a/vue-full/package.json +++ b/vue-full/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-gap-cursor/package.json b/vue-gap-cursor/package.json index 910e85b08a..5a7b5bf4b0 100644 --- a/vue-gap-cursor/package.json +++ b/vue-gap-cursor/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-hard-break/package.json b/vue-hard-break/package.json index 1ca34baa66..d6b4021b78 100644 --- a/vue-hard-break/package.json +++ b/vue-hard-break/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-heading/package.json b/vue-heading/package.json index c5f2ccfb8f..64b1f8ce73 100644 --- a/vue-heading/package.json +++ b/vue-heading/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-highlight/package.json b/vue-highlight/package.json index c04abf3f53..d86fef7fca 100644 --- a/vue-highlight/package.json +++ b/vue-highlight/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-horizontal-rule/package.json b/vue-horizontal-rule/package.json index 05cc432baa..4074bc60d6 100644 --- a/vue-horizontal-rule/package.json +++ b/vue-horizontal-rule/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-image-view/package.json b/vue-image-view/package.json index e394016bb2..916986f6d7 100644 --- a/vue-image-view/package.json +++ b/vue-image-view/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-inline-menu/package.json b/vue-inline-menu/package.json index b6ae21153e..48a0e6a7e5 100644 --- a/vue-inline-menu/package.json +++ b/vue-inline-menu/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-italic/package.json b/vue-italic/package.json index c05f9d1642..a93bef8049 100644 --- a/vue-italic/package.json +++ b/vue-italic/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-katex/package.json b/vue-katex/package.json index 8f35bc2747..61f79c6ef1 100644 --- a/vue-katex/package.json +++ b/vue-katex/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-keymap/package.json b/vue-keymap/package.json index c5e76e2192..97034b5ba6 100644 --- a/vue-keymap/package.json +++ b/vue-keymap/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-link-mark-view/package.json b/vue-link-mark-view/package.json index 671296d817..6dff11b14b 100644 --- a/vue-link-mark-view/package.json +++ b/vue-link-mark-view/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-link/package.json b/vue-link/package.json index 31eaa9b36f..6719e9b613 100644 --- a/vue-link/package.json +++ b/vue-link/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-list-custom-checkbox/package.json b/vue-list-custom-checkbox/package.json index eca19b0878..ddd6aa7c6f 100644 --- a/vue-list-custom-checkbox/package.json +++ b/vue-list-custom-checkbox/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-list/package.json b/vue-list/package.json index c0cb2de191..1d8c1d5111 100644 --- a/vue-list/package.json +++ b/vue-list/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-loro/package.json b/vue-loro/package.json index 2f11450ca1..e7ea9d4969 100644 --- a/vue-loro/package.json +++ b/vue-loro/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vite-plugin-wasm": "^3.6.0", "vue-tsc": "^3.3.11" diff --git a/vue-mark-rule/package.json b/vue-mark-rule/package.json index 6106002f86..5ac0c80769 100644 --- a/vue-mark-rule/package.json +++ b/vue-mark-rule/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-minimal/package.json b/vue-minimal/package.json index c02bb0e6d8..f2dad7fef6 100644 --- a/vue-minimal/package.json +++ b/vue-minimal/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-placeholder/package.json b/vue-placeholder/package.json index b4d2821774..610c43a168 100644 --- a/vue-placeholder/package.json +++ b/vue-placeholder/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-readonly/package.json b/vue-readonly/package.json index b982736054..69b5c0cb12 100644 --- a/vue-readonly/package.json +++ b/vue-readonly/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-rtl/package.json b/vue-rtl/package.json index 2440611348..2202fbf6ba 100644 --- a/vue-rtl/package.json +++ b/vue-rtl/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-save-html/package.json b/vue-save-html/package.json index 41ff181395..64639be833 100644 --- a/vue-save-html/package.json +++ b/vue-save-html/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-save-json/package.json b/vue-save-json/package.json index f8fa311b6f..c0e201b50b 100644 --- a/vue-save-json/package.json +++ b/vue-save-json/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-save-markdown/package.json b/vue-save-markdown/package.json index 4fac11503d..0fbe698ff2 100644 --- a/vue-save-markdown/package.json +++ b/vue-save-markdown/package.json @@ -27,7 +27,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-search/package.json b/vue-search/package.json index 47078646f7..55b9424975 100644 --- a/vue-search/package.json +++ b/vue-search/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-slash-menu/package.json b/vue-slash-menu/package.json index f6d71b0ef6..9441467174 100644 --- a/vue-slash-menu/package.json +++ b/vue-slash-menu/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-strike/package.json b/vue-strike/package.json index 62911c3382..f8c9f48dfb 100644 --- a/vue-strike/package.json +++ b/vue-strike/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-sub-sup/package.json b/vue-sub-sup/package.json index 86e42d411b..a5aab02685 100644 --- a/vue-sub-sup/package.json +++ b/vue-sub-sup/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-table/package.json b/vue-table/package.json index 6e43f56163..6688f8188b 100644 --- a/vue-table/package.json +++ b/vue-table/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-text-align/package.json b/vue-text-align/package.json index 9aced80458..b2ce06baa8 100644 --- a/vue-text-align/package.json +++ b/vue-text-align/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-text-color/package.json b/vue-text-color/package.json index 77c4e6ea35..a6abf4a9de 100644 --- a/vue-text-color/package.json +++ b/vue-text-color/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-toolbar/package.json b/vue-toolbar/package.json index 4c06c49149..324333f39f 100644 --- a/vue-toolbar/package.json +++ b/vue-toolbar/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-tweet/package.json b/vue-tweet/package.json index b7bee8d9d0..5de624ee1b 100644 --- a/vue-tweet/package.json +++ b/vue-tweet/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-typography/package.json b/vue-typography/package.json index 4f37f6211b..fc9a119265 100644 --- a/vue-typography/package.json +++ b/vue-typography/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-underline/package.json b/vue-underline/package.json index 69e170ce42..a8ed7e96af 100644 --- a/vue-underline/package.json +++ b/vue-underline/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-unmount/package.json b/vue-unmount/package.json index 5927a906fd..e4349b346b 100644 --- a/vue-unmount/package.json +++ b/vue-unmount/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-user-menu-dynamic/package.json b/vue-user-menu-dynamic/package.json index 40d3c1a9e5..a889b31525 100644 --- a/vue-user-menu-dynamic/package.json +++ b/vue-user-menu-dynamic/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-user-menu/package.json b/vue-user-menu/package.json index 7ed58085c5..6cf170f8ec 100644 --- a/vue-user-menu/package.json +++ b/vue-user-menu/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-word-counter/package.json b/vue-word-counter/package.json index 5e67918781..6be3f45e60 100644 --- a/vue-word-counter/package.json +++ b/vue-word-counter/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" } diff --git a/vue-yjs/package.json b/vue-yjs/package.json index 377dad04f9..4590c46038 100644 --- a/vue-yjs/package.json +++ b/vue-yjs/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-vue": "^6.0.8", "@vue/tsconfig": "^0.9.1", "tailwindcss": "^4.3.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vite": "^8.2.2", "vue-tsc": "^3.3.11" }