summaryrefslogtreecommitdiff
path: root/examples/integration
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-10-18 11:26:00 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-18 14:26:00 -0400
commit4c1ffef3e4753ffccd71e9b1524aa4faa1de652f (patch)
tree20c56246738a6d7d7dbfacbf836f7efe332c8556 /examples/integration
parent8cf692766bf482717cfed416f5317ae1b5fb6cf0 (diff)
downloadastro-186cd3ebba14e5e0fd2b63de4eaded32b55bb280.tar.gz
astro-186cd3ebba14e5e0fd2b63de4eaded32b55bb280.tar.zst
astro-186cd3ebba14e5e0fd2b63de4eaded32b55bb280.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 3dfd744ca..4ce51d6c9 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.5.0"
+ "astro": "^1.5.1"
},
"peerDependencies": {
- "astro": "^1.5.0"
+ "astro": "^1.5.1"
}
}