Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
Other useless deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Dec 30, 2024
1 parent 28917ae commit 39d25fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 120 deletions.
114 changes: 0 additions & 114 deletions package-lock.json

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

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@styled-icons/fa-solid": "^10.47.0",
"@styled-icons/styled-icon": "^10.7.1",
"@types/lunr": "^2.3.7",
"@types/react-adaptive-hooks": "0.0.3",
"@types/react-transition-group": "^4.4.12",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.1.4",
Expand Down Expand Up @@ -77,7 +76,6 @@
"katex": "0.16.18",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-transition-group": "^4.4.5",
Expand All @@ -94,7 +92,6 @@
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.11",
"@types/react-test-renderer": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"babel-jest": "^29.7.0",
Expand All @@ -109,7 +106,6 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"react-test-renderer": "^18.2.0",
"typescript": "^5.7.2"
}
}
3 changes: 1 addition & 2 deletions src/components/design-system/molecules/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Container } from "../atoms/container";
import { List } from "../atoms/list";
import { Paragraph } from "../atoms/paragraph";
import { Link } from "gatsby";
import { isIOS } from "react-device-detect";
import { SearchResult } from "../lunr";
import { useSearch } from "../hooks/use-search";
import { borderRadius } from "../atoms/border-radius";
Expand All @@ -17,7 +16,7 @@ const SearchListContainer = styled(Container)`
right: 0;
left: 0;
bottom: 0;
height: calc(100vh - 55px ${isIOS ? " - 100px" : ""});
height: 80vh;
overflow: scroll;
${borderRadius};
`;
Expand Down

0 comments on commit 39d25fa

Please sign in to comment.