summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-30 13:15:38 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-30 20:15:38 +0000
commit2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b (patch)
tree37516836dd30b477aaf111f262c6c132d22d9904 /examples/component
parent7fdd494236a527057b4ba37b99094d6a733aef4f (diff)
downloadastro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.tar.gz
astro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.tar.zst
astro-2ffdafff45be33a2bf5a9e5df2af1bee0d31d62b.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 6a2847347..74f7d2288 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.4.0"
+ "astro": "^1.4.1"
},
"peerDependencies": {
- "astro": "^1.4.0"
+ "astro": "^1.4.1"
}
}