Skip to content

Commit e52f17c

Browse files
authored
Merge branch 'main' into oxfmt
2 parents 4d62afd + 1e91ed7 commit e52f17c

File tree

2 files changed

+47
-13
lines changed

2 files changed

+47
-13
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"pnpm": {
3434
"overrides": {
3535
"vitepress>vite": "npm:vite@8.0.0-beta.11"
36-
}
36+
},
37+
"onlyBuiltDependencies": [
38+
"esbuild",
39+
"vue-demi"
40+
]
3741
}
3842
}

src/about/team/members-core.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
},
4949
{
5050
"name": "Eduardo",
51-
"title": "Developer & Consultant",
51+
"title": "Software Engineer",
5252
"company": "Freelance",
53-
"location": "Paris, France",
53+
"location": "Berlin, Germany",
5454
"languages": ["Spanish", "French", "English"],
5555
"socials": {
5656
"github": "posva",
@@ -78,33 +78,38 @@
7878
},
7979
{
8080
"name": "Haoqun Jiang",
81-
"title": "Developer",
82-
"company": "Vue.js",
81+
"title": "Principal",
82+
"company": "Global Brain",
83+
"companyLink": "https://globalbrains.com/",
8384
"projects": [
8485
{
8586
"label": "create-vue",
8687
"url": "https://github.com/vuejs/create-vue"
8788
},
89+
{
90+
"label": "ecosystem-ci",
91+
"url": "https://github.com/vuejs/ecosystem-ci"
92+
},
8893
{
8994
"label": "vite",
9095
"url": "https://github.com/vitejs/vite"
9196
},
9297
{
9398
"label": "vue-cli",
9499
"url": "https://github.com/vuejs/vue-cli"
95-
},
96-
{
97-
"label": "vue-loader",
98-
"url": "https://github.com/vuejs/vue-loader"
99100
}
100101
],
101-
"location": "Hangzhou, China",
102+
"location": "Tokyo, Japan",
102103
"languages": ["Chinese", "English"],
103104
"socials": {
104-
"github": "sodatea",
105+
"github": "haoqunjiang",
105106
"twitter": "haoqunjiang"
106107
},
107-
"sponsor": true
108+
"sponsor": true,
109+
"website": {
110+
"label": "haoqun.dev",
111+
"url": "https://haoqun.dev/"
112+
}
108113
},
109114
{
110115
"name": "Jinjiang",
@@ -503,7 +508,7 @@
503508
},
504509
{
505510
"name": "ubugeeei",
506-
"title": "Software Engineer",
511+
"title": "Chief Engineer",
507512
"company": "Mates Inc.",
508513
"companyLink": "https://github.com/mates-system",
509514
"projects": [
@@ -541,6 +546,31 @@
541546
"socials": {
542547
"github": "ubugeeei",
543548
"twitter": "ubugeeei"
549+
},
550+
"sponsor": true
551+
},
552+
{
553+
"name": "Vincent Ngai • SerKo",
554+
"title": "Full Stack Developer",
555+
"projects": [
556+
{
557+
"label": "vuejs/language-tools",
558+
"url": "https://github.com/vuejs/language-tools"
559+
},
560+
{
561+
"label": "Vue AI",
562+
"url": "https://github.com/vuejs-ai"
563+
}
564+
],
565+
"location": ["Hong Kong", "Taiwan"],
566+
"languages": ["Chinese", "English"],
567+
"website": {
568+
"label": "serko.dev",
569+
"url": "https://serko.dev"
570+
},
571+
"socials": {
572+
"github": "serkodev",
573+
"twitter": "serkodev"
544574
}
545575
}
546576
]

0 commit comments

Comments
 (0)