From 1b42229f51e7d16f7b5e70318f08c254a6ded038 Mon Sep 17 00:00:00 2001 From: Szymon Chmal Date: Fri, 14 Jun 2024 06:41:26 +0200 Subject: [PATCH] fix(markdown-remark): mark prism package as an internal dependency (#11250) --- packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index a1e3639eae..d2b4f5af60 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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fea9345a60..ae9663178c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5608,7 +5608,7 @@ importers: packages/markdown/remark: dependencies: '@astrojs/prism': - specifier: ^3.1.0 + specifier: workspace:* version: link:../../astro-prism github-slugger: specifier: ^2.0.0