diff options
author | 2024-06-26 02:29:13 -0700 | |
---|---|---|
committer | 2024-06-26 11:29:13 +0200 | |
commit | d9e6190a0daa1ea224a3c374221601d7ad9abcb8 (patch) | |
tree | e2362ad609b4d4167f81fb10762c043600656560 /examples/with-markdoc | |
parent | f1b78a496034d53b0e9dfc276a4a1b1d691772c4 (diff) | |
download | astro@4.11.2.tar.gz astro@4.11.2.tar.zst astro@4.11.2.zip |
[ci] release (#11336)astro@4.11.2@astrojs/studio@0.1.1@astrojs/db@0.11.7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index e6c5faf0f..34612a8ad 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.11.1", - "astro": "^4.11.1" + "astro": "^4.11.2" } } |