20
20
"preview" : " astro preview"
21
21
},
22
22
"dependencies" : {
23
- "@astrojs/markdown-remark" : " ^4.2.1" ,
24
23
"@fontsource-variable/inter" : " ^5.0.16" ,
25
24
"@fontsource/noto-sans-sc" : " ^5.0.17" ,
26
- "@astrojs/starlight" : " ^0.20.1" ,
25
+ "@astrojs/markdown-remark" : " ^5.0.0" ,
26
+ "@astrojs/rss" : " ^4.0.5" ,
27
+ "@astrojs/starlight" : " ^0.24.0" ,
28
+ "@lorenzo_lewis/starlight-utils" : " ^0.1.0" ,
27
29
"@types/json-schema" : " ^7.0.15" ,
28
30
"astro" : " ^4.4.4" ,
31
+ "astro-d2" : " ^0.3.0" ,
29
32
"astro-feelback" : " ^0.3.4" ,
30
33
"astro-og-canvas" : " ^0.4.2" ,
31
34
"canvaskit-wasm" : " ^0.39.1" ,
35
+ "astrojs-service-worker" : " ^2.0.0" ,
36
+ "jsdom" : " ^24.0.0" ,
32
37
"prettier" : " ^3.2.5" ,
33
- "prettier-plugin-astro" : " ^0.13 .0" ,
38
+ "prettier-plugin-astro" : " ^0.14 .0" ,
34
39
"rehype-autolink-headings" : " ^7.1.0" ,
40
+ "sass" : " ^1.77.2" ,
41
+ "semver" : " ^7.6.0" ,
35
42
"sharp" : " ^0.33.2" ,
36
43
"shiki" : " ^1.1.7" ,
37
- "starlight-blog" : " ^0.5 .0" ,
38
- "starlight-links-validator" : " ^0.5.3 "
44
+ "starlight-blog" : " ^0.11 .0" ,
45
+ "starlight-links-validator" : " ^0.9.0 "
39
46
},
40
47
"pnpm" : {
41
48
"patchedDependencies" : {
42
49
"typedoc-plugin-markdown@4.0.0-next.17" : " patches/typedoc-plugin-markdown@4.0.0-next.17.patch"
43
50
}
44
51
}
45
- }
52
+ }
0 commit comments