0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

fix(markdown-remark): mark prism package as an internal dependency (#11250)

This commit is contained in:
Szymon Chmal 2024-06-14 06:41:26 +02:00 committed by GitHub
parent a6df7e877f
commit 1b42229f51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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",

2
pnpm-lock.yaml generated
View file

@ -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