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

Commit 39d25fa

Browse files
committed
Other useless deps
1 parent 28917ae commit 39d25fa

File tree

3 files changed

+1
-120
lines changed

3 files changed

+1
-120
lines changed

package-lock.json

Lines changed: 0 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"@styled-icons/fa-solid": "^10.47.0",
4949
"@styled-icons/styled-icon": "^10.7.1",
5050
"@types/lunr": "^2.3.7",
51-
"@types/react-adaptive-hooks": "0.0.3",
5251
"@types/react-transition-group": "^4.4.12",
5352
"@types/styled-components": "^5.1.34",
5453
"babel-plugin-styled-components": "^2.1.4",
@@ -77,7 +76,6 @@
7776
"katex": "0.16.18",
7877
"prismjs": "^1.29.0",
7978
"react": "^18.2.0",
80-
"react-device-detect": "^2.2.3",
8179
"react-dom": "^18.2.0",
8280
"react-helmet": "^6.1.0",
8381
"react-transition-group": "^4.4.5",
@@ -94,7 +92,6 @@
9492
"@types/react": "^18.3.18",
9593
"@types/react-dom": "^18.3.5",
9694
"@types/react-helmet": "^6.1.11",
97-
"@types/react-test-renderer": "^18.0.5",
9895
"@typescript-eslint/eslint-plugin": "^8.18.2",
9996
"@typescript-eslint/parser": "^8.18.2",
10097
"babel-jest": "^29.7.0",
@@ -109,7 +106,6 @@
109106
"jest": "^29.7.0",
110107
"jest-environment-jsdom": "^29.7.0",
111108
"prettier": "^3.4.2",
112-
"react-test-renderer": "^18.2.0",
113109
"typescript": "^5.7.2"
114110
}
115111
}

src/components/design-system/molecules/search.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Container } from "../atoms/container";
66
import { List } from "../atoms/list";
77
import { Paragraph } from "../atoms/paragraph";
88
import { Link } from "gatsby";
9-
import { isIOS } from "react-device-detect";
109
import { SearchResult } from "../lunr";
1110
import { useSearch } from "../hooks/use-search";
1211
import { borderRadius } from "../atoms/border-radius";
@@ -17,7 +16,7 @@ const SearchListContainer = styled(Container)`
1716
right: 0;
1817
left: 0;
1918
bottom: 0;
20-
height: calc(100vh - 55px ${isIOS ? " - 100px" : ""});
19+
height: 80vh;
2120
overflow: scroll;
2221
${borderRadius};
2322
`;

0 commit comments

Comments
 (0)