Compare commits

..

2 commits

Author SHA1 Message Date
dependabot[bot]
04573866a2
Merge a9139c4dd4 into 865d8cc80f 2024-02-11 20:12:15 +01:00
dependabot[bot]
a9139c4dd4
Bump @astrojs/mdx from 2.0.3 to 2.1.1
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 2.0.3 to 2.1.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@2.1.1/packages/integrations/mdx)

---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 03:35:39 +00:00
2 changed files with 801 additions and 658 deletions

1455
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,12 +5,12 @@
"@astrojs/mdx": "^2.1.1", "@astrojs/mdx": "^2.1.1",
"@lbry/components": "^4.2.5", "@lbry/components": "^4.2.5",
"@thewebforge/astro-code-blocks": "^0.2.0", "@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.4.3", "astro": "^4.1.1",
"astro-preload": "^1.1.2", "astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0", "markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0", "rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0", "rehype-slug": "^6.0.0",
"sass": "^1.71.0" "sass": "^1.69.7"
}, },
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",