Skip to content

Commit

Permalink
Chj/bump dependencies (#60)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Bump dependencies
  • Loading branch information
huijing authored Dec 16, 2024
1 parent 6ae9f2d commit 4fe07d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default defineConfig({
integrations: [
starlight({
title: "Docs style guide",
description:
"The style guide for all Interledger documentation sites. Because we love consistency.",
description: "The style guide for all Interledger documentation sites. Because we love consistency.",
customCss: [
"./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css",
"./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css",
Expand All @@ -35,7 +34,7 @@ export default defineConfig({
},
sidebar: [
{
label: "Overview of Interledger doc styles",
label: "Overview of doc styles",
link: "/",
},
{
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.29.0",
"@interledger/docs-design-system": "^0.5.4",
"astro": "^4.16.12",
"@astrojs/starlight": "^0.30.1",
"@interledger/docs-design-system": "^0.5.5",
"astro": "^5.0.5",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.5",
"starlight-links-validator": "^0.13.2"
"starlight-links-validator": "^0.13.4"
}
}
1 change: 1 addition & 0 deletions src/content/docs/shared/stylishheader.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ Use the `<StylishHeader>` component within your content like so:
## Working example
### This is in the TOC
<p />
<StylishHeader>This is not in the TOC</StylishHeader>

0 comments on commit 4fe07d9

Please sign in to comment.