Compare commits

..

6 commits

Author SHA1 Message Date
dependabot[bot]
2031c3c00c
Merge 78055eadc0 into 9f07cc92d7 2024-02-22 18:08:12 +00:00
dependabot[bot]
78055eadc0
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-22 18:08:10 +00:00
9f07cc92d7
Merge pull request #19 from LBRYFoundation/dependabot/npm_and_yarn/astro-4.4.3
Bump astro from 4.1.1 to 4.4.3
2024-02-22 19:07:28 +01:00
dependabot[bot]
3fc09216d6
Bump astro from 4.1.1 to 4.4.3
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.1.1 to 4.4.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.4.3/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 18:05:13 +00:00
3252f38461
Merge pull request #18 from LBRYFoundation/dependabot/npm_and_yarn/sass-1.71.0
Bump sass from 1.69.7 to 1.71.0
2024-02-22 19:04:21 +01:00
dependabot[bot]
5a5e41499f
Bump sass from 1.69.7 to 1.71.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.71.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.69.7...1.71.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 03:07:40 +00:00
2 changed files with 658 additions and 801 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",
"@lbry/components": "^4.2.5",
"@thewebforge/astro-code-blocks": "^0.2.0",
"astro": "^4.1.1",
"astro": "^4.4.3",
"astro-preload": "^1.1.2",
"markdown-wasm": "^1.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.69.7"
"sass": "^1.71.0"
},
"scripts": {
"dev": "astro dev",