diff options
Diffstat (limited to 'packages/integrations/mdx/package.json')
-rw-r--r-- | packages/integrations/mdx/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 40d9d32c3..52627a5ca 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "0.19.1", + "version": "0.19.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -34,8 +34,8 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.2.0", - "@astrojs/prism": "^2.1.1", + "@astrojs/markdown-remark": "^2.2.1", + "@astrojs/prism": "^2.1.2", "@mdx-js/mdx": "^2.3.0", "@mdx-js/rollup": "^2.3.0", "acorn": "^8.8.0", |