This repository was archived by the owner on Oct 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1008
-1176
lines changed
Expand file tree Collapse file tree 3 files changed +1008
-1176
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " choco-astro" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.2.0 " ,
44 "packageManager" : " yarn@4.2.2" ,
55 "type" : " module" ,
66 "description" : " A global set of dependencies to be used on Chocolatey Software Astro projects." ,
1616 "homepage" : " https://github.com/chocolatey/choco-astro#readme" ,
1717 "dependencies" : {
1818 "@astrojs/check" : " 0.9.4" ,
19- "@astrojs/mdx" : " 3.1.9 " ,
20- "@astrojs/rss" : " ^ 4.0.9 " ,
19+ "@astrojs/mdx" : " 4.0.7 " ,
20+ "@astrojs/rss" : " 4.0.11 " ,
2121 "@astrojs/sitemap" : " 3.2.1" ,
2222 "@types/markdown-it" : " ^14" ,
2323 "@types/sanitize-html" : " ^2" ,
24- "astro" : " 4.16.16 " ,
24+ "astro" : " 5.1.9 " ,
2525 "feed" : " ^4.2.2" ,
26+ "gray-matter" : " ^4.0.3" ,
2627 "markdown-it" : " ^14.1.0" ,
2728 "rehype-mermaid" : " ^3.0.0" ,
2829 "remark-custom-header-id" : " ^1.0.0" ,
29- "sanitize-html" : " ^2.13.1 " ,
30+ "sanitize-html" : " ^2.14.0 " ,
3031 "typescript" : " ^5.6.3"
3132 }
3233}
Original file line number Diff line number Diff line change 66 "paths" : {
77 "@content/*" : [" src/content/*" ],
88 "@components/*" : [" src/components/*" ],
9- "@config" : [" src/config.ts" ],
109 "@layouts/*" : [" src/layouts/*" ],
1110 "@root/*" : [" ./*" ],
1211 "@styles/*" : [" src/styles/*" ],
1312 "@scripts/*" : [" src/scripts/*" ]
1413 }
1514 }
16- }
15+ }
You can’t perform that action at this time.
0 commit comments