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:
parent
a6df7e877f
commit
1b42229f51
2 changed files with 2 additions and 2 deletions
|
@ -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
2
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue