Skip to content

Commit fb3eced

Browse files
committed
[chore] update packages
1 parent 1e2f21d commit fb3eced

3 files changed

Lines changed: 2432 additions & 2111 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export default defineConfig({
1313
Footer: './src/components/Footer.astro',
1414
},
1515
title: 'CSWiki',
16-
social: {
17-
github: 'https://github.com/CS-BAOYAN/CS-BAOYAN-2025',
18-
},
16+
social: [
17+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/CS-BAOYAN/CS-BAOYAN-2025' },
18+
],
1919
editLink: {
2020
baseUrl: 'https://github.com/CS-BAOYAN/CS-BAOYAN-2025/edit/main/',
2121
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.28.3",
14-
"astro": "^4.15.3",
15-
"sharp": "^0.33.1",
16-
"@astrojs/check": "^0.9.4",
17-
"typescript": "^5.6.2"
13+
"@astrojs/check": "^0.9.6",
14+
"@astrojs/starlight": "^0.37.6",
15+
"astro": "^5.18.0",
16+
"sharp": "^0.33.5",
17+
"typescript": "^5.9.3"
1818
}
1919
}

0 commit comments

Comments
 (0)