Skip to content

Commit

Permalink
bump to beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel committed Dec 2, 2024
1 parent 3ce4112 commit 59346ce
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 3,655 deletions.
5 changes: 5 additions & 0 deletions demo/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ import icon from "astro-icon";

// https://astro.build/config
export default defineConfig({
experimental: {
svg: {
mode: "sprite",
},
},
integrations: [icon()],
});
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {},
"devDependencies": {
"astro": "^5.0.0-beta.9",
"astro": "^5.0.0-beta.11",
"astro-icon": "workspace:^"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {},
"devDependencies": {
"@types/node": "^22.7.0",
"astro": "^5.0.0-beta.9",
"astro": "^5.0.0-beta.11",
"typescript": "^5.6.2",
"vite": "^6.0.0-beta.6"
}
Expand Down
Loading

0 comments on commit 59346ce

Please sign in to comment.