summaryrefslogtreecommitdiff
path: root/examples/integration
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-08 10:00:53 -0800
committerGravatar GitHub <noreply@github.com> 2022-11-08 13:00:53 -0500
commite8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11 (patch)
tree8406684006dd45f8ee30391a84141574d4aa0185 /examples/integration
parent70adbe34a0838ea8d8eccbc241f4d37941ae846e (diff)
downloadastro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.tar.gz
astro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.tar.zst
astro-e8ff4571f2bbc8cadbe7bd17fd6cc12861b8ca11.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/integration')
-rw-r--r--examples/integration/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 0eba37d4b..e96199b4d 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.4"
+ "astro": "^1.6.5"
},
"peerDependencies": {
- "astro": "^1.6.4"
+ "astro": "^1.6.5"
}
}