Skip to content

Commit e7c8294

Browse files
chore(deps): bump hono from 4.12.23 to 4.12.26 (#28)
* chore(deps): bump hono from 4.12.23 to 4.12.26 Bumps [hono](https://github.com/honojs/hono) from 4.12.23 to 4.12.26. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.23...v4.12.26) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.26 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix: remove unused preview imports breaking CI lint --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 7f30bcb commit e7c8294

5 files changed

Lines changed: 34 additions & 20 deletions

File tree

.design-sync/previews/ChartContainer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {
33
BarChart,
44
Bar,
55
XAxis,
6-
YAxis,
76
CartesianGrid,
87
LineChart,
98
Line,

.design-sync/previews/HoverCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HoverCard, HoverCardContent, HoverCardTrigger, Avatar, AvatarFallback, AvatarImage } from "careui";
1+
import { HoverCard, HoverCardContent, HoverCardTrigger, Avatar, AvatarFallback } from "careui";
22

33
export function Default() {
44
return (

.design-sync/previews/InputGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
InputGroupText,
77
InputGroupTextarea,
88
} from "careui";
9-
import { Search, Eye, EyeOff, Globe } from "lucide-react";
9+
import { Search, Eye, Globe } from "lucide-react";
1010

1111
export function SearchField() {
1212
return (

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)