Skip to content

Commit

Permalink
Deps: Update dependency vite to v6.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 41437c7 commit 9e9fbdd
Show file tree
Hide file tree
Showing 14 changed files with 585 additions and 87 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"vite-plugin-dts": "4.2.3",
"vite-plugin-lib-inject-css": "2.1.1",
"vite-tsconfig-paths": "4.3.2",
"vite": "5.4.10",
"vite": "6.0.0",
"vitest": "2.1.4"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accented/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/details/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/components/view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/nordstar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
"react": "18.3.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"storybook-dark-mode": "4.0.2",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.10"
"vite": "6.0.0"
}
}
Loading

0 comments on commit 9e9fbdd

Please sign in to comment.