summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-10-03 08:52:23 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-03 11:52:23 -0400
commitbb022f5230f6f9eca07366275c44af056e06eeca (patch)
treeff0e22a519d0ccb920e5d1251967bcb5bc77158d /examples/component
parent88163e02baacf43faadca9e58929d7065af9caa6 (diff)
downloadastro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.gz
astro-bb022f5230f6f9eca07366275c44af056e06eeca.tar.zst
astro-bb022f5230f6f9eca07366275c44af056e06eeca.zip
[ci] release (#4957)astro@1.4.3@astrojs/mdx@0.11.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/component')
-rw-r--r--examples/component/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/component/package.json b/examples/component/package.json
index 01e200aec..67302f295 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.4.2"
+ "astro": "^1.4.3"
},
"peerDependencies": {
- "astro": "^1.4.2"
+ "astro": "^1.4.3"
}
}