diff options
Diffstat (limited to 'packages/markdown/remark/package.json')
-rw-r--r-- | packages/markdown/remark/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1bb9ccedd..2def0c979 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "3.0.0-rc.1", + "version": "3.0.0", "type": "module", "author": "withastro", "license": "MIT", @@ -28,10 +28,10 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^3.0.0-rc.5" + "astro": "workspace:^3.0.0" }, "dependencies": { - "@astrojs/prism": "^3.0.0-rc.1", + "@astrojs/prism": "^3.0.0", "github-slugger": "^2.0.0", "import-meta-resolve": "^3.0.0", "rehype-raw": "^6.1.1", |