summaryrefslogtreecommitdiff
path: root/examples/docs
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-10 13:54:12 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-10 16:54:12 -0400
commit1ee08baf912f4850bd5dc312a752f9eebba971ec (patch)
treed6c663a439fecee1432ef3358646468f502331a5 /examples/docs
parenta9baa45af35abdd3e1930fb49e8b6fb0a4340e2a (diff)
downloadastro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.gz
astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.tar.zst
astro-1ee08baf912f4850bd5dc312a752f9eebba971ec.zip
[ci] release (#4228)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r--examples/docs/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 06fc1a556..6f162cd3a 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -19,8 +19,8 @@
"react-dom": "^18.1.0"
},
"devDependencies": {
- "@astrojs/preact": "^1.0.0",
+ "@astrojs/preact": "^1.0.1",
"@astrojs/react": "^1.0.0",
- "astro": "^1.0.1"
+ "astro": "^1.0.2"
}
}