summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-27 09:59:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-27 12:59:31 -0500
commit415fec54f8340a1ffcd6b926c1f5b1a0e0645e5a (patch)
treed66b4644fd7346907a0c5318b21d8de47c3a0982 /packages/markdown/remark/package.json
parentcdabf6ef02be7220fd2b6bdcef924ceca089381e (diff)
downloadastro-0a6f1c4508e1c06756ff0794b227eb1efb65bd0a.tar.gz
astro-0a6f1c4508e1c06756ff0794b227eb1efb65bd0a.tar.zst
astro-0a6f1c4508e1c06756ff0794b227eb1efb65bd0a.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark/package.json')
-rw-r--r--packages/markdown/remark/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 5bae632fc..15777e10b 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "3.5.0",
+ "version": "4.0.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -28,7 +28,7 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
- "astro": "^3.0.0"
+ "astro": "^4.0.0-beta.0"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",