Skip to content

Commit 2f9e86d

Browse files
committed
chore: update dependencies
1 parent 3966879 commit 2f9e86d

File tree

4 files changed

+423
-503
lines changed

4 files changed

+423
-503
lines changed

astro.config.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ export default defineConfig({
118118
logo: {
119119
src: "./src/assets/astronvim.svg",
120120
},
121-
components: {
122-
SiteTitle: "./src/components/SiteTitle.astro",
123-
},
124121
plugins: [
125122
starlightDocSearch({
126123
appId: "JXZNTZ86UN",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"upgrade": "pnpm dlx @astrojs/upgrade"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^4.0.6",
15-
"@astrojs/starlight": "^0.31.1",
16-
"@astrojs/starlight-docsearch": "^0.4.0",
14+
"@astrojs/mdx": "^4.1.1",
15+
"@astrojs/starlight": "^0.32.2",
16+
"@astrojs/starlight-docsearch": "^0.6.0",
1717
"@astrojs/starlight-tailwind": "^3.0.0",
18-
"@astrojs/tailwind": "^5.1.4",
18+
"@astrojs/tailwind": "^6.0.0",
1919
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
2020
"@fontsource-variable/inter": "^5.1.1",
2121
"@fontsource-variable/jetbrains-mono": "^5.1.2",
22-
"astro": "^5.1.7",
22+
"astro": "^5.4.3",
2323
"sharp": "^0.33.4",
2424
"starlight-image-zoom": "^0.1.0",
2525
"starlight-links-validator": "^0.5.3",

0 commit comments

Comments
 (0)