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 b4a0ae4ce..4e40af840 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.2.0", + "version": "2.2.1", "type": "module", "author": "withastro", "license": "MIT", @@ -28,10 +28,10 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.4.0" + "astro": "workspace:^2.5.0" }, "dependencies": { - "@astrojs/prism": "^2.1.0", + "@astrojs/prism": "^2.1.2", "github-slugger": "^1.4.0", "import-meta-resolve": "^2.1.0", "rehype-raw": "^6.1.1", |