mirror of
https://github.com/LBRYFoundation/lbry-tech.git
synced 2025-07-01 16:12:58 +00:00
Bump @astrojs/mdx from 3.0.1 to 3.1.0
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 3.0.1 to 3.1.0. - [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@3.1.0/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>
This commit is contained in:
parent
ee24935bdb
commit
35ada5e425
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -8,7 +8,7 @@
|
|||
"name": "lbry-tech",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.0.1",
|
||||
"@astrojs/mdx": "^3.1.0",
|
||||
"@lbry/components": "^4.2.5",
|
||||
"@thewebforge/astro-code-blocks": "^0.2.0",
|
||||
"astro": "^4.8.6",
|
||||
|
@ -534,14 +534,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@astrojs/mdx": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.0.1.tgz",
|
||||
"integrity": "sha512-UcPja14Qt6OEm7Wjak41Qa5f7G1M0oB2ARCsyIkXy6+Z65fJ6c1648UqEOqnEgR6Xtqq+V47wtK2qSP6KQKrAg==",
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-3.1.0.tgz",
|
||||
"integrity": "sha512-yuGDaOcCAfYgLQvUAlJDezYGK4twHlzW1Kvpyg3inxtDJuAsHdyVyYLWl0Wo5nwkyrbZktdrjnoW5scqzoAqAg==",
|
||||
"dependencies": {
|
||||
"@astrojs/markdown-remark": "5.1.0",
|
||||
"@mdx-js/mdx": "^3.0.1",
|
||||
"acorn": "^8.11.3",
|
||||
"es-module-lexer": "^1.5.2",
|
||||
"es-module-lexer": "^1.5.3",
|
||||
"estree-util-visit": "^2.0.0",
|
||||
"github-slugger": "^2.0.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "lbry-tech",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.0.1",
|
||||
"@astrojs/mdx": "^3.1.0",
|
||||
"@lbry/components": "^4.2.5",
|
||||
"@thewebforge/astro-code-blocks": "^0.2.0",
|
||||
"astro": "^4.8.6",
|
||||
|
|
Loading…
Add table
Reference in a new issue