Skip to content

Commit

Permalink
chore: dependency updates (#3230)
Browse files Browse the repository at this point in the history
* chore: docs dependency bumps
  • Loading branch information
JoblersTune authored Jan 30, 2025
1 parent d00e98f commit 042cb00
Show file tree
Hide file tree
Showing 3 changed files with 1,333 additions and 596 deletions.
14 changes: 7 additions & 7 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/starlight": "^0.29.0",
"@interledger/docs-design-system": "^0.5.2",
"astro": "4.16.18",
"astro-graphql-plugin": "^0.3.0",
"graphql": "16.8.1",
"@astrojs/markdown-remark": "^6.1.0",
"@astrojs/starlight": "^0.31.1",
"@interledger/docs-design-system": "^0.6.1",
"astro": "5.2.0",
"astro-graphql-plugin": "^0.4.2",
"graphql": "16.10.0",
"mermaid": "^11.4.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"starlight-links-validator": "^0.13.2"
"starlight-links-validator": "^0.14.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineCollection } from 'astro:content'
import { docsLoader } from '@astrojs/starlight/loaders'
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema'

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
i18n: defineCollection({ type: 'data', schema: i18nSchema() })
}
Loading

0 comments on commit 042cb00

Please sign in to comment.