diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-08 15:36:48 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-08 15:37:03 +0000 |
| commit | 2e38374365693a97325edd291e24f38ac3a1d90e (patch) | |
| tree | 55477047705aaa68cdd4c877efc6ff695d7bc8be | |
| parent | 2cd823fa6c6aad642057b500a9d23ec3d367f5dc (diff) | |
deps(node): bump @astrojs/mdx from 2.2.2 to 2.2.4
Bumps [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) from 2.2.2 to 2.2.4.
- [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/[email protected]/packages/integrations/mdx)
---
updated-dependencies:
- dependency-name: "@astrojs/mdx"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 35 |
2 files changed, 31 insertions, 6 deletions
diff --git a/package.json b/package.json index 073c5e0..c6039fe 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@astrojs/check": "^0.5.10", - "@astrojs/mdx": "^2.2.2", + "@astrojs/mdx": "^2.2.4", "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "^0.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84bd076..769d42a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ devDependencies: specifier: ^0.5.10 version: 0.5.10([email protected])([email protected]) '@astrojs/mdx': - specifier: ^2.2.2 - version: 2.2.2([email protected]) + specifier: ^2.2.4 + version: 2.2.4([email protected]) '@astrojs/sitemap': specifier: ^3.1.2 version: 3.1.2 @@ -172,13 +172,38 @@ packages: - supports-color dev: true - /@astrojs/[email protected]([email protected]): - resolution: {integrity: sha512-5SIFtOctC813HFyqJwBf5TBvlT9sbiOOv+bdvzAoiBSab95dC7PZhss22EvUEx+897c81YoIZ4F9fg4ZkxBFIw==} + /@astrojs/[email protected]: + resolution: {integrity: sha512-QBXbxXZamVRoqCNN2gjDXa7qYPUkJZq7KYFfg3DX7rze3QL6xiz4N+Wg202dNPRaIkQa16BV6D8+EHibQFubRg==} + dependencies: + '@astrojs/prism': 3.0.0 + github-slugger: 2.0.0 + hast-util-from-html: 2.0.1 + hast-util-to-text: 4.0.0 + import-meta-resolve: 4.0.0 + mdast-util-definitions: 6.0.0 + rehype-raw: 7.0.0 + rehype-stringify: 10.0.0 + remark-gfm: 4.0.0 + remark-parse: 11.0.0 + remark-rehype: 11.1.0 + remark-smartypants: 2.1.0 + shiki: 1.1.7 + unified: 11.0.4 + unist-util-remove-position: 5.0.0 + unist-util-visit: 5.0.0 + unist-util-visit-parents: 6.0.1 + vfile: 6.0.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@astrojs/[email protected]([email protected]): + resolution: {integrity: sha512-eXCmftMsWj4vTECrc4vgdaXrA8xIvrmJ9rM37BZNK5anQ2PunUm9N8wbnK2VVTE0CAmW5U8v9y3IGps2RYGUvQ==} engines: {node: '>=18.14.1'} peerDependencies: astro: ^4.0.0 dependencies: - '@astrojs/markdown-remark': 4.3.2 + '@astrojs/markdown-remark': 5.0.0 '@mdx-js/mdx': 3.0.1 acorn: 8.11.3 astro: 4.5.12(@types/[email protected])([email protected]) |
