summaryrefslogtreecommitdiff
path: root/examples/ssr
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-03-21 20:27:46 -0700
committerGravatar GitHub <noreply@github.com> 2022-03-21 20:27:46 -0700
commitd0826893851936540da5f2af64dc1b8378e234af (patch)
tree06413be3f5d5f9706f6f4023f0779157fc0fbe91 /examples/ssr
parent076dd47d9f2ba52faccb2899adcc121266530a3c (diff)
downloadastro-@astrojs/tailwind@0.0.2-next.0.tar.gz
astro-@astrojs/tailwind@0.0.2-next.0.tar.zst
astro-@astrojs/tailwind@0.0.2-next.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/ssr')
-rw-r--r--examples/ssr/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 6fcee773d..44eebe3a1 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,8 +12,8 @@
"server": "node server/server.mjs"
},
"devDependencies": {
- "@astrojs/svelte": "^0.0.1",
- "astro": "^0.25.0-next.1",
+ "@astrojs/svelte": "^0.0.2-next.0",
+ "astro": "^0.25.0-next.2",
"concurrently": "^7.0.0",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",