summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-13 12:15:05 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-13 15:15:05 -0400
commit150cd8a582c70a394ad53282ef041152c2d5a9d3 (patch)
treea34bd34436d617bb48f9766ce8027d58f1f36b2d /examples/component
parent8cfb3fb535a16ebb1c185de2609435fdd7954611 (diff)
downloadastro@1.2.3.tar.gz
astro@1.2.3.tar.zst
astro@1.2.3.zip
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 6aa63083e..bea5d6d57 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.2.2"
+ "astro": "^1.2.3"
},
"peerDependencies": {
- "astro": "^1.2.2"
+ "astro": "^1.2.3"
}
}