Skip to content

Commit f993a87

Browse files
chore(deps): switch package manager from npm to pnpm
1 parent 31f4f20 commit f993a87

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+6692
-6437
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
27+
.pnpm-debug.log*
2728

2829
# local env files
2930
.env*.local

CONTRIBUTING.md

+3-3

components/buttons/button-04.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Archive } from "lucide-react";

components/buttons/button-05.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Trash } from "lucide-react";

components/buttons/button-06.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { X } from "lucide-react";

components/buttons/button-07.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Sparkles } from "lucide-react";

components/buttons/button-08.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ArrowLeft } from "lucide-react";

components/buttons/button-09.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ArrowRight } from "lucide-react";

components/buttons/button-10.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ArrowRight, Mail } from "lucide-react";

components/buttons/button-11.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown } from "lucide-react";

components/buttons/button-13.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { LoaderCircle } from "lucide-react";

components/buttons/button-14.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-16.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Printer } from "lucide-react";

components/buttons/button-18.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import AvatarImg from "@/public/avatar.jpg";

components/buttons/button-19.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Plus } from "lucide-react";

components/buttons/button-20.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Plus } from "lucide-react";

components/buttons/button-21.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-22.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react @radix-ui/react-tooltip
1+
// Dependencies: pnpm install lucide-react @radix-ui/react-tooltip
22

33
"use client";
44

components/buttons/button-24.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react @radix-ui/react-tooltip @radix-ui/react-toggle
1+
// Dependencies: pnpm install lucide-react @radix-ui/react-tooltip @radix-ui/react-toggle
22

33
"use client";
44

components/buttons/button-25.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown, ChevronUp } from "lucide-react";

components/buttons/button-26.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown, ChevronUp } from "lucide-react";

components/buttons/button-27.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-28.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @radix-ui/react-tooltip
1+
// Dependencies: pnpm install @radix-ui/react-tooltip
22

33
"use client";
44

components/buttons/button-29.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { FlipHorizontal, FlipVertical } from "lucide-react";

components/buttons/button-30.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react @radix-ui/react-toggle-group
1+
// Dependencies: pnpm install lucide-react @radix-ui/react-toggle-group
22

33
"use client";
44

components/buttons/button-31.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Ellipsis, Files, Film } from "lucide-react";

components/buttons/button-32.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @radix-ui/react-toggle-group
1+
// Dependencies: pnpm install @radix-ui/react-toggle-group
22

33
import { ToggleGroup, ToggleGroupItem } from "@/components/ui/toggle-group";
44

components/buttons/button-33.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @radix-ui/react-toggle-group
1+
// Dependencies: pnpm install @radix-ui/react-toggle-group
22

33
"use client";
44

components/buttons/button-34.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { QrCode } from "lucide-react";

components/buttons/button-35.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { SquareArrowOutUpRight } from "lucide-react";

components/buttons/button-36.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown, Pin } from "lucide-react";

components/buttons/button-37.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown, GitFork } from "lucide-react";

components/buttons/button-38.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronLeft } from "lucide-react";

components/buttons/button-39.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronRight } from "lucide-react";

components/buttons/button-40.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ThumbsUp } from "lucide-react";

components/buttons/button-41.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { Star } from "lucide-react";

components/buttons/button-42.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @remixicon/react
1+
// Dependencies: pnpm install @remixicon/react
22

33
import { Button } from "@/components/ui/button";
44
import { RiFacebookFill, RiGithubFill, RiGoogleFill, RiTwitterXFill } from "@remixicon/react";

components/buttons/button-43.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @remixicon/react
1+
// Dependencies: pnpm install @remixicon/react
22

33
import { Button } from "@/components/ui/button";
44
import { RiFacebookFill, RiGithubFill, RiGoogleFill, RiTwitterXFill } from "@remixicon/react";

components/buttons/button-44.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @remixicon/react
1+
// Dependencies: pnpm install @remixicon/react
22

33
import { Button } from "@/components/ui/button";
44
import { RiFacebookFill, RiGithubFill, RiGoogleFill, RiTwitterXFill } from "@remixicon/react";

components/buttons/button-45.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install @remixicon/react
1+
// Dependencies: pnpm install @remixicon/react
22

33
import { Button } from "@/components/ui/button";
44
import { RiFacebookFill, RiGithubFill, RiGoogleFill, RiTwitterXFill } from "@remixicon/react";

components/buttons/button-46.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-47.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronLeft } from "lucide-react";

components/buttons/button-48.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-49.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/buttons/button-50.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Circle } from "lucide-react";

components/buttons/button-51.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Button } from "@/components/ui/button";
44
import { ChevronRight } from "lucide-react";

components/checkboxes/checkbox-16.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Checkbox } from "@/components/ui/checkbox";
44
import { Label } from "@/components/ui/label";

components/inputs/input-09.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-10.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-17.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-18.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-19.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-20.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-23.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/inputs/input-24.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/inputs/input-26.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
import { Input } from "@/components/ui/input";
44
import { Label } from "@/components/ui/label";

components/inputs/input-27.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react
1+
// Dependencies: pnpm install lucide-react
22

33
"use client";
44

components/inputs/input-28.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react react-aria-components
1+
// Dependencies: pnpm install lucide-react react-aria-components
22

33
"use client";
44

components/inputs/input-29.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react react-aria-components
1+
// Dependencies: pnpm install lucide-react react-aria-components
22

33
"use client";
44

components/inputs/input-36.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install react-aria-components
1+
// Dependencies: pnpm install react-aria-components
22

33
"use client";
44

components/inputs/input-37.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install react-aria-components
1+
// Dependencies: pnpm install react-aria-components
22

33
"use client";
44

components/inputs/input-38.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react react-aria-components
1+
// Dependencies: pnpm install lucide-react react-aria-components
22

33
"use client";
44

components/inputs/input-39.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Dependencies: npm install lucide-react react-aria-components
1+
// Dependencies: pnpm install lucide-react react-aria-components
22

33
"use client";
44

0 commit comments

Comments
 (0)