diff --git a/.changeset/gorgeous-buttons-remember.md b/.changeset/gorgeous-buttons-remember.md new file mode 100644 index 000000000000..46a6059499c4 --- /dev/null +++ b/.changeset/gorgeous-buttons-remember.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-remark': patch +--- + +Fixes an issue where this package could not be installed alongside Astro 4.0. diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 05d55e0dbfe2..7cb9bbb64c81 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -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",