Skip to content

Commit

Permalink
Astro 5.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Nov 26, 2024
1 parent 6335229 commit 6b58849
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 218 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import solidJs from '@astrojs/solid-js';
import vercel from '@astrojs/vercel/serverless';
import vercel from '@astrojs/vercel';
import { defineConfig } from 'astro/config';

// https://astro.build/config
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
"@astrojs/vercel": "^7.8.2",
"astro": "^4.16.10",
"@astrojs/solid-js": "4.4.4-beta.0",
"@astrojs/vercel": "8.0.0-beta.4",
"astro": "5.0.0-beta.11",
"rollup": "^4.25.0",
"solid-js": "^1.9.3"
},
Expand Down
Loading

0 comments on commit 6b58849

Please sign in to comment.