File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212 "size" : " size-limit"
1313 },
1414 "dependencies" : {
15- "astro" : " ^5.12.8 " ,
15+ "astro" : " ^5.12.9 " ,
1616 "@astrojs/mdx" : " ^4.3.3" ,
1717 "@astrojs/rss" : " ^4.0.12" ,
1818 "@astrojs/sitemap" : " ^3.4.2" ,
1919 "@astrojs/preact" : " ^4.1.0" ,
2020 "sharp" : " ^0.34.3" ,
2121 "@unpic/astro" : " ^1.0.1" ,
22- "@nulllogic/scssleon" : " ^1.0.8 "
22+ "@nulllogic/scssleon" : " ^1.1.2 "
2323 },
2424 "devDependencies" : {
2525 "rehype-slug" : " ^6.0.0" ,
2626 "remark-smartypants" : " ^3.0.2" ,
27- "@shikijs/transformers" : " ^3.9.1 " ,
28- "sass" : " ^1.89.2 " ,
27+ "@shikijs/transformers" : " ^3.9.2 " ,
28+ "sass" : " ^1.90.0 " ,
2929 "astro-compress" : " ^2.3.8" ,
3030 "size-limit" : " ^11.2.0"
3131 }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import {generate_rel_link} from "~/utils/links";
99const response = await fetch (
1010 ' https://api.github.com/repos/nulllogic/scssleon/branches/master' ,
1111)
12+
1213const data = await response .json ()
1314const commit_date =
1415 typeof data .message === ' undefined'
You can’t perform that action at this time.
0 commit comments