File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
"preview" : " astro preview" ,
12
12
"start" : " astro dev" ,
13
13
"test" : " vitest" ,
14
+ "update:deps" : " ncu -u -x starlight-blog" ,
14
15
"update:showcase" : " tsx scripts/update-showcase.ts" ,
15
16
"vercel" : " vercel dev"
16
17
},
17
18
"dependencies" : {
18
19
"@astrojs/check" : " ^0.9.4" ,
19
- "@astrojs/starlight" : " ^0.34.3 " ,
20
+ "@astrojs/starlight" : " ^0.34.4 " ,
20
21
"@astrojs/vercel" : " ^8.1.5" ,
21
22
"@vercel/analytics" : " ^1.5.0" ,
22
- "astro" : " ^5.9.2 "
23
+ "astro" : " ^5.9.3 "
23
24
},
24
25
"devDependencies" : {
25
26
"@actions/core" : " ^1.11.1" ,
38
39
"starlight-blog" : " ^0.23.2" ,
39
40
"starlight-links-validator" : " ^0.16.0" ,
40
41
"starlight-showcases" : " ^0.3.0" ,
41
- "tsx" : " ^4.20.0 " ,
42
- "vercel" : " ^43.0 .0" ,
42
+ "tsx" : " ^4.20.3 " ,
43
+ "vercel" : " ^43.1 .0" ,
43
44
"vitest" : " ^3.2.3"
44
45
}
45
46
}
You can’t perform that action at this time.
0 commit comments