summaryrefslogtreecommitdiff
path: root/examples/toolbar-app
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-19 11:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-19 14:37:39 -0400
commitf239242d90dc7045e21bfa4d9a4d2619389abef6 (patch)
tree84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /examples/toolbar-app
parent40183620d8315c342ffbb46ddcd1b003f4b303ed (diff)
downloadastro-@astrojs/mdx@4.0.0-alpha.0.tar.gz
astro-@astrojs/mdx@4.0.0-alpha.0.tar.zst
astro-@astrojs/mdx@4.0.0-alpha.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/toolbar-app')
-rw-r--r--examples/toolbar-app/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index d08c29bca..fb8551ae6 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^4.14.2"
+ "astro": "^5.0.0-alpha.0"
}
}