Skip to content

Commit

Permalink
Update dependencies (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Aug 5, 2024
1 parent 8bed886 commit 4f12049
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 91 deletions.
5 changes: 5 additions & 0 deletions .changeset/slimy-kings-enjoy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': patch
---

Updates `@astrojs/mdx`, `@astrojs/sitemap`, `astro-expressive-code`, `unified`, and `vfile` dependencies to the latest version
10 changes: 5 additions & 5 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@astrojs/mdx": "^3.1.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/mdx": "^3.1.3",
"@astrojs/sitemap": "^3.1.6",
"@pagefind/default-ui": "^1.0.3",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"astro-expressive-code": "^0.35.4",
"astro-expressive-code": "^0.35.6",
"bcp-47": "^2.1.0",
"hast-util-from-html": "^2.0.1",
"hast-util-select": "^6.0.2",
Expand All @@ -205,8 +205,8 @@
"rehype": "^13.0.1",
"rehype-format": "^5.0.0",
"remark-directive": "^3.0.0",
"unified": "^11.0.4",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1"
"vfile": "^6.0.2"
}
}
Loading

0 comments on commit 4f12049

Please sign in to comment.