diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index a1e3639ea..d2b4f5af6 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -34,7 +34,7 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@astrojs/prism": "^3.1.0", + "@astrojs/prism": "workspace:*", "github-slugger": "^2.0.0", "hast-util-from-html": "^2.0.1", "hast-util-to-text": "^4.0.2", |