Skip to content

Commit

Permalink
chore: remove unused dependency match-sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Feb 28, 2024
1 parent 402c627 commit 2be3759
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
17 changes: 0 additions & 17 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"js-cookie": "^3.0.5",
"jsdom": "^23.0.1",
"lint-staged": ">=10",
"match-sorter": "^6.3.1",
"prettier": "3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/ComboBox/ComboBox.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react";
import { useComboboxStore, Combobox } from "@ariakit/react";
// import { matchSorter } from "match-sorter";
import { getAnchorRect, replaceValue, detectCommand } from "./utils";
import type { TextAreaProps } from "../TextArea/TextArea";
import { Item } from "./Item";
Expand Down

0 comments on commit 2be3759

Please sign in to comment.