summaryrefslogtreecommitdiff
path: root/examples/middleware
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-30 13:31:20 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-30 16:31:20 -0400
commit1efd51fb4779bfc2f460a5c24fd902d2d39971ad (patch)
treeb4cb510b5dcf19cd5b0560ff456f562288ca45b1 /examples/middleware
parentd4a6ab7339043042fd62dffd30ba078edae55f86 (diff)
downloadastro-1efd51fb4779bfc2f460a5c24fd902d2d39971ad.tar.gz
astro-1efd51fb4779bfc2f460a5c24fd902d2d39971ad.tar.zst
astro-1efd51fb4779bfc2f460a5c24fd902d2d39971ad.zip
[ci] release (#8304)astro@3.0.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/middleware')
-rw-r--r--examples/middleware/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index 275e892a6..798b999dc 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^6.0.0",
- "astro": "^3.0.2",
+ "astro": "^3.0.3",
"html-minifier": "^4.0.0"
}
}