Skip to content

Commit

Permalink
add missing dep for radix-ui/react-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Feb 20, 2024
1 parent f224c3e commit 408a941
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utopia-remix/app/routes/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ProjectsPage = React.memo(() => {
>
<TopActionBar />
<ProjectsHeader projects={activeProjects} />
<ProjectCards projects={filteredProjects} collaborators={data.collaborators} />)
<ProjectCards projects={filteredProjects} collaborators={data.collaborators} />)
</div>
</div>
)
Expand Down
1 change: 1 addition & 0 deletions utopia-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@prisma/client": "5.9.0",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@remix-run/css-bundle": "2.5.1",
"@remix-run/node": "2.5.1",
"@remix-run/react": "2.5.1",
Expand Down
10 changes: 10 additions & 0 deletions utopia-remix/pnpm-lock.yaml

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

0 comments on commit 408a941

Please sign in to comment.