summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-15 11:05:25 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-15 14:05:25 -0400
commitb2da8a124a03ce58dbca7df7ae1d68019f6637cc (patch)
tree0ce2c928cc2a7600634b2afae5023aa84e206f61 /examples/component
parent7c11ef63bda79e78c49c226cd8303075874c2841 (diff)
downloadastro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.tar.gz
astro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.tar.zst
astro-b2da8a124a03ce58dbca7df7ae1d68019f6637cc.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 32e44f004..8cf5cc7c0 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.2.4"
+ "astro": "^1.2.5"
},
"peerDependencies": {
- "astro": "^1.2.4"
+ "astro": "^1.2.5"
}
}