Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 5.4.10 to 5.4.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 5e581e9 commit 890bb08
Show file tree
Hide file tree
Showing 6 changed files with 6,288 additions and 7,246 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"storybook": "^8.3.3",
"tailwindcss": "^3.4.12",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion apps/packages-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite": "^5.4.12",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-dts": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite": "^5.4.12",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-dts": "^4.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"react-dom": "^18.2.0",
"vite": "^5.4.7",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.2.1"
}
}
Loading

0 comments on commit 890bb08

Please sign in to comment.