diff options
author | 2021-11-19 13:01:50 -0800 | |
---|---|---|
committer | 2021-11-19 13:01:50 -0800 | |
commit | b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea (patch) | |
tree | c5a7eb375b5233c2c6319d62d2b1ce31b92714b6 /packages/markdown/remark/package.json | |
parent | e6aaeff50cc5f5d16cb8e292c4f4253aa6969e27 (diff) | |
download | astro-@astrojs/parser@0.20.3.tar.gz astro-@astrojs/parser@0.20.3.tar.zst astro-@astrojs/parser@0.20.3.zip |
Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0
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.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 86f70bf82..22522bea3 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.4.0-next.2", + "version": "0.4.0", "main": "./dist/index.js", "type": "module", "repository": { @@ -18,7 +18,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "@astrojs/prism": "^0.3.0-next.0", + "@astrojs/prism": "^0.3.0", "@silvenon/remark-smartypants": "^1.0.0", "assert": "^2.0.0", "github-slugger": "^1.3.0", |