diff options
author | 2024-08-22 13:56:59 -0700 | |
---|---|---|
committer | 2024-08-22 16:56:59 -0400 | |
commit | cf65476b27053333cf5a36f6f9f46b794c98dfa2 (patch) | |
tree | 1656e06d2de0ea927a6348f9bd56854bf90f36ce /examples/with-markdown-plugins | |
parent | 3f7630afd697809b1d4fbac6edd18153983c70ac (diff) | |
download | astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.gz astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.tar.zst astro-cf65476b27053333cf5a36f6f9f46b794c98dfa2.zip |
[ci] release (#11817)astro@4.14.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 593057dff..8caac3249 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.14.4", + "astro": "^4.14.5", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", |