File tree Expand file tree Collapse file tree 4 files changed +216
-120
lines changed
main/src/page-components/SearchDisplay Expand file tree Collapse file tree 4 files changed +216
-120
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ import { usePostHog } from "posthog-js/react"
59
59
import getSearchParams from "./getSearchParams"
60
60
61
61
const StyledResourceTabs = styled ( ResourceCategoryTabs . TabList ) `
62
- margin-top: 0 px ;
62
+ margin-top: 0;
63
63
`
64
64
65
65
const DesktopSortContainer = styled . div `
Original file line number Diff line number Diff line change 61
61
"@testing-library/react" : " ^16.1.0" ,
62
62
"@testing-library/user-event" : " ^14.5.2" ,
63
63
"@types/react-slick" : " ^0" ,
64
- "dotenv" : " ^16.4.5 " ,
64
+ "dotenv" : " ^17.0.0 " ,
65
65
"lodash" : " ^4.17.21" ,
66
66
"prop-types" : " ^15.8.1" ,
67
67
"storybook" : " ^8.2.9" ,
Original file line number Diff line number Diff line change 68
68
"postcss-styled-syntax" : " ^0.7.0" ,
69
69
"prettier" : " ^3.3.3" ,
70
70
"prettier-plugin-django-alpine" : " ^1.2.6" ,
71
- "stylelint" : " ^16.0 .0" ,
72
- "stylelint-config-standard-scss" : " ^14 .0.0" ,
71
+ "stylelint" : " ^16.18 .0" ,
72
+ "stylelint-config-standard-scss" : " ^15 .0.0" ,
73
73
"ts-node" : " ^10.9.2" ,
74
74
"type-fest" : " ^4.18.3" ,
75
75
"typescript" : " ^5.4.3"
You can’t perform that action at this time.
0 commit comments