File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
website/src/components/search Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " componentTests" ,
3- "devDependencies" : {}
2+ "name" : " componentTests"
43}
Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ export const Search = component$(({ isOpen }: { isOpen: Signal<boolean> }) => {
128128 class = "w-full"
129129 mode = "inline"
130130 filter = { false }
131- multiple = { false }
132131 // @ts -expect-error -- weird type resolution
133132 onChange$ = { $ ( ( value : string | string [ ] ) => {
134133 if ( typeof value === 'string' ) {
Original file line number Diff line number Diff line change 11packages :
22 - packages/*
33
4- minimumReleaseAge : 10080
5-
64onlyBuiltDependencies :
75 - ' @parcel/watcher'
86 - ' @swc/core'
@@ -18,3 +16,5 @@ onlyBuiltDependencies:
1816 - workerd
1917
2018trustPolicy : no-downgrade
19+
20+ minimumReleaseAge : 10080
You can’t perform that action at this time.
0 commit comments