diff options
author | 2023-08-01 12:05:59 +0100 | |
---|---|---|
committer | 2023-08-08 11:02:50 +0100 | |
commit | 32002c29545a560b2794e1117e8232b2577f0b79 (patch) | |
tree | 3fcf093587494bea668df86f2c6faee3ec27c7e7 /packages/integrations/mdx | |
parent | e1ae56e724d0f83db1230359e06cd6bc26f5fa26 (diff) | |
download | astro-32002c29545a560b2794e1117e8232b2577f0b79.tar.gz astro-32002c29545a560b2794e1117e8232b2577f0b79.tar.zst astro-32002c29545a560b2794e1117e8232b2577f0b79.zip |
chore: use workspace packages (#7894)
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r-- | packages/integrations/mdx/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 72e51d029..b01f9fdc8 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -34,8 +34,8 @@ "test:match": "mocha --timeout 20000 -g" }, "dependencies": { - "@astrojs/markdown-remark": "^2.2.1", - "@astrojs/prism": "^2.1.2", + "@astrojs/markdown-remark": "workspace:*", + "@astrojs/prism": "workspace:*", "@mdx-js/mdx": "^2.3.0", "acorn": "^8.9.0", "es-module-lexer": "^1.3.0", |