0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

chore: markdown-remark peerDependencies (#9349)

This commit is contained in:
Arsh 2023-12-07 15:04:48 +00:00 committed by GitHub
parent 1aa7fe85c1
commit 270c6cc27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/markdown-remark': patch
---
Fixes an issue where this package could not be installed alongside Astro 4.0.

View file

@ -27,9 +27,6 @@
"dev": "astro-scripts dev \"src/**/*.ts\"",
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
"astro": "^4.0.0-beta.0"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",
"github-slugger": "^2.0.0",