summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-14 10:31:31 -0800
committerGravatar GitHub <noreply@github.com> 2022-11-14 13:31:31 -0500
commit993b58d5678f6c4aa6d766b1c2164b91935c9f10 (patch)
treeda2130eeef018cd1a94e97d31faa0073f54a7113 /examples/component
parente385076efe297f457343275e2e7002f71b35792b (diff)
downloadastro-@astrojs/solid-js@1.2.3.tar.gz
astro-@astrojs/solid-js@1.2.3.tar.zst
astro-@astrojs/solid-js@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 62cf8e4c0..16e3106cb 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.7"
+ "astro": "^1.6.8"
},
"peerDependencies": {
- "astro": "^1.6.7"
+ "astro": "^1.6.8"
}
}