File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,15 @@ export const allMaintainers: Maintainer[] = [
167
167
frameworkExpertise : [ 'react' , 'svelte' ] ,
168
168
specialties : [ 'Architecture' ] ,
169
169
} ,
170
+ {
171
+ name : 'Sam Willis' ,
172
+ isCoreMaintainer : true ,
173
+ avatar : 'https://github.com/samwillis.png' ,
174
+ github : 'samwillis' ,
175
+ creatorOf : [ 'db' ] ,
176
+ frameworkExpertise : [ 'react' ] ,
177
+ specialties : [ 'Sync Engines' , 'Incremental View Maintenance' ] ,
178
+ } ,
170
179
{
171
180
name : 'Leonardo Montini' ,
172
181
avatar : 'https://github.com/Balastrong.png' ,
@@ -337,6 +346,14 @@ export const allMaintainers: Maintainer[] = [
337
346
frameworkExpertise : [ ] ,
338
347
specialties : [ 'eslint plugin' ] ,
339
348
} ,
349
+ {
350
+ name : 'Kevin De Porre' ,
351
+ avatar : 'https://github.com/kevin-dp.png' ,
352
+ github : 'kevin-dp' ,
353
+ maintainerOf : [ 'db' ] ,
354
+ frameworkExpertise : [ 'react' ] ,
355
+ specialties : [ 'Sync Engines' , 'Incremental View Maintenance' ] ,
356
+ } ,
340
357
]
341
358
342
359
export const coreMaintainers = allMaintainers . filter (
You can’t perform that action at this time.
0 commit comments