Skip to content

Commit

Permalink
chore: remove react-datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Apr 3, 2024
1 parent a510933 commit 775204f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 121 deletions.
2 changes: 0 additions & 2 deletions components/search/FilterComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import React, { ChangeEvent, Dispatch, SetStateAction, useState } from "react";
import { FaCheck, FaChevronDown } from "react-icons/fa";
import { CollegeObject } from "./Search";
import DatePicker from "react-datepicker";
import { format } from "date-fns";

import { Calendar } from "@/components/ui/calendar";
Expand All @@ -13,7 +12,6 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";

import "react-datepicker/dist/react-datepicker.css";
import { Button } from "../ui/button";
import { CalendarIcon } from "lucide-react";
import { cn } from "@/lib/utils";
Expand Down
120 changes: 3 additions & 117 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"next": "^14.0.2",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
Expand All @@ -37,7 +36,6 @@
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
Expand Down

0 comments on commit 775204f

Please sign in to comment.