Skip to content

Commit 270c6cc

Browse files
authoredDec 7, 2023
chore: markdown-remark peerDependencies (#9349)
1 parent 1aa7fe8 commit 270c6cc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/markdown-remark': patch
3+
---
4+
5+
Fixes an issue where this package could not be installed alongside Astro 4.0.

‎packages/markdown/remark/package.json

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
"dev": "astro-scripts dev \"src/**/*.ts\"",
2828
"test": "mocha --exit --timeout 20000"
2929
},
30-
"peerDependencies": {
31-
"astro": "^4.0.0-beta.0"
32-
},
3330
"dependencies": {
3431
"@astrojs/prism": "^3.0.0",
3532
"github-slugger": "^2.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.