mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
chore: markdown-remark peerDependencies (#9349)
This commit is contained in:
parent
1aa7fe85c1
commit
270c6cc27f
2 changed files with 5 additions and 3 deletions
5
.changeset/gorgeous-buttons-remember.md
Normal file
5
.changeset/gorgeous-buttons-remember.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/markdown-remark': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes an issue where this package could not be installed alongside Astro 4.0.
|
|
@ -27,9 +27,6 @@
|
||||||
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
||||||
"test": "mocha --exit --timeout 20000"
|
"test": "mocha --exit --timeout 20000"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"astro": "^4.0.0-beta.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/prism": "^3.0.0",
|
"@astrojs/prism": "^3.0.0",
|
||||||
"github-slugger": "^2.0.0",
|
"github-slugger": "^2.0.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue