Skip to content

Commit

Permalink
fix: lucide-react package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 8, 2024
1 parent 9521735 commit dd2e16e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/webapp-libs/webapp-tenants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@sb/webapp-api-client": "workspace:*",
"@sb/webapp-core": "workspace:*",
"@sb/webapp-notifications": "workspace:*",
"lucide-react": "^0.224.0"
"lucide-react": "^0.378.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
class="flex items-center"
>
<svg
class="mr-2 w-4 h-4"
class="lucide lucide-user-check mr-2 w-4 h-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down Expand Up @@ -98,7 +98,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
type="button"
>
<svg
class="h-4 w-4"
class="lucide lucide-grip-horizontal h-4 w-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down Expand Up @@ -163,7 +163,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
class="flex items-center"
>
<svg
class="mr-2 w-4 h-4"
class="lucide lucide-user-check mr-2 w-4 h-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down Expand Up @@ -202,7 +202,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
type="button"
>
<svg
class="h-4 w-4"
class="lucide lucide-grip-horizontal h-4 w-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down Expand Up @@ -267,7 +267,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
class="flex items-center"
>
<svg
class="mr-2 w-4 h-4"
class="lucide lucide-hourglass mr-2 w-4 h-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down Expand Up @@ -307,7 +307,7 @@ exports[`TenantMembersList: Component should render list of memberships 1`] = `
type="button"
>
<svg
class="h-4 w-4"
class="lucide lucide-grip-horizontal h-4 w-4"
fill="none"
height="24"
stroke="currentColor"
Expand Down
13 changes: 2 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd2e16e

Please sign in to comment.