Skip to content

Commit 96a6462

Browse files
v1.1.929
– package version bump – page update
1 parent b5406d9 commit 96a6462

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
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
}

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {generate_rel_link} from "~/utils/links";
99
const response = await fetch(
1010
'https://api.github.com/repos/nulllogic/scssleon/branches/master',
1111
)
12+
1213
const data = await response.json()
1314
const commit_date =
1415
typeof data.message === 'undefined'

0 commit comments

Comments
 (0)