Skip to content

Commit

Permalink
chore(deps): update dependency vite to v6 (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ocavue <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent 383ef45 commit 9c4e2c6
Show file tree
Hide file tree
Showing 110 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .templates/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion .templates/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion .templates/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion .templates/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-plugin-solid": "^2.11.0"
}
}
4 changes: 2 additions & 2 deletions .templates/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.2",
"@iconify-json/lucide": "^1.2.20",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"postcss": "^8.4.49",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
4 changes: 2 additions & 2 deletions .templates/template-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@iconify-json/lucide": "^1.2.20",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"postcss": "^8.4.49",
"prosekit": "^0.11.2",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion .templates/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@iconify-json/lucide": "^1.2.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion .templates/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion lit-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion preact-keymap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion preact-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion preact-readonly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion preact-slash-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-block-handle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-change-tracking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-code-block-themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-gap-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-horizontal-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-image-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-inline-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-keymap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-link-mark-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-loro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion react-mark-rule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-placeholder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-readonly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-save-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-save-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-save-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-slash-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-unmount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-user-menu-dynamic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-user-menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-word-counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion react-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11"
"vite": "^6.0.5"
}
}
2 changes: 1 addition & 1 deletion solid-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-plugin-solid": "^2.11.0"
}
}
2 changes: 1 addition & 1 deletion solid-drop-cursor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.5",
"vite-plugin-solid": "^2.11.0"
}
}
Loading

0 comments on commit 9c4e2c6

Please sign in to comment.